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

html, body {
	margin:0;
	padding:0;
	background:#996633 url(../images/BG_html.jpg) 50% 0 repeat-y;
}

#topBar {
	float:left;
	width:100%;
	height:30px;
	background:url(../images/BG_topBar.png) 0 0 repeat-x;
}

#topBarFG {
	margin:0 auto 0 auto;
	width:901px;
	height:30px;
	text-align:left;
}

#container {
	float:left;
	width:100%;
	background:url(../images/BG_container.png) 50% 0 no-repeat;
}

#header {
	margin:0 auto 0 auto;
	width:901px;
	height:195px;
	background:#000000 url(../images/BG_header.png) 0 0 no-repeat;
}

#banner {
	float:right;
	width:600px;
	height:195px;
}

#menu {
	float:left;
	width:901px;
	height:37px;
	background-color:#663300;
}

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

#content {
	float:left;
	width:901px;
	background:url(../images/BG_content.jpg) 0 0 repeat-y;
}

#sidebar {
	float:left;
	width:290px;
	padding:10px 5px 0 5px;
}

#body {
	float:right;
	width:550px;
	padding:10px 25px 0 25px;
}

#footer {
	float:left;
	padding:5px 10px 5px 10px;
	width:881px;
	background-color:#663300;
}

img {
	border:none;
}