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

body, html {
	margin:0;
	background:#666666 url(../images/marble_BG.jpg) 50% 0 repeat-x;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:850px;
}

#web {
	float:left;
	width:850px;
}

#header {
	float:left;
	width:850px;
	height:200px;
}

#menu {
	float:left;
	width:100%;
	height:76px;
	background:url(../images/images/HB_template_04.png) no-repeat;
	overflow:hidden;
}

#content {
	float:left;
	padding-left:25px;
	padding-right:25px;
	width:800px;
	margin:0;
	background:url(../images/images/HB_template_08.png) 50% 0 repeat-y;
}

#sidebar{
	float:left;
	width:200px;
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
	background:url(../images/images/HB_template_06.png) no-repeat;
}

#body{
	float:left;
	width:580px;
	min-height:400px;
	padding:10px;
	background:url(../images/body_BG.jpg) top right no-repeat;
}

#footer {
	float:left;
	width:800px;
	height:39px;
	margin:0;
	padding-left:25px;
	padding-right:25px;
	background:url(../images/images/ftr_BG_03.png) no-repeat;
}

img {
	border:none;
}