body {
	background: #dec7ae;
	font-family: Verdana;
	font-size: 13px;
	}

#header {	
	position:absolute;
	left: 50%;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	z-index: 2;
	}

#feet {	
	position:absolute;
	left: 50%;
	top: 218px;
	width: 315px;
	margin-left: -450px;
	z-index: 2;
	}

#navigation {	
	position:absolute;
	left: 50%;
	top: 313px;
	width: 315px;
	margin-left: -450px;
	z-index: 2;
	}

#articles {	
	width: 520px;
	position:absolute;
	margin-left: -145px;
	left: 50%;
	top: 218px;
	z-index: 3;
	}

P {
	padding: 0 0 0px; 
	margin: 10px; 
	text-transform: none;
	line-height: 18px;
	color: #886938;
	}

li {
	padding: 0 0 0px; 
	margin: 10px; 
	text-transform: none;
	line-height: 10px;
	color: #ac8144;
	}

h1 {
	font-size: 25px;
	text-align: center;
	color: #886938;
	}

h2 {
	font-size: 17px;
	padding: 0 0 0px; 
	margin: 5px;
	margin-top: 25px;
	text-transform: none;
	color: #886938;
	}

hr {
	padding: 0 0 0px; 
	margin: 10px; 
	text-transform: none;
	line-height: 2px;
	color: #cea666;
	}

a:link {
	color: #db8c0f;
	text-decoration: none;
	}

a:visited {
	color: #db8c0f;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	! background: #ac8144
	}

a:active {
	color: #cebf3c;
	text-decoration: none
	}
