* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 257px;
	background: url('images/header.jpg');
}

#logo {

	padding-top: 53px;
	padding-left: 18px;

}

#title {
	font-family: Verdana;
	font-size: 20px;
	color: #9C743B;
	font-weight: bold;
	text-align: left;
}

#slogan {
	
	padding-left: 21px;

}

#slogantext {
	font-family: tahoma;
	font-size: 13px;
	color: #60451E;
	text-align: left;

}



#linkswraper{
	
}

#links {
	padding-left: 5px;
}

#links a {
	font-size: 12px;
	color: #60451E;
	display: block;
	text-decoration: none;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-left: 0px;
	padding-left: 20px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#links ul li{
	border-bottom: 1px dotted #cccbd0;
	padding-bottom: 3px;
}



#content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	padding-top: 0px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #60451E;
}

#footer {
    font-family: verdana;
	font-size: 10px;
	color: #60451E;
	background: url('images/footer.jpg');
	height: 25px;
	padding-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
	
}

#footer a {
	font-size: 12px; 
	color: #fff;
	
}