/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

#wrapper
{
	background-color: #E5E2AD;
}

#container
{
	padding: 0px;
	background-color: #E5E2AD;
	width: 1000px;
	margin: 0px auto 5px auto;
}


.powered
{
	text-align: center;
	margin: 8px;
	padding: 8px;
}

#wrapper
{
	width: 1000px;
	margin: 0px auto 5px auto;
}


.walton {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 24px;
	background-color: #929163;
}

.walton ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


.walton li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.walton a
{	display:block;
	padding: 2px 14px;
	text-decoration: none;
	text-transform: uppercase;

}

.walton a:hover
{	
	background-color: #89885d;
	color: #6B2C07;
}

#homepage
{
	width: 500px;
	margin: 0px auto 10px auto;
	padding: 30px;
	background-color: #d0cb9c;
	text-align: center;
	/*
	height: 600px;
*/
}

