/* CSS Document */

body
{
margin:0;
border:0;
padding:0;
background-color:#333333;
}

img
{
margin:0;
margin-right:5px;
}

.main
{
width:800px;
height:auto;
margin:0;
border:0;
padding:0;
background-color:#333333;
float:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:70%;
}

a:link {color:#FFFFFF; font-weight: bold; text-decoration:underline;} 
a:visited {color:#FFFFFF; font-weight: bold; text-decoration:underline;}
a:hover {color:#AE0722; font-weight: bold; text-decoration:none;} 
a:active {color:#AE0722; font-weight: bold; text-decoration:none;}

a.nav:link {color:#FFFFFF; font-weight: bold; border-bottom: 1px dotted #FFFFFF; text-decoration:none;} 
a.nav:visited {color:#FFFFFF; font-weight: bold; border-bottom: 1px dotted #FFFFFF; text-decoration:none;}
a.nav:hover {color: #FC3; font-weight: bold; border-bottom: 1px solid #FC3; text-decoration:none;} 
a.nav:active {color: #FC3; font-weight: bold; border-bottom: 1px solid #FC3; text-decoration:none;}

a.img:link {color:#AE0722;}
a.img:visited {color:#AE0722;}
a.img:hover {color:#FC3;}
a.img:active {color:#FC3;}

#nav-img
{
width:800px;
height:50px;
margin:0;
border:0;
padding:0;
background-image: url(http://media.collegepublisher.com/media/paper468/stills/5ep2p1y7.jpg);
}

#nav-links
{
margin:0;
border:0;
padding:0;
padding-top:30px;
padding-right:85px;
text-align:right;
}

#content
{
width:800px;
height:100%;
margin:0;
margin-top:2px;
border:0;
padding:0;
}

#footer
{
width:800px;
height:auto;
margin:0;
margin-top:15px;
border:0;
padding:0;
text-align:center;
font-size:85%;
}