html {
width:100%;
overflow: scroll;
}

body {
font-family: optima;
font-size: 15px;
}

#container {
width: 800px;
margin: 10px auto;
padding: 10px;
border: 1px solid #B5C7CF;

-webkit-border-radius: 6px;
-moz-border-radius: 6px;

background-image: url('gradient2.png'); 
background-repeat: repeat-x; 
background-position: bottom; 
}

#line {
background-color: #C6C3C3; 
margin-bottom: 2px; 
width: 100%; 
float: left; 
height: 1px;
}

#content {
float: left;
margin: 20px 17px 20px 20px;
width: 66%;
line-height: 20px;
}

#pagetitle {
color: #448BB5;
font-family: optima;
font-size: 17px;
margin-bottom: 15px;
}

#vert {
float: left; 
height: 400px; 
width: 1px; 
border-left: 1px solid #C6C3C3;
margin: 20px 15px 20px 15px;
}

#sidebar {
margin: 20px 15px 20px 15px;
float: left;
width:21%;
}

.sbline {
background-color: #C6C3C3; 
margin-bottom: 10px; 
margin-top: 10px; 
width: 100%; 
float: left; 
height: 1px;
}

#footer {
clear: both;
margin-top: 10px;
text-align: center;
font-size: small;
}

a {
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #448BB5;
}

a:hover {
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  text-decoration: underline;
  color: #448BB5;
}

#menucenter {
padding-bottom: 0; 
margin-bottom: 0; 
background-color: #afafaf;
}

#menubar {
  width: 100%;
  font-family: optima;
  font-size: 18px; /* could be specified at a higher level */
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

#menubar li {
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position: relative;

}

#menubar a:link, #menubar a:visited {
  width: auto;
  float: left;
  font-size: 85%;
  line-height: 20px;
  font-weight: normal;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #448BB5;
}

#menubar a.active, #menubar a:hover {
  border-bottom: 4px solid #448BB5;
  padding-bottom: 2px;
  color: #448BB5;
}

#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid #448BB5;
}