* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 168px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 93px;
	padding-left: 40px;
	text-align: left;
	width: 100px;
}


#title {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}


#linkswraper{
	padding-left: 15px;
}


#links {
	padding-right: 5px;
	padding-bottom: 1px;
	margin: 0px;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	color: #786a55;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

#links ul li{
	padding-bottom: 3px;
	border-bottom: 1px dashed #505050;
}

#links a {
	font-weight: normal;
	font-size: 12px;
	color: #b4b2b2;
	text-transform: lowercase;
	text-decoration: none;
}



#content {
	font-size: 12px;
	padding: 7px;
	color: #8a8a8a;
	border-right: 1px solid #ebecec;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #515050;
	padding-bottom: 10px;
}

#footer {
}

#footer table{
	font-family: Arial;
	font-size: 12px;
	color: #515050;
	background-color: #ebecec;
	height: 35px;
}

#footer table td {
	padding-left: 180px;
}