﻿body {
    margin: 0 0 250px 0;
    padding:0;
    text-align:right;
    font-family:Courier New;
    color: #fff;
    font-size:12px;
    background-color:#4D4D4D;
    background-image: url(/images/background.gif);
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment: fixed;
}
h1
{
    font-size:14px;
}
p
{
    padding:5px 0 5px 0;
    margin:0;
}
ul
{
    padding:0;
    margin:0;
}
#maincontainer
{
    background-image:url(/images/alt_background.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    width: 925px;
  	margin:50px auto 0 auto;
    text-align:left;
}

#topnav
{
    float:right; 
    margin: 50px 40px 0 0;
    padding:0;  
}
#topnav ul, #bottomnav ul
{
    list-style:none;
    margin:0;
    padding:0;
}

#topnav li, #bottomnav li
{
    float:left;
    margin: 0 10px 0 10px;
}

#topnav a
{
    font-size: 14px;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    
}
#topnav a:hover
{
    color: #c1272d;
}
#bottomnav a
{
    font-size: 13px;
    text-decoration:none;
    color:#aaaaaa;
    font-weight:bold;
    
}
#bottomnav a:hover
{
    color: #c1272d;
}
#leftcolumn
{
    float:left;
    width: 370px;
    padding-top:160px;
}
#rightcolumn
{
    margin-top:80px;
    padding: 3px 10px 3px 0px;
    float:left;
    width: 510px;
    line-height: 15px;
    text-align:justify;
    height:330px;
    overflow:auto;
    /*background-image:url(/images/shaded_background.png);
    background-repeat:repeat-x repeat-y;*/
}
#rightcolumn a
{
    font-weight:bold;
    color: #ffffff;
}
#rightcolumn a:hover
{
    color:#c1272d;
}
#sponsor img
{
    margin: 0 1px 0 1px;
}
#footercontainer
{
    margin: 75px 10px 10px 20px;
    padding:0;
    height:40px;
    clear:both;
}
#bottomnav
{
    color:#cccccc;
    font-size:13px;
    font-weight:bold;
}
#sureshots
{
    padding:0;
    margin:0;
    float:right;
}
#sureshots img
{
    border:none;
}