/* CSS Document */
html, body, #container{
height:100%;
      margin: 0;
      padding: 0;
	        border: none;
      text-align: center;
background-color:#663300;
color: #663300;
font-size:14px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
vertical-align:middle;
}
a:link  {
color: #663300; 
font-weight: bold;
text-decoration: underline;
}
a:visited  {
color: #663300; 
text-decoration: underline;
}
a:hover   {
color: #66ccff; 
text-decoration: none;
}
a:active  {
color: #663300; 
text-decoration: underline;
}

#container{
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
}
.frame{
width: 720px;
height: 479px;
padding:0px;
border-spacing:0px;
border: 8px solid #ffffff;
}
.shell{
border: 0px solid #ffffff;
width: 720px;
height: 479px;
background-color: #ffffff;	
padding:0px;
border-spacing:0px;
}
.title{
margin-left: 21px;
margin-top: 115px;
}
.text{
margin-left: 0px;
margin-top: 10pt;
}
.text2{
margin-left: 0px;
margin-top: 10px;
line-height:10pt;
}
.nav{
border: 0px solid #ffffff;
width: 204px;
height: 479px;
background-image:url(../images/nav_flat.jpg);
background-position:center;
}
.content{
height:479px;
background-color:#ffffff;
background-image: url(../images/backgroundalt.jpg);
background-position:center;
vertical-align: top;
}
.content2{
height:479px;
background-color:#ffffff;
background-image: url(../images/background2alt.jpg);
background-position:center;
vertical-align: top;
}
