* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background: url('images/vert_repeater.jpg');
	background-repeat: repeat-x;
	background-color: #194574;

}

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

#logo {
	margin-top: 0px;
	margin-left: 118px;
	width: 175px;
	height: 150px;
}


#title {
	font-family: Arial;
	font-size: 38px;
	color: #194E8A;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

#slogan {
	font-size: 12px;
	color: #fff;
	height: 25px;
	background-color: #8cc027;
}


#linkswraper{
	
}

#links {
	padding: 10px;
	font-size: 12px;
	color: #333;
}

#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;
}
