@charset "UTF-8";
/* CSS Document */

html, body {
    margin: 0;
	padding: 0;
	height: 100%; 
    max-height: 100%; 
}

#page-container {

    width: 738px;
    margin: auto;
    margin-top: 0px;	
}

#header {
	background: #333333;
	height: 389px;
	width: 738px;
	background: url('../grfx/sbpd_banner.jpg');
}
#header p {
	margin-top: 0px;
	margin-left: 750px;
}


#content {
	background-image: url('../grfx/content.jpg');
	height: 100%;
	width: 738px;
	top: 0px;
    bottom: 0px;
	overflow: auto;

}
#content p { margin-top: 0px;
margin-bottom: 0px;
    margin-left: 80px;
    margin-right: 80px;
}


.hidden {
	display: none;
}
body,td,th {
	font-size: 12px;
	color: #999999;
	font-family: century gothic;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../grfx/page_ground.jpg');
	background-position: top center;
    background-repeat: repeat-y;
	
}

a {
	font-family: century gothic;
	
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #999999;
}

.menutxt { 
    margin-top: 0px;
    font-size: 12px;
	color: #999999;
	font-family: century gothic;
	}
.style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {color: #999999
}
.style3 {
	font-size: 13px;
	font-weight: bold;
}
.style4 {font-size: 13px
}
.style5 {
	font-size: 14px;
	color: #999999;
}
.smalltext {
 font-size: 10px;
	color: #999999;
}
