@charset "utf-8";
/* CSS Document */
BODY {
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; 
PADDING-TOP: 0px; 
BACKGROUND-COLOR: #000000; 
background-image: url("images/backgroundtile.jpg"); 
color:#FFFFFF; 
font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
LEFT: -475px; 
MARGIN-LEFT: 50%; 
WIDTH: 990px; 
POSITION: absolute; 
HEIGHT: auto; 
background-image: url("images/contentborder.png"); 
background-repeat: repeat-y; 
min-height: 100%;
}
#header {
BACKGROUND-IMAGE: url(images/header.jpg); 
WIDTH: 950px; 
POSITION: relative; 
HEIGHT: 181px; 
margin-left: 20px;
}
#menu {
BORDER-TOP: #000000 1px solid; 
WIDTH: 950px; 
BORDER-BOTTOM: #000000 1px solid; 
POSITION: relative; 
HEIGHT: 152px; 
BACKGROUND-COLOR: #000000; 
margin-left: 20px;
}
#maincontent {
WIDTH: 940px; 
POSITION: relative; 
HEIGHT: auto; 
color: #FFFFFF; 
margin-left: 20px; 
margin-top: 10px;
}
#leftpane{
position: relative; 
float:left; 
width: 560px; 
height: auto; 
padding: 10px;
background-color: #161616;
}
#rightpane{
position: relative; 
float: right; 
width: 340px; 
background-color: #000000; 
height: inherit;
padding: 10px;
text-align: right;
}

#footer {
clear: both; 
LEFT: -475px; 
MARGIN-LEFT: 50%; 
margin-top: 10px;
WIDTH: 950px; 
POSITION: relative; 
HEIGHT: 50px; 
background-color: #000000; 
min-height: 100%; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 0.8em;
}
#footer a:link{
position: relative;
text-decoration: none;
color: #FFFFFF;
top: 15px;
margin-left: 15px;
margin-right: 15px;
}
#footer a:hover{
position: relative;
text-decoration: none;
color:#FFFFFF;
border-bottom: 1px #FFFFFF dotted;
top: 15px;
margin-left: 15px;
margin-right: 15px;
}
#footer a:active{
position: relative;
text-decoration: none;
color: #FFFFFF;
top: 15px;
margin-left: 15px;
margin-right: 15px;
}
#footer a:visited{
position: relative;
text-decoration: none;
color: #FFFFFF;
top: 15px;
margin-left: 15px;
margin-right: 15px;
}
