/* Import the basic setup styles */
@import url(imports/base.css);
/* Import the colour scheme */
@import url(colors/BW.css);



#body_wrapper {
    margin: 0 auto;
	max-width: 1000px;
	min-width: 700px;
	border-width: 0 2px;
}

#header {
	height: 50px; 
	width: 100%;
	clear: both;
}

#content {
	width: 100%;
	clear: both;
}

#header_left {
	height: 50px; 
	width: 564px;
}

#header_right {
	height: 50px; 
	margin: 0;
}


#header_title { display: none; }

.hor_menu {
	width: 100%;
	clear: both;
	padding-top:  0.2em;
	padding-bottom:  0.2em;
}



#bottom {
	clear:both;
}

.hor_menu li {
 	padding: 0 1em;
}



.box {
}

#recent_forum {
	float: left;
	width: 25em;
}

#recent_blog {
}




