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

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

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

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

#header {
	float:left;
	width:900px;
	height:278px;
	background:url(../images/BG_header.jpg) right top no-repeat;
}

#menu {
	float:left;
	width:100%;
	background:url(../images/BG_menu.png);
}

#content {
	float:left;
	width:900px;
	margin-bottom:10px;
	background:url(../images/BG_content.png);
}

#sidebar {
	float:left;
	width:235px;
	padding: 15px 0 15px 15px;
}

#body {
	float:left;
	width:620px;
	padding:0 15px;
}

#bodyb {
	float:left;
	width:870px;
	padding:0 15px;
}

#banner {
	float:left;
	width:368px;
	height:261px;
	margin:15px 15px 0 0;
}

#info {
	float:left;
	width:202px;
	height:231px;
	background:#8b7347;
	margin:15px 0 0 0;
	padding:15px;
}

#info>p {
	color:#FFFFFF;
	font-size:12px;
	text-align:justify;
	line-height:24px;
}

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

img {
	border:none;
}

.nice {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}

.nice a {
	color:#FFFFFF;
}

.even {
	background-color:#577C34;
	padding:5px;
}

.odd {
	background-color:#688E43;
	padding:5px;
}

.first {
	border-bottom:#FFFFFF solid medium;
	font-size:16px;
	font-weight:bold;
}
