#container{
	width:1000px;
	height:100%;
}
#header{
	padding:40px 0px 0px 22px;
	background:url(../gfx/bg-header.png) repeat-x 0px 131px;
}
#logo{
	float:left;
	border:0px;
	margin-bottom:28px;
}
#menubar{
	float:left;	
	padding-top:3px;
}
#search_form{
	background:url(../gfx/bg-search.png) no-repeat;
	float:left;
	width:265px;
	margin-top:8px;
	padding-bottom:4px;
}
#search_button{
	width:28px;
	height:27px;
	border:0px;
	float:left;
	cursor:pointer;
}
#wm_search{
	width:195px;
	height:13px;
	border:0px;
	float:left;
	color:#494949;
	font-size:12px;
	background:none;
	margin:5px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#wrapper{
	min-height:500px;
	background:url(../gfx/bg-wrapper.png) no-repeat 0px 278px #ffffff;
	padding:28px 25px 0px 22px;
}
#leftbox{
	width:330px;
	min-height:300px;
	float:left;
	padding-bottom:30px;
}
#content{
	float:left;
	width:618px;
	text-align:left;
}
#footer{
	clear:both;
	background:url(../gfx/bg-footer.png) repeat-x;
	color:#939daf;
	font-size:12px;
	height:36px;
	padding:0px 15px 0px 15px;
}
#footer div.l{
	padding-top:12px;
}
#footer a{
	color:#939daf;
	text-decoration:none;
}
#footer a.baseplus{
	background:url(../gfx/baseplus.png) no-repeat center right;
	padding:5px 29px 4px 0px;
	color:#939daf;
	float:right;
	display:block;
	margin-top:7px;
}
