* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 204px;
	background: url('images/header.jpg');
}

#logo {
	padding-left: 30px;
	padding-top: 15px;
	text-align: left;
}

#slogan {
	font-family: Tahoma;
	font-size: 14px;
	color: #d5cfb4;	
	display: inline;
	padding-left: 10px;
}


#title {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #747473;
	text-transform: uppercase;
	display: inline;
}


#linkswraper{
	
}

#links {
	padding: 10px;
}

#links a {
	font-size: 12px;
	color: #320f00;
	display: block;
}


#content {
	font-size: 12px;
	padding: 3px;
	color: #333;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #320f00;
}

#footer {
	background: url('images/footerbg.jpg') repeat-x top left;
	height: 26px;
}

#footer table{
	font-size: 12px;
	color: #fff;
}