* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 171px;
	height: 260px;

}

#logo {
	text-align: left;
	width: 150px;
}


#title {
	font-family: Arial Narrow;
	font-size: 22px;
	color: #554803;
	padding-left: 58px;
	padding-top: 140px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}

#linkswraper{
}

#links {
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 35px;
	padding-right: 10px;
}

#links ul li{
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #000;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	background-color: white;
	margin: 0px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #888888;
	margin-top: 0px;
}

#footer {
	height: 25px;
	background-color: #ECAB03;
	
}

#footer table{
	font-size: 12px;
	color: #999;
}

#footer table td {
	padding-right: 20px;
	text-align: right;
}