body {
  border: 0;
  margin: 0;
  padding: 30px;
  background: #EAEAEA;
  font-family: "Tahoma", "Geneva", sans-serif;
  color: #000000;
}

#background {
  background: #EAEAEA;
  width: 100%;
  height: 100%;
}

#body {
  position: relative;
  width: 900px;
  height: 600px;
  margin: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #898989;
  background: #ffffff;
}

#nav {
  position: absolute;
  top: 72px;
  left: 255px;
  width: 560px;
  min-height: 28px;
  color: #CCCCCC;
  font-size: 80%;
  letter-spacing: 0.5px;
  line-height: 15px;
}

/* TODO: for ajaxy animate menu
div.nav2 {
  display: none;
  color: #CCCCCC;
  font-variant: small-caps;
  text-decoration: none;
}
*/
#nav2 {
  display: inline-block;
  color: #CCCCCC;
  font-variant: small-caps;
  text-decoration: none;
}

#navsub {
  position: absolute;
  top: 92px;
  left: 255px;
  width: 560px;
  min-height: 28px;
  color: #B7B7B7;
  font-size: 80%;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", serif;
  letter-spacing: 0.5px;
  line-height: 15px;
}

#nav > a:link, #nav > a:visited {
  display: inline-block;
  color: #B3D133;
  font-variant: small-caps;
  font-weight: bold;
  text-decoration: none;

}

/* TODO: ajax menu animation
div.nav2 > a:link, div.nav2 > a:visited {
  display: inline-block;
  color: #B9B9B9;
  font-variant: small-caps;
  font-weight: normal;
  text-decoration: none;
}
*/
#nav2 > a:link, #nav2 > a:visited {
  display: inline-block;
  color: #B9B9B9;
  font-variant: small-caps;
  font-weight: normal;
  text-decoration: none;
}

#nav a:link:hover, #nav a:visited:hover {
  text-decoration: none;
  color: #898989;
  
}

a:link, a:visited {
  display: inline-block;
  color: #B9B9B9;
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: none;
  color: #898989;
}

#logo {
  position: absolute;
  top: 128px;
  left: 82px;
  width: 116px;
  height: 80px;
}

#name {
  position: absolute;
  bottom: 70px;
  left: 82px;
  width: 130px;
  height: 62px;
  line-height: 12px;
  font-size: 73%;
  font-variant: small-caps;
  letter-spacing: 0.25px;
}

#name2 {
  position: absolute;
  top: 135px;
  right: 68px;
  width: 400px;
  height: 50px;
  line-height: 12px;
  font-size: 73%;
  font-variant: small-caps;
  text-align: right;
  letter-spacing: 0.25px;
}

#divider {
  position: absolute;
  height: 20px;
  top: 108px;
  left: 255px;
  width: 560px;
  border-bottom: 1px dashed #898989;
}

#mainfull {
  position: absolute;
  left: 255px;
  top: 218px;
  width: 564px;
  font-size: 60%;
}

#main {
  position: absolute;
  left: 255px;
  top: 218px;
  height: 322px;
  width: 367px;
}

#main li {
  float: left;
  margin-right: 6px;
  margin-bottom: 1px;
}


#sidebar {
  position: absolute;
  top: 218px;
  right: 82px;
  height: 322px;
  width: 180px;
  font-size: 60%;
}

div.sidebarscroll {
  height: 322px;
  overflow: auto;
}

div.lightscroll .jScrollPaneTrack {
  background: #E7E7E7;
}

div.lightscroll .jScrollPaneDrag {
  background: #C7C7C7;
}

h1 {
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
  margin-bottom: 3px;
}

h2 {
  font-weight: normal;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", serif;
  margin-bottom: 15px;
  font-size: 120%;
  color: #B9B9B9;
}

h3 {
  color: #B9B9B9;
  font-weight: normal;
  font-size: 100%;
}

h4 {
  display: inline;
  font-weight: normal;
  font-style: italic;
  font-family: "Georgia", "Times New Roman", serif;
  margin-bottom: 0px;
  font-size: 120%;
  color: #898989;
}
