@import 'lib/grid.css';
@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/forms.css';

#header				{ height: 204px; width: 985px; margin-bottom: 0px;}
#header h1		{ width: 220px; height: 180px;}
#header h1 a	{ display: block; width: 100%; height: 100%; text-indent: -999px; overflow: hidden;}
#header strong{ display: none;}
#header ul		{ display: none;}
#subtitle			{ text-indent: -999px; overflow: hidden;}
#navigation		{ height: 60px;}
#content			{ z-index: 0; margin-bottom: 10px; background: url('../../img/content_bg.html') top left no-repeat;}
#content .box	{
	border: 1px solid #dadada;
	min-height: 288px;
	border-top: none;
	margin: 30px 10px 30px 30px;
	background-color: #ECE9D8;
}
#sponsors.box	{ border: none; margin: 30px 0 10px 10px; padding: 0px 5px 0 10px; background: url('../../img/sponsor_bg.html') top left no-repeat; border-bottom: 1px solid #dadada;}
#sidebar			{ display: none;}
#meta_navigation{ display: none;}
#search				{ display: none;}

@import 'lib/widgets.css';
@import 'lib/toolbox.css';