@charset "UTF-8";
/* CSS Document */

html, body {background-color:#FFFFFF;
background-image:url(images/star_chart.gif);
font:12px/16px Arial, Helvetica, sans-serif;
color:#666666;
height:100%;
}

a:link {font:11px/15px Arial, Helvetica, sans-serif;
color:#333333;
font-weight:normal;
text-decoration:underline;}
a:hover {color:#990000;}
a:actove {color:red;}

#main {position:absolute;
width: 810px;
left:50%;
margin-left:-405px;}

#header {
float:left;
width:799px;
background-color:#FFFFFF;
height:107px;
border:1px solid #c6c4c4;
margin-bottom:10px;}

#container {width:100%;
overflow:hidden;
background-image:url(images/background.gif);
background-repeat:repeat-y;
float:left;}

#header img {float:left;
margin:10px 10px 10px 20px;}

#topnav {float: right;
margin-top:80px;}

#topnav img {margin: 0 15px 0 15px;}

#leftnav {
float:left;
border-top:1px solid #c6c4c4;
margin-right:11px;
margin-left:1px;
width:204px;}

#leftnav ul {
margin:15px;
padding:0;
list-style-type:none;}

#leftnav ul li {margin:7px 0 7px 0;}

#leftnav ul li a:link {font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:15px;
font-weight:bold;
text-decoration:none;
color:#666;}
#leftnav ul li a:hover {color:#CC0000;}

#content {float:left;
width:569px;
border-top:1px solid #c6c4c4;
padding-left:15px;}

#content p {margin: 0 15px 15px 0px;}

#content h1 {color:#666;
font-size:16px;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:2px;}

#content h2 {color:#666;
font-size:12px;
text-transform:uppercase;}

#content #bandimage {
float:left;
width: 565px;
margin-bottom:15px;}

#bandimage img {float:left;
margin-right:10px;}

#bandimage p {font-size:11px;
line-height:15px;}

#footer {text-align:center;
float:left;
clear:both;
width:100%;
height:20px;
padding:20px 0 20px 0;
z-index:15;
font-size:11px;
background-image:url(images/footer_bg.gif);
background-repeat:no-repeat;
}

.smaller {font-size:10px;}