body,html
{
height:100%;
margin:0px;
font-size:13px;
font-family:'Lucida Grande', LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
background-color:#3D3D3D;
background-image:url("../images/outerBackground.jpg");
background-repeat:repeat-x;
color:#000000;
}
body a:link{color:#000000;}
body a:visited{color:#000000;}
body a:hover{color:#000000;}
body a:focus{color:#000000;}
body a:active{color:#000000;}
body a{text-decoration:none;}

h3
{
padding:1px;
margin:0px;
font-weight:bold;
display:inline;
font-size:14px;
text-shadow:#A0A0A0 2px 2px 1px;
}
h2
{
padding-top:10px 1px; 0px; 1px;
margin:0px;
color:#282828;
}
hr
{
padding:0px;
margin-top:1px;
margin-bottom:8px;
}
li
{
padding-bottom:5px;
}
#menu a:link{color:#FFFFFF;}
#menu a:visited{color:#FFFFFF;}
#menu a:hover{color:#FF6600;}
#menu a:focus{color:#FF6600;}
#menu a:active{color:#FF6600;}
#menu a{text-decoration:none;}
#menu li
{
display:inline;
margin:0;
padding:9px 10px 9px 10px;
float:right;
}

#splashBox
{
position: absolute;
left: 50%;
top: 50%;
width:468px;
height:505px;
margin-left: -262px;
margin-top: -280px; 
padding:25px;
border:2px solid #505050;
background-image:url("../images/splashBackground.gif");
background-repeat:repeat-x;

}
#logo
{
text-align:center;
padding-bottom:5px;
}
#footer
{
font-size:11px;
width:100%;
text-align:center;
margin-top:6px;
padding-top:5px;
padding-bottom:15px;
}