@import url("linkdark.css");
@import url("linklight.css");
* { padding: 0; margin: 0; }
a img {border: none;}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #b4a288;
    }
#header {
 color: #000000;
 width: 900px;
 float: left;
 height: 202px;
 background: #000000;
}
#navigation {
 float: left;
 width: 900px;
 color: #000000;
 background: #000000;
}
#leftcolumn {
	color: #000000;
	height: 100%;
	width: 650px;
	padding:10px 5px 15px 20px;
	float: left;
	background: #e6e5e4;
}
#rightcolumn { 
 float: right;
 color: #000000;
 height: auto;
 width: 200px;
 display: inline;
 background: #b4a288;
}
 
#footer { 
 width: 900px;
 clear: both;
 color: #e4cc7c;
 background: #000000;
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #e4cc7c;
}
.linkdark a {
	color: #000;
}
#wrapper #footer .footer p {
	font-size: 11px;
	color: #e4cc7c;
}
#footer .footer p {
	color: #e4cc7c;
}
