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

html, body {
	margin:0;
	padding:0;
	background:#666666;
}

#container {
	float:left;
	width:100%;
}

#headerbg {
	float:left;
	width:100%;
	height:200px;
	background:url(../images/BG_header.jpg) 50% 0 repeat-x;
	border-bottom:#333333 solid 10px;
}

#header {
	margin:0 auto 0 auto;
	height:200px;
	max-width:1400px;
	min-width:900px;
	background:url(../images/FG_header.png) 50% 0 no-repeat;
}

#menu {
	margin:0 auto 0 auto;
	/*float:left;*/
	width:900px;
}

#center {
	margin:0 auto 0 auto;
	width:900px;
}

#content {
	float:left;
	width:900px;
}

#body {
	float:left;
	width:630px;
	padding:10px 10px 10px 0;
}

#bodyh {
	float:left;
	width:900px;
}

#sidebar {
	float:left;
	width:240px;
	min-height:750px;
	padding:0 10px 0 10px;
	margin:0 0 20px 0;
	background:url(../images/BG_sidbar.png) 0 30px no-repeat;
}

#footer {
	float:left;
	width:900px;
	border-top:#999999 dashed thick;
}

img {
	border:none;
}