html
{
  height: 100%;
}

body
{
  font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  background:#b6b6b6;
  color:#fff;
}

#main, #links, #footer, #logo, #menu, #content, #column
{
  margin-left: auto; 
  margin-right: auto;  
}

#links, #footer
{
  width: 900px;
  height: 30px;
  font-size: 90%;
  text-transform: uppercase;
  text-align: right;
  padding: 10px 21px 0px 19px;
  background: transparent;
  color: #1a6d25;
}

#links a, #footer a, #links a:hover, #footer a:hover
{
  text-decoration: none;
  color: transparent;
}

#content
{
  width: 900px;
  overflow: hidden;
  background: #fff;
  color: #000;
  font-size: 80%;
}

#menu
{
  width: 900px;
  height: 120px;
  margin: -15px 0px 0px 0px;
  position: relative;
  background: url(menu.png);
  color: #fff;
}

#menu_links
{
  width: 400px;
  height: 130px;
  background: transparent;
}

#menu li
{
  float: left;
  margin: 5px 5px 0px 0px;
  list-style: none;
}

#menu li a
{
  display: block; 
  float: left;
  width: 130px;
  height: 16px;
  text-decoration: none; 
  padding: 3px 10px 2px 10px;
  border: 1px solid;
  font-size: 90%;
  font-weight: bold;
  background: transparent;
  color: #fff;
  border-color: #787878;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover 
{
  width: 130px;
  height: 16px;
  padding: 3px 10px 2px 10px;
  border: 1px solid;
  font-weight: bold;
  background: #a1a1a1;
  color: #fff;
  border-color: #787878;
}

#content1
{
  width: 900px;
  background: #fff;
  color: #000;
  font-size: 80%;
  height: 650px;
  scrollbar-3dlight-color : #DFE8F2;
  scrollbar-arrow-color : #004D96;
  scrollbar-base-color : #DFE8F2;
  scrollbar-darkshadow-color : #DFE8F2;
  scrollbar-face-color : #DFE8F2;
  scrollbar-highlight-color : #004D96;
  scrollbar-shadow-color : #004D96;
  scrollbar-track-color : #DFE8F2;
  overflow:auto;
}

#column
{
  text-align: justify;
  width: 400px;
  float: left;
  font-size: 120%;
  padding: 20px 20px 15px 19px;
}

#column h1
{
  text-align: left;
  letter-spacing: .1em;
  font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #81d290;
}

#column a, #column a:hover, #column_1 a, #column_1 a:hover
{
  padding: 0px 0px 0px 0px;
  text-decoration: underline;
}

#column_1
{
  text-align: justify;
  color: #000;
  width: 400px;
  float: left;
  font-size: 120%;
  padding: 20px 20px 15px 19px;
}

#column_1 h1
{
  font-family: arial, sans-serif;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #81d290;
}
#column, #column_1
{
  background: #fff;
  color: #000;
}

#column a, #column_1 a
{
  background: #fff;
  color: #81d290;
}

#column a:hover, #column_1 a:hover
{
  background: #fff;
  color: #1d9900;
}

.center
{
  display: block;
  text-align: center;
  margin: 0 auto;
}
