@charset "utf-8";

/* CSS Document */



body {

	text-align: center;

	min-width: 860px;

	background: #000000;

	font-family: Arial, Helvetica, sans-serif;

}



#container {

	margin:0 auto;

	width:860px;
	
	

}



#menu {

	width: 860px;

	height: 24px;

	border-top: 1px solid #2a2a2a;

	border-bottom: 1px solid #2a2a2a;

}



#menu table {

	margin: 0; 

	padding: 0;

	border: 0;

	width: 860px;

}

#menu td {

	text-align: center;

	vertical-align: middle;

}



#menu td a {

	display: block;

	padding-left: 22px;

	padding-right: 22px;

	vertical-align: middle;

	text-decoration: none;

	color: #6c6c6c;

	font-size: 14px;

	font-weight: normal;

}



#menu li a:hover, #menu li a#active {

	color: #b4b4b4;

}



#content ul {

	margin: 0;

	padding: 0;

	margin-left: 20px;

	margin-bottom: 20px;

	list-style:none;

	font-size: 12px;

	line-height: 18px;

	color: #6b6b6b;

	text-align: left;

}

#main {

	width: 860px;

	height: 494px;

	background:url(../images/bg_gradient.gif) repeat-x top left;

}



#header {

	width: 100%;

	height: 26px;

	background: #000000;

	border-top: 1px solid #2a2a2a;

	border-bottom: 1px solid #2a2a2a;

}



h1 {

	font-size: 18px;

	font-weight: bold;

	color: white;

	text-align: left;

}





p {

	font-size: 12px;

	font-weight: normal;

	color: #6b6b6b;

	text-align: left;

}



a {

	color: #727272;
	font-weight: bold;

}



a:hover, #menu li a#active {

	color: #b4b4b4;

}



#content {

	width: 410px;

	height: 375px;

	padding: 45px;

	float: left;

}



#logo {
	padding-right: 60px;

	float: right;

}



#subscribe {

	clear: both;

}



#subscribe a {

	text-decoration: none;

	font-weight: bold;

	font-size: 13px;

}



#footer p {

	font-size: 9px;

	font-weight: normal;

	color: #2e2e2e;

	text-align: center;

}



#center-logo {

	padding-bottom: 11px;

}



.forms li {

clear: both;

}



.forms label {

	float: left;

	margin-left: 60px;

}



.forms input, .forms textarea, .forms select {

	float: right;

	margin-right: 100px;

}
