* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 149px;
	background: url('images/header.jpg');
}

#logo {
	text-align: center;
	width: 191px;
}


#title {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 20px;
	color: #036e68;
	text-transform: uppercase;
	padding-top: 85px;
}


#linkswraper{
	
}

#linksheader {
	background-color: #d5d6d6;
	color: #fff;
	text-transform: uppercase;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	text-align: center;
	padding: 3px;
}

#links {
	padding-left: 17px;
	padding-top: 20px;
}

#links a {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #036e68;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	border: 1px solid #d5d6d6;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #036e68;
}

#footer {
	height: 25px;
	border: 1px solid #d5d6d6;
}

#footer table{
	font-size: 12px;
	color: #fff;
	background-color: #d5d6d6;
}

#footer table td {
	padding-right: 10px;
}