* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #d5d5d5;
}

#header {
	width: 700px;
	height: 250px;
	background: url('images/header.jpg');
}

#logo {

	margin-top: 8px;
	margin-left: 70px;
	width: 145px;
	height: 60px;

}


#title {
	font-family: Arial;
	font-size: 24px;
	color: #85b724;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#slogan {
	font-size: 12px;
	color: #fff;
	height: 25px;
	background-color: #8cc027;
}


#linkswraper{
	
}

#links {
	padding: 10px;
}

#links a {
	font-size: 12px;
	color: #0284ae;
	display: block;
}

#links_header {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	background-color: #52acca;
	margin: 0px;
	height: 25px;
	
	
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	padding-top: 0px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0284ae;
}

#footer {
	font-size: 12px;
	color: #fff;
	height: 36px;
	background-color: #8cc027;
}

#footer a {
	font-size: 12px; 
	color: #fff;
}.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Comic Sans MS";
	font-size: 10px;
}
