body
{
	background-color: #000000;
}

#pbcontainer
{
	background-color: #FFFFFF;
	width: auto;
	margin-right: 10%;
	margin-left: 10%;

}
#header
{	
}
#nav
{
	background-color: #de8916;
	border-top: #000000;
	border-right: #000000;
	border-bottom: medium solid #000000;
	border-left: #000000;
	height: 35px;
	font-variant: small-caps;
}
#nav ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}
#nav li
{
	display: inline;
}

#nav a
{
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px;
	color: #990000;
	margin-right: 15px;
}
#nav a:hover
{
	background-color: #000000;
	color: #de8916;	
}
#nav #current a
{
	background-color: #000000;
	color: #de8916;	
}
#contents
{
	background-color: #FFFFFF;
	width: 100%;
}

#footer
{
	color: #990000;
	background-color: #de8916;
	clear: both;
	height: 38px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	width: 100%;
	text-indent: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10px;
	text-align: center;
	word-spacing: 1.5em;
}
