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

html, body {
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/html_BG) 50% 0 no-repeat;
}

#container {
	float:left;
	width:100%;
	text-align:center;
}

#headerBG {
	width:100%;
	height:201px;
	background:url(../images/header_BG.png) repeat-x;
}

#center {
	margin:-201px auto 0 auto;
	width:1200px;
	text-align:left;
}

#header {
	float:left;
	width:800px;
	padding:0 200px 0 200px;
	height:201px;
	background:url(../images/header.jpg) 50% 0 no-repeat;
	text-align:left;
}

#searchbar {
	margin:20px 0 0 600px;
}

#menu {
	margin:110px 0 0 20px;
	width:800px;
	text-align:left;
}

#content {
	float:left;
	width:800px;
	margin:0 200px 0 200px;
	background:#5A3309 url(../images/content_BG.jpg) 0 0 no-repeat;
}

#sidebar {
	float:left;
	margin:10px 14px 0 14px;
	width:155px;
}

#body {
	float:left;
	margin:10px 14px 0 0;
	width:602px;
}

#bodyc {
	float:left;
	margin:10px 14px 0 0;
	width:765px;
	padding:10px;
}

#footer {
	float:left;
	padding:5px 10px 5px 10px;
	width:780px;
}

img {
	border:none;
}