* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 89px;
}

#logo {
	text-align: left;
	padding-left: 35px;
	padding-top: 17px;
}

#title {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #616060;
	text-transform: uppercase;
}


#linkswraper{

}

#links {
	padding-left: 35px;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#links ul li{
	padding-bottom: 3px;
	padding-right: 12px;
}

#links a {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	text-align: left;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #616060;
	margin-top: 0px;
}

#footer table{
	font-size: 12px;
	color: #999;
	background-color: #fff;
	height: 24px;
}