#container{
	width:950px;
	margin:auto;
	padding:0px 10px 5px 10px;
	background-color:#f0ec5a;
}

#header{
	background:url(../gfx/bg-header.jpg) no-repeat 15px 0px #ffffff;
	height:194px;
	padding-right:15px;
}

#wrapper{
	background:url(../gfx/bg-wrapper.gif) no-repeat left bottom #ffffff;
	padding:10px 15px 10px 15px;
}

#leftbox{
	width:231px;
	min-height:300px;
	float:left;
	padding-right:19px;
}

.content{
	float:left;
	width:650px;
	text-align:left;
	padding:20px 0px 10px 11px;
}
.content_home{
	float:left;
	width:420px;
	text-align:left;
	padding:10px 0px 10px 0px;
}

#rightbox{
	width:231px;
	float:right;
	padding-right:8px;
	padding-bottom:80px;
	background:url(../gfx/bg-rightbox.gif) no-repeat bottom right;
}

#footer{
	font-size:11px;
	font-weight:bold;
	color:#7e7f80;
	padding:10px 0px 5px 0px;
}
#footer div{
	float:right;
	text-align:right;
}
#footer a,#footer a:hover{
	color:#7e7f80;
	font-weight:normal;
	text-decoration:none;
}
.sitemap{
	float:left;
	padding-right:300px;
}
