* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #d9f2a9;
}

#header {
	width: 700px;
	height: 175px;
	background: url('images/header.jpg');
}

#logo {

	margin-top: 120px;
	margin-left: 30px;
	width: 130px;
	height: 50px;

}


#title {
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#slogan {
	margin-top: 7px;
	font-size: 12px;
	color: #fff;
	height: 22px;
	background-color: #445d36;
}


#linkswraper{
	margin-top: 7px;
	border-right: 1px dashed #527c13;
}

#links {
	padding: 10px;
}

#links a {
	font-size: 12px;
	color: #527c13;
	display: block;
}

#links_header {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: url('images/links_header.gif');
	margin: 0px;
	height: 22px;
	margin-bottom: 7px;
	
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	padding-top: 0px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #527c13;
}

#footer {
	font-size: 12px;
	color: #fff;
	background-color: #445d36;
	height: 22px;
}

#footer a {
	font-size: 12px; 
	color: #fff;
}
