*{
	margin:0;
	padding:0;
}
body
{
	font-family: "Verdana", "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:14px;
	color: #333;
	overflow: auto;
	background-repeat: repeat-x;
	background-color: #404040;
}

.wrapper
{
	width: 1000px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	background-image: url('../images/bg.png');
}
.header
{
	width: 1038px;
	height: 200px;
}
.header a
{
	text-decoration: none;
	color: #d1d3d2;
	
}
.header ul
{
	list-style: none;
	position: absolute;
	top: 115px;
	left: 320px;
	font-size: 1.3em;
}
.header li
{
	float: left;
	position: relative;
	margin-left: 35px;
}

.header li.active a
{
	color: #F04C50;
}

.content
{
	height: auto;
	min-height: 415px;
	padding: 20px;
	padding-left: 75px;
	background-color: #fff;
}
.footer
{
	width: 100%;
	height: 75px;
	background-color: #404040;
	padding-top: 15px;
	color: #d1d3d2;
}
#footer_left
{
	width: 45%;
	border-right: 1px solid #d1d3d2;
	float: left;
	text-align: right;
	padding-right: 55px;
}
#footer_right
{
	width: 45%;
	float: right;
}