* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #d3d3c6;
}

#header {
	width: 700px;
	height: 27px;
	background: url('images/header.gif');
}

#logo {

	text-align: left;
	width: 700px;
	padding-left: 60px;
}


#title {
	font-family: Verdana;
	font-size: 14px;
	color: #ecd500;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}


#linkswraper{
	
}


#links {
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-left: 0px;
	padding-left: 20px;
	background-color: #fff;
}

#links ul li{
	border-bottom: 1px dotted #cccbd0;
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #8e8e8e;
	text-decoration: none;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	text-align: left;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #942011;
	margin-top: 0px;
}

#footer table{
	font-size: 12px;
	color: #fff;
	background: url('images/footer.gif');
	margin-top: 7px;
	height: 24px;
}