a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}
.pageheader 
{
    background: 0px 0px url(images/header_bg.jpg) repeat-x;
        height: 265px; 
        width: 100%; 
        z-index: 2;
	position: absolute; 
	top: 0px; 
	left: 0px;
	
	
}
body {
	background: #580000; 
	margin: 0px; 
	padding: 0px;
}
.topspacer 
{
    position: relative; 
    height: 5px; 
    width: 700px;
}