html,body {
position: relative;
margin: 0px auto; 
height:100%;
padding:0px;
background-color: #2a3035; 
font-family: Arial;
font-size: 13px;
color:#434343;

}

.clear {
	clear: both;
}

.wrap {
	position: relative;
	margin: 0px auto; 
	width:100%;
	padding:0px;
	background-image: url(../../media/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.header {
	position: relative;
	text-align:left;
	margin:0px auto;
	width:920px;
	height:100px;
}

.right_header {
	 position: relative;
	 text-align:left;
	 margin:0px auto;
	 height:100px;
}


.main {
	position: relative;
	margin:0px auto;
	width:100%;
	background-color:#f0f1f2;
	background-image: url(../../media/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}


.home_flash {
	position: relative;
	margin:0px auto;
	width:920px;
}

.home_content_top {
	position: relative;
	margin:0px;
	padding:0px;
	width:920px;
	height:10px;
	background-image: url(../../media/images/home_content_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.content_top {
	position: relative;
	margin:0px;
	width:920px;
	height:33px;
	background-image: url(../../media/images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Tahoma;
	font-size: 22px;
	color: #ffffff;
}

.home_content {
	position: relative;
	margin:0px auto;
	width:920px;
	background-image: url(../../media/images/home_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

.content {
	position: relative;
	margin:0px auto;
	width:920px;
	background-color:#ffffff;
}

.home_left_panel {
	position: relative;
	margin:0px auto;
	width:500px;
	float:left;
}

.home_right_panel {
	position: relative;
	margin:0px auto;
	width:415px;
	float:left;
}

.left_panel {
	position: relative;
	margin:0px auto;
	width:605px;
	float:left;
}

.right_panel {
	position: relative;
	margin:0px auto;
	width:300px;
	float:left;
}

.footer {
	position: relative;
	margin:0px auto;
	width:100%;
	height:134px;
	background-image: url(../../media/images/footer_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.footer_content {
	position: relative;
	margin:0px auto;
	width:920px;
	height:134px;
	background-image: url(../../media/images/footer_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
