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

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

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

#center {
	position:relative;
	margin:0 auto 0 auto;
	width:900px;
	text-align:left;
}

#menu {
	position:absolute;
	top:2px;
	left:0;
	margin:0 0 0 0;
	width:900px;
	text-align:left;
	z-index:6;
}

#header {
	position:absolute;
	top:40px;
	left:0;
	width:900px;
	padding:0;
	height:205px;
	background:url(../images/BG_header_home.png) 50% 0 no-repeat;
	text-align:left;
	z-index:5;
}

#content {
	position:relative;
	float:left;
	width:900px;
	margin:140px 0 0 0;
}

#sidebar {
	float:left;
	margin:10px 0 0 3px;
	width:404px;
}

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

#headerp {
	position:absolute;
	top:40px;
	left:0;
	width:900px;
	padding:0;
	height:140px;
	background:url(../images/BG_header.png) 50% 0 no-repeat;
	text-align:left;
	z-index:5;
}

#contentp {
	position:relative;
	float:left;
	width:900px;
	margin:180px 0 0 0;
}

#sidebarp {
	float:left;
	margin:10px 0 0 3px;
	width:200px;
}

#bodyp {
	float:left;
	margin:10px 5px 0 0;
	width:692px;
}

#footer {
	float:left;
	padding:10px 0 0 0;
	width:900px;
	margin-top:10px;
	border-top:#cccc99 solid 2px;
}

img {
	border:none;
}

#left {
	float:left;
	padding:0 6px 6px 6px;
	margin-top:-16px;
	width:186px;
	height:307px;
	background-color:#cccc99;
	margin-right:8px;
}

#right {
	float:left;
	padding:0 6px 6px 6px;
	margin-top:-16px;
	width:186px;
	height:307px;
	background-color:#cccc99;
}
