@charset "UTF-8";
/* CSS Document */
body{
	background: #000 url(../images/bg_gradient.png) repeat-x;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
}

h1{
	color: #2a1e12;
}

h2 a{
	text-decoration: none;
	color: silver;
}

h2 a:HOVER{
	text-decoration: none;
	color: blue;
}

.wrapper{
	width:1010px;
	min-height:517px;
	margin:0 auto;
}

.banner{
	width: 1010px;
	height:243px;
	margin:0;
	padding:0;
}

.menu{
	width:1010px;
	height:74px;
	margin:0;
}

.menu img{
	width:1010px;
	height:74px;
	margin:0;
	padding:0;
}

.content{
	width:1010px;
	min-height: 500px;
	margin:0;
	display: block;
	clear: both;
}

.content .content_content{
	width:1010px;
	min-height:500px;
	display: block;
	clear: both;
}

.content .content_content .content_left{
	width: 5px;
	background:url(../images/content_left.png) repeat-y;
	display:block;
	float:left;
	min-height:inherit;
}

.content .content_content .content_body{
	background:#FFF url(../images/content_gradient.png) no-repeat;
	width: 993px;
	min-height:inherit;
	display:block;
	float:left;
}


.content .content_content .content_right{
	width: 6px;
	background:url(../images/content_right.png) repeat-y;
	display:block;
	float:left;
	min-height:inherit;
}


.footer{
	width:996px;
	height:85px;
	margin-top: -4px;
	margin-left:4px;
	background:url(../images/footer.png);
}

.footer h6{
	margin-top: 0;
	padding-top: 20px;
	color:#666;
	
}

#flashcontent {
		height: 2000px;
		width: 100%;
		background-color: transparent;
	}