* {
	font-family: Arial;
}

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

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

#logo {

	margin-top: 8px;
	margin-left: 20px;
	width: 145px;
	height: 60px;

}


#title {
	font-family: Arial;
	font-size: 24px;
	color: #555353;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#slogan {
	font-size: 12px;
	color: #000;
	height: 25px;
	background-color: #edba78;
}


#linkswraper{
	margin-left: 20px;	
}

#links {

}

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

#links_header {
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-color: #edba78;
	margin: 0px;
	height: 25px;
	margin-bottom: 7px;
	
}

#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	padding-top: 0px;
}

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

#footer {
	font-size: 12px;
	color: #fff;
	background-color: #454544;
}

#footer a {
	font-size: 12px; 
	color: #fff;
}