@charset "utf-8";
/* CSS Document */

body {
	padding: 0 0 0 0;
	margin: 0 0;
	background-color: #000;
	color: #fff;
}
.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/top_bg.png);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 100%;
	height: 209px;
}
.header1 {
	float: left;
	background: url(img/top_left.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 383px;
	height: 209px;
}
.header2 {
	float: right;
	background: url(img/top_right.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 617px;
	height: 209px;
}
.menu {
	position: absolute;
	top: 209px;
	left: 0px;
	background-color: #000000;
	width: 100%;
	height: 40px;
	padding: 0 0 0 0;
	margin: 0 0;
}
.menu_cont {
	width: 650px;
	height: 31px;
	padding: 0 0 0 0;
	margin: 0 0;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	text-align: center;
}
.menu_item {
	float: left;
	width: 105px;
	height: 31px;
	text-align: center;
	color: #FFF;
	cursor: hand;
	cursor: pointer;
	background: url(img/button.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 31px;
}
.cont {
	position: absolute;
	left: 0px;
	top: 249px;
	width: 100%;
	height: auto;
	min-height: auto;
	padding: 0 0 0 0;
	margin: 0 auto -36px;
	background-color: #000;
}
.sidebar {
	float: right;
	max-width: 40%;
	padding: 10px 10px 10px 10px;
	margin: 0 20px 0 0;
	background-color: #141414;
}
.sidebar h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0 0 0 5px;
	margin: 0 0;
}
.sidebar .block1 {
	clear: both;
	float: left;
	width: 123px;
	padding: 0 5px 0 5px;
	margin: 0 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sidebar .block {
	float: left;
	width: 123px;
	padding: 0 5px 0 5x;
	margin: 0 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	float: left;
	max-width: 60%;
	padding: 0 20px 0 40px;
	margin: 0 0;
	background: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999999;
}
.content h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0 0 0 0;
	margin: 0 0;
}
.push {
	clear: both;
	background: none;
	height: 36px;
}
.footer {
	width: 100%;
	background: url(img/footer_bg.png);
	background-repeat: repeat-x;
	height: 36px;
	padding: 0 0 0 0;
	margin: 0 0;
}
.footer .text {
	position: absolute;
	left: 40px;
	width: auto;
	height: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 36px;
}

