@CHARSET "UTF-8";



body{
	background-color: #474747;
}

/* HEADER */

.header{
	margin-top: -9px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.header_left{
	float:left;
	width: 44px;
	height: 141px;
	background: url("../imgs/header_left.png");
}
.header_center{
	float:left;
	width: 870px;
	height: 141px;
	background: url("../imgs/header_center.png");
}
.header_right{
	float:left;
	width: 46px;
	height: 141px;
	background: url("../imgs/header_right.png");
}


/* PAGE */

.page{
	clear:both;
	display:table;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url("../imgs/bg_page.png") repeat-y;
}

/* MENU HORIZONTAL*/

.menu_h{
	margin-left:44px;
	margin-bottom:0px;
	float:left;
	width: 870px;
	height: 59px;
	background: url("../imgs/menu.png");
}

/* CONTAINER */

.container{
	margin-left:44px;
	margin-bottom:0px;
	float:left;
	width: 870px;
	background: url("../imgs/bg_content.png") repeat-y;
}
.container2{
	display:table;
	margin-top:10px;
	width: 870px;
	background: url("../imgs/bg_content2.png") repeat-y;
}

/* POSITION RIGHT */

.bg_left{
	margin-left:10px;
	float:left;
	width: 249px;
	background: #3A3A3A;
}

/* MODULES */

.logo{
	display:table;
	width: 243px;
	height:90px;
	background: url("../imgs/logo.png") no-repeat;
}


.moduletable_panel{
	padding:3px;
	display:table;
	margin-top:5px;
	width: 243px;
	background: url("../imgs/top_panel.png") no-repeat;
	border-bottom: 2px solid #323232;
}

.moduletable_panel h3{
	margin-top: 2px;
	margin-left: 10px;
}

/* CONTENT */

.content{
	margin-left:10px;
	padding:3px;
	float:left;
	width: 580px;
	border:1px solid;
}

/* POSITION BANNER */

.banner_container{
	clear:both;
	display:table;
	width: 578px;
	height: 30px;
}

.banner_top{
	width: 578px;
	height: 8px;
	background: url("../imgs/banner_top.png") no-repeat;
}

.banner_bg{
	width: 578px;
	background: url("../imgs/banner_bg.png") repeat-y;
}

.banner_content{
	padding-left: 7px;
	padding-right: 7px;
	display:table;
	width: 564px;
}

.banner_bottom{
	width: 578px;
	height: 8px;
	background: url("../imgs/banner_top.png") repeat-y;
}

/* FOOTER */

.footer_center{
	margin-left:44px;
	margin-bottom:0px;
	float:left;
	width: 870px;
	height: 43px;
	background: url("../imgs/footer_center.png");

}
