* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #e1e0df;
}

#header {
	width: 700px;
	height: 250px;
	background: url('images/header.jpg');
}

#logo {

	margin-top: 40px;
	margin-left: 151px;
	width: 115px;
	height: 70px;
	padding: 5px;
}


#title {
	font-family: Arial;
	font-size: 18px;
	color: #d68114;
	font-weight: normal;
	display: inline;
}


#linkswraper{
	margin-left: 7px;
}

#links {
	padding: 5px;
}

#links a {
	font-size: 12px;
	color: #5d872e;
	display: block;
}

#links_header {
	color: #5d872e;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 7px;
	margin-top: 7px;
	
	
}

#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	border-right: 1px solid #92cc52; 
	border-left: 1px solid #92cc52;
}


#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #5d872e;
}

#footer {
	font-size: 12px;
	color: #fff;
	height: 36px;
	background-color: #92cc52;

}
