#container

{

	margin: 0 auto;

	width: 900px;

	/*background: #000000;*/

}



#header

{

	/*background: #000000;*/

	padding: 10px;

	height: 10px;

}



#header h1 { margin: 0; }



#banner

{

	margin: 0 0 0 0;

	width: 900px;

	/*height: 400px;*/

}



#title

{

	text-align: center;

	width: 100%;

	float: left;

	margin: 0 0 5 0;

}



#navigation

{

	float: left;

	width: 900px;

	/*background: #333 url(images/nav_bg.png);*/

}



#navigation ul

{
	margin: 0;
	padding: 0;
}



#navigation ul li

{

	list-style-type: none;

	display: inline;

}



#navigation li a

{
	display: block;
	float: left;
	padding: 8px 16px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #000;
	font-size: 14px;
	/*font-weight: bold;
	font: Arial;*/
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}



#navigation li a:hover {
	background: #FF0000;
	color: FFF;	/*color: #8aa6d6;*/

}



#content-container

{

	background: #000000;

	float: left;

	width: 898px;

	border: 1px solid #CCCCCC;

	/*background: #000000;*/

	background-image:url(images/bw-bg.png);

	background-position: center top;

	background-repeat: repeat-y;

}



#content

{

	clear: left;

	float: left;

	width: inherit;

	padding: 0px 0;

	margin: 0 0 0 30px;

	display: inline;

}



#content h2 { margin: 0; }



#aside

{

	float: right;

	width: 32%;

	height: 800px;

	padding: 8px;

	margin: 0 2px 0 0;

	display: inline;

	overflow: auto;

	overflow-x: hidden;

}



#aside h3 { margin: 0; }



#footer

{

	clear: left;

	text-align: center;

	padding: 10px;

	height: auto;

	border: 1px solid #CCC;

	background: #000000;

}



#footer2

{

	background:none;

	padding: 20px;

	height: 20px;

	border:none;

}


