/* CSS Document */

body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input

{

font-family:verdana,helvetica,arial,sans-serif;

}



h1 {font-size:150%;margin-top:0px;font-weight:normal}

h2 {font-size:130%;margin-top:10px;margin-bottom:10px;font-weight:normal}

h3 {font-size:130%;font-weight:normal}

h4 {font-size:80%;font-weight:bold}

h5 {font-size:90%;}

h6 {font-size:80%;}



body {background-} 
body {background-image:url('');}

#container
{
	margin: 0 auto;
	width: 886px;
	background: #fff;
	
}

#header
{
	background: #ccc;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 886px;
	background: #cc0000;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #ccc; }

#banner
{
	float: left;
	width: 886px;
	background: #cc0000;
}
#content-container
{
	float: left;
	width: 886px;
	
	
}

#content
{
	clear: left;
	float: left;
	width: 726px;
	min-height: 600px;
	
	display: inline;
}

#content h2 { margin: 0; }

#aside
{
	float: right;
	width: 160px;
	
	
	display: inline;
}

#aside h3 { margin: 0; }

#footer
{
	width: 866px;
	clear: left;
	background: #ccc;
	text-align: left;
	padding: 10px;
	height: 1%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}


