body {
	background-color:#000000;
	font-family:"Trebuchet MS,Verdana", sans-serif;
}
#container {
	width:750px;
	margin:0 auto;
}
#header{
	width:100%;
}
#navigation {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333333;
}
#footer {
	width:100%;
	text-align:right;
	background-color:#333333;
	text-align:center;
	clear: both;
}
.footer_text {
	font-size:10px;
}
.footer_text a{
	color:#000000;
	text-decoration:none;
}
.footer_text a:hover {
	color:#CC6600;
}
h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#CC6600;
}
h2 {
	margin: 0 0 5px 10px;
	font-size:24px;
	color:#FFFFFF;
	text-align: center;
}
.navigation_header {
	font-size:18px;
	color:#CC6600;
	margin:0px;
}
#vertinav {
	width:160px;
	float:left;
}
#content {
	margin-top:15px;
	width:589px;
	float:right;
}
.p_norm {
	color:#FFFFFF;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: justify;
}
.p_cent {
	color:#FFFFFF;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: center;
}
.p_desc, .p_desc a{
	font-size:8px;
	color:#333333;
	text-align: center;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#CC6600;
	text-decoration:none;
}
img {
	margin: 2px;
	border: 0px;
}
form {
	display:inline;
}
input {
	border: 1px solid #6F6F6F;
	background-color: #2B2B2B;
	font-family:"Trebuchet MS,Verdana", sans-serif;
	font-size: 32px;
	color: white;
}
#description{
	margin-top:15px;
	width:749px;
	float:right;
}