@charset "UTF-8";
/* CSS Document */

body {

background: #88371e url(images/body_bg.jpg) 0 0;
background-image: 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.clear {
	clear: both;
}
#container {
	width: 790px;
	text-align: center;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	background-color: #fceda3;
	border: solid 1.0pt white;
	padding: 10px;
	text-align: left;
}
#header {

background: #fff url(images/header.gif) 0 0 no-repeat;
height: 150px;
margin-bottom: 10px;
}
#header h1 {
	margin: 0px;
	text-indent: -9000px; 
	color: #5b8728;
	size: 105%;
}

#menu {
	margin: 0px 8px 10px 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	#menu a {
		color: #000000;
		background-color: #fceda3;
		margin: 0px 4px;
		padding: 2px 8px;
	}
		#menu a:hover {
			color: #fff;
			background-color: #6e2b13;
			text-decoration: none;
		}
	#menu ul {
		padding: 0px;
		margin: 0px 0px 0px -4px;
		display: nowrap;
		width: 800px;
	}
	#menu li {
		display: inline;
		float: left;
		margin: 0px;
		padding: 0px;
		
	}

#left_column {
	float: left;
	width: 175px;
	margin-right: 5px;
	vertical-align: top;
	text-align:center;
}

#content {
	float: right;
	width: 575px;
	margin-right:5px;
	margin-bottom:10px;
}

#flash {
	margin-top:10px;
}
p {
	margin: 5px 0 5px 0;
 }

a:link {
	color: #6e2b13;
	text-decoration:none;
}
a:hover {
	color:#6e2b13;
	text-decoration: underline;
}

#footer {
	font-size: 90%;
	width: 760px;
	text-align: center;
	margin: 10px 0px;
}