body 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
	}
	
.header
	{
	width: 840px;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	border-bottom: 1px #FFFFFF solid;
	height: 65px;
	margin: auto;
	text-align: center;
	color: white;
	}

.topmenu
	{
	width: 840px;
	height: 20px;
	margin: auto;
	border-bottom: 1px white solid;
	}

ul li
	{
	display: inline;
	margin-left: 10px;
	}
	
a
	{
	color: white;
	text-decoration: none;
	}

a:hover
	{
	color: blue;
	}
.container
	{
	width: 100%;
	margin: auto;
	}

.main
	{
	width: 840px;
	margin:auto;
	}
	
.left
	{
	width: 120px;
	float: left;
	}
	
.center
	{
	width: 590px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.right
	{
	width: 120px;
	float: left;
	}
	
.right,.left, .center
	{
	margin-top: 10px;
	}
	
.pb
	{
	color: #FF6633;
	font-size: 0.6em;
	font-style:italic;
	text-align:center;
	position: static;
	top: -300px;
	}
