body {
  text-align: center;
  margin: 10px auto 0px auto;
  background: #bdbd9c url('images/bodybg.jpg') repeat-x fixed;
}

#container {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#header {
  width: 720px;
  border-left: 20px solid #585747;
  margin-bottom: 10px;
  text-align: left;
}

#main_nav {
  background-color: #929073;
  width: 720px;
  border-top: 5px solid #585747;
  border-right: 2px solid #585747;
  border-left: 2px solid #585747;
}

.logo { margin-left: 9px; margin-top: 6px; display: inline; }

/* TEST NAV */


#navcontainer { margin: 0px; padding: 0px 0px 0px 30px; margin-left: auto; margin-right: auto;}

#navcontainer ul { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; padding: 0px; }

#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("images/nav_cell_bg.jpg") repeat-x 20px;
font: 14px/28px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #bdbd9c;
text-decoration: none;
font-family: arial;
font-size: 90%;
font-weight: bold;
display: block;
width: 129px;
border-left: 2px solid #585747;
}

#topactive a {
  color: #fff;
}


#navcontainer a:hover {
  color: #fff;
}

/* END TEST NAV */


#redstripe {
  width: 724px;
  height: 15px;
  background-color: #883c3c;
}




/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#mainbody {
  width: 720px;
  background: #929073 url('images/text_bg.jpg') repeat-y;
  border-right: 2px solid #585747;
  border-left: 2px solid #585747;
  border-bottom: 6px solid #585747;
}

#textmain {
  clear: both;
  width: 647px;
  background: #3c5088 url('images/textmain_bg.jpg') repeat-x;
  border: 1px solid #c9c8b9;
  padding: 10px;
  margin: 0px auto 15px 41px;
  color: #fff;
  font-family: arial,verdana,sans-serif;
  font-size: 90%;
  font-weight: normal;
  line-height: 1.55em;
  text-align: justify;
}

#footer {
  padding-top: 6px;
  padding-bottom: 14px;
  font-family: arial,verdana,sans-serif;
  font-size: .6em;
  color: #585747;
}

#footer ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#footer ul li {
  display: inline;
  padding: 0 6px 0 6px;
}

#footer a:link { color: #3c5088 }

#footer a:visited { color: #666; }

#footer a:hover { color: #fff; }

#footer a:active { color: #fff; }
