@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #CECDAF;
	
}

#wrapper {
	width:800px;
	min-height:600px;
	height:auto;
	margin:25px auto 10px auto;
	background-color: #CECDAF;
}

#header {
	height:150px;
	margin-bottom:15px;
	background-color:#7D7D00;
}

#leftcolumn {
	width:180px;
	min-height:250px;
	height:auto;
	padding:10px;
	/*margin:0 0 15px 15px;*/
	background-color:#7D7D00;
	float:left;
}

#mainContent {
	width:565px;
	min-height:650px;
	height:auto;
	padding:10px;
	/*margin:0 15px 15px 15px;*/
	background-color:#464600;
	float:right;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color: #D3D3D3;
}

#footer {
	width:585px;
	min-height:18px;
	height:auto;
	background-color:#7D7D00;
	margin-top:15px;	/*border-top:15px solid white;*/
	color: #D3D3D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	padding-top:5px;
	padding-bottom:5px;
	float: right;
}

.clear {
	clear:both;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}