* { padding: 0; margin: 0; }
body {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
background:#080300;
}
#wrapper {
margin: 0 auto;
width: 922px;
}
#header {
width: 900px;
float: left;
padding: 10px;
border: 1px solid #2f1802;
height: 298px;
margin: 10px 0px 0px 0px;
background-image: url(images/header.gif);
background-repeat:no-repeat;
background-color:#2f1802;
}
#navigation { 
border: 1px solid #2f1802;
background: #2f1802;
margin:0px;
padding: 10px;
height:100%;
width: 200px;
float: left;
border-width: 1px;
text-align:center;
}
#navigation ul {
list-style-type: none;
}	
#navigation  li a {
height: 32px;
height: 24px;
text-decoration: none;
}	
	
#navigation li a:link, 
#navigation li a:visited {
color: #000066;
font:"Times New Roman", Times, serif;
font-size:16px;
font-weight: bold;
padding-bottom:10px;
display: block;
background: url(images/menutab.gif);
background-repeat:no-repeat;
padding: 8px 0 0 0px;
margin-top:8px;
letter-spacing:-1px;
font-variant:small-caps;
}

#navigation li a:hover, #navigation li.current a {
color: #000033;
font:"Times New Roman", Times, serif;
font-size:16px;
font-weight: bold;
background: url(images/menutab.gif) 0 -29px;
padding: 8px 0px 0px 0px;
letter-spacing:-1px;
font-variant:small-caps;
}
#content {
text-align:center;
 float: left;
 color: #333;
 border: 1px solid #2f1802;
 background: #2f1802;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height:100%;
 width: 900px;
 display: inline;
}
#footer {
float:left;
 width: 900px;
 color: #FFCC00;
 border: 1px solid #2f1802;
 background: #2f1802;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
 font-size:12px;
}
/**Simple white link**/
 
#footer a: link {
color: #FFFF00;}
#footer a: visited {
color:#FFFF00;}
#footer a: hover {
color: #FFFF00;}
#footer a: focus {
color: #FFFF00;}
#footer a: active {
color: #FFFF00;}
/**End simply white link**/

img.floatleft {
float: left; 
margin:15px; 
}
img.floatright { 
float: right; 
margin: 15px; 
}
img.floatrightclear {
 float: right; 
    clear: right; 
    margin: 4px;
}
#bannerlink{
display:block;
width:350px;
height:250px;
margin:0px;
}
.textwrap {
font-size:12px;
width:600px;
padding:10px;
text-align:left;
}
 p{
 font-family:"Times New Roman", Times, serif;
 font-size:16px;
 color:#cccccc;
 text-align: center;
 }
 h1{
  text-align: center;
  font-family:"Times New Roman", Times, serif;
 color:#cccccc;
 font-size:16px;
 }
 h2, h3, h4, h5, h6{
 color:#cccccc;
 }