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

html, body {
	margin:0;
	padding:0;
	background:#2e1700 url(../images/BG_headerbg2.png) 50% 0 no-repeat;
	height:100%;
	min-width:1000px;
}

#container {
	float:left;
	width:100%;
	min-height:100%;
	background:url(../images/BG_pattern.png);
}

#headerbg {
	float:left;
	width:100%;
	height:275px;
	background:url(../images/BG_tanline.png) 0 251px repeat-x;
}

#header {
	margin:0 auto 0 auto;
	width:1000px;
	height:275px;
	background:url(../images/BG_headerfg.png) 50% 0 no-repeat;
}

#menu {
	float:left;
	position:relative;
	margin:230px 0 0 0;
	width:100%;
	height:68px;
	background:url(../images/BG_menu.png) 50% 0 no-repeat;
}

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

#content {
	float:left;
	padding:30px 0 0 0;
	width:900px;
}

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

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

#sidebar {
	float:left;
	width:230px;
	text-align:right;
}

#footer {
	float:left;
	width:900px;
	padding:5px 0 30px 0;
}

img {
	border:none;
}