/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #cccc99;
	text-align: center;
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	background-color: #ffffff;
}

#headerlist {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

#headerlist li {
	float: left;
}

#headerlist img {
	display: block;
	border: 0;
}

#main-holder {
	position: relative;
	width: 800px; 
	float: left;
	background-position: 0% 0%;
	background-image: url(../graphics/navbg.gif);
	background-repeat: repeat-y;
}

#navigation {
	text-align: left;
	float: left;
	width: 160px;
}

#content {
	width: 460px;
	float: right;
	text-align: center;
	padding-top: 1em;
	background-color: #ffffff;
}


#sidebar {
	width: 180px;
	float: right;
	text-align: left;
}

#footerhome {
	clear: both;
	width: 800px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#footercopyright {
	clear: both;
	width: 800px;
	background-color: #cccc99;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}