@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
	color: #fff;
}
p { 
	margin-bottom: 18px; 
}
/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}
/* links */
a:link, a:visited, a:active {
	text-decoration:none;
	color:#9b9b9b;
}
a:hover {
	text-decoration:underline;
	color:#C09A18;
}
/* content blocks */
#container {
	width:1000px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg-hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 483px;
	width: 1000px;
}
.header_menu {
	float: left;
	width: 400px;
	padding-top: 175px;
}
.header_vip {
	float: right;
	width: 500px;
}
#content_mid {
	background-image: url(../images/bg-feat-about.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 185px;
	width: 1000px;
}
.column_a {
	float: left;
	margin-top: 30px;
	width: 400px;
}
.column_b {
	float: left;
	margin-top: 30px;
	width: 275px;
}
.column_c {
	float: left;
	height: 187px;
	width: 315px;
	margin-top: 30px;
	background-image: url(../images/bg-ad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#middle {
}
