* 
{
	margin: 0;
	padding: 0;
	font-family: arial;
	text-decoration: none;
}

body
{
	background: #A99D69;	
}
div#content 
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 800px;
	background: #A99D69;
}

div#top
{
	background: url(../images/top.jpg) no-repeat;
	height: 128px;
}

div#middle
{
	background: url(../images/middle.jpg) no-repeat;
	height: 356px;
}

div#bottom
{
	background: url(../images/bottom.jpg) no-repeat;
	height: 116px;
	padding-top: 40px;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
div#bottom a
{
	color: #333333;
	font-size: 12px;
}
div#bottom a:hover
{
	color: #AF3008;;
	font-size: 12px;
}

div#menu
{
	color: #333333;
	width: 520px;
	height: 10px;
	padding: 10px;
	font-size: 14px;
	
}
div#title 
{
	overflow: hidden;
	width: 450px;
	height: 20px;
	padding: 10px;
	color: #AF3008;
	font-size: 22px;
	line-height: 100%;
}


div#pages 
{
	overflow: auto;
	width: 410px;
	height: 260px;
	padding: 10px;
	font-size: 12px;
	color: #142639;
}

li.site_sections
{
	float: left;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
li.site_section
{
	float: left;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}
li.site_sections a
{
	color: #333333;
}
li.site_section a
{
	color: #AF3008;
}
