* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 242px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 15px;
	text-align: left;
}


#title {
	font-size: 18px;
	font-weight: normal;
	color: #f16f36;
	padding-left: 2px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#linkswraper{
	margin-right: 3px;
	padding-top: 10px;
}


#links {
	padding-bottom: 1px;
	margin: 0px;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

#links ul li{
	padding-bottom: 3px;
	border-bottom: 1px dashed #979696;
	text-align: left;

}

#links a {
	font-weight: normal;
	font-size: 12px;
	color: #22231e;
	text-transform: lowercase;
	text-decoration: none;
}



#content {
	margin-left: 1px;
	font-size: 12px;
	padding: 7px;
	color: #8a8a8a;
	background-color: #fff;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #f16f36;
}

#footer {
	margin-top: 2px;
}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #303030;
	height: 18px;
	text-transform: uppercase;
}

#footer table td {
	text-align: right;
	background-color: #f3f3f3;
	padding-right: 10px;
}