body {
	background: #0E0E0E;
	background-image: url("../images/bg.gif");
	background-position: center;
	color: #ffffff;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
	color: #8C8B8B;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #8C8B8B;
	text-decoration: underline;
}
img {
	border: none;
}
#main {
	width: 971px;
	height: 716px;
	margin: 0 auto;
	background: url(../images/bg_main.jpg) no-repeat top;
}
#main_ref {
	width: 971px;
	height: 716px;
	margin: 0 auto;
	background: url(../images/bg_ref.jpg) no-repeat top;
}
#main_prod {
	width: 971px;
	height: 716px;
	margin: 0 auto;
	background: url(../images/bg_prod.jpg) no-repeat top;
}
#main_free {
	width: 971px;
	height: 716px;
	margin: 0 auto;
	background: url(../images/bg_free.jpg) no-repeat top;
}
#header {
	width: 971px;
	height: 182px;
}
.logo-links {
	width: 971px;
	overflow: hidden;
}
#header h1 {
	width: 971px;
	height: 71px;
	margin: 58px 0 0 87px;
	padding: 0 0 0 0;
	background: url('../images/logo.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#header ul {
	margin: 28px 124px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
#header li {
	color: #8C8B8B;
	padding: 0 2px 0 2px;
	margin: 0;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
#header li.active {
	color: #0099CC;
}
#content {
	width: 475px;
	padding: 0 0 0 20px;
	margin: 70px 20px 0 20px;
	float: right;
	text-align: left;
	line-height: 20px;
}
#content h2 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.small_text {
	font-size: 10px;
	line-height: 14px;
}



