body {
text-align:center;
background: url("bricks.png") repeat;
}
#main_wrapper
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background: #666666;
	border: none;
	overflow: hidden;
}
#header
{
	padding: 15px;
	width:800px;
	height:185px;
	background: url("header.jpg") no-repeat ;
}

#header h1 { margin: 0; }

#navigation
{
	float: center;
	width: 800px;
	background: #333;
	
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #CCCCCC ; }


#section-navigation
{
	float: left;
	width: 25%;
	background: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;

}


#section-navigation ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#section-navigation li a
{
	display: block;
	color: #fff;
	}
#section-navigation li a:hover { background: #CCCCCC ; }
#section_inner{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
	text-align: center;
}	

#content
{
	float:left;
	background: url("content.jpg") repeat;
}
#content_inner{
padding:0 1em 1 em 1.5em
}

#footer
{
	width:800px;
	height:30px;
	clear: both;
	background: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer_inner
{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;

}
#content_inner, #footer_inner, #section_inner{
overflow:hidden;

