* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #e9e9e8;
}

#header {
	height: 60px;
	background-color: #ddd9cd;
}

#logo {
	text-align: left;
	padding-left: 35px;
	padding-top: 12px;
}

#title {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #616060;
}

#slogan {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #616060;
}


#linkswraper{
	margin-top: 20px;
}

#links {
	border: 1px solid #ddd9cd;
	border-right: 0px solid #fff;
	background: url('images/pot.jpg') no-repeat bottom left #fff;
	padding-bottom: 220px;
	padding-left: 20px;
}

#linksheader {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #837a60;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#links ul li{
	padding-right: 12px;
}

#links a {
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	color: #837a60;
	text-transform: uppercase;
	text-decoration: none;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ddd9cd;
	border-bottom: 0px solid #fff;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #837a60;
	margin-top: 0px;
}

#footer table{
	font-size: 12px;
	color: #b0ac9e;
	background-color: #fff;
	height: 45px;
	border: 1px solid #ddd9cd;
	border-top: 0px solid #fff;
}

#footer table td {
	padding-right: 5px;
	padding-bottom: 10px;
}