* {
	font-family: Arial;
}

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

#header {
	width: 700px;
	height: 40px;
	background: url('images/header.jpg');
}

#logo {
	text-align: left;
}


#title {
	font-weight: bold;
	font-size: 18px;
	color: #864731;
	text-transform: uppercase;
	padding-left: 35px;
	padding-top: 14px;
}


#linkswraper{
	
}

#links {
	padding-left: 17px;
	padding-top: 20px;
}

#links a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #864731;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}


#content {
	font-size: 12px;

	color: #333;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #864731;
}

#footer {
}

#footer table{
	font-size: 12px;
	color: #666;
}

#footer table td {
	padding-right: 10px;
	padding-top: 20px;
}