/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	margin-top:30px;
}
a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
h2 {
	font-size:16px;
	color:#47422F;
}
h5 {
	color:#47422F;
	font-size:11px;
}
#site {
	width:800px;
	margin:0 auto;
	text-align:left;
}
#header {
	height:104px;
	widows:800px;
}
#header img {
	float:left;
}
#container {
	margin-top:10px;
}
#container-left {
	float:left;
	width:675px;
	height:490px;
	background:url(../images/main_bg.jpg) top left no-repeat;
}
#const-left {
	float:left;
	width:125px;
}
#menu {
	margin-top:30px;
}
#menu a.main_menu {
	color:#47422F;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	height:16px;
	width:115px;
	background:#47422F;
	color:#FFF;
	padding-left:10px;
	font-weight:normal;
}
#menu a.sub_menu {
	display:block;
	margin-left:15px;
	margin-bottom:4px;
	text-decoration:none;
	color:#47422F;
}
#const-right {
	float:right;
	width:545px;
	height:488px;
	overflow:auto;
}
.content {
	margin:15px;
	width:510;
	height:455px;
}
#container-right {
	float:right;
	width:115px;
}
#container-right img {
	margin-bottom:10px;
	border:none;
}
#footer {
	clear:both;
	padding-left:150px;
}
#footer .logo {
	float:right;
}
#footer .AGB {
	float:left;
	text-transform:uppercase;
	color:#999999;
	font-size:10px;
}

.w150 {
	width:150px;
}