* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #eee;
}

#header {
	width: 700px;
	height: 207px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 87px;
	text-align: left;
}


#title {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px;
	word-spacing: -5px;
	letter-spacing: -1px;
}


#linkswraper{
	margin-right: 3px;
	padding-top: 10px;
}


#links {
	padding-right: 5px;
	padding-bottom: 1px;
	margin: 0px;
}

#links ul{
	list-style-type: square;
	color: #e7c6e0;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

#links ul li{
	padding-bottom: 3px;
	border-bottom: 1px dashed #333;
}

#links a {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
}



#content {
	font-size: 12px;
	padding: 7px;
	color: #8a8a8a;
	background-color: #fff;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#footer {
	border-top: 10px solid #e7c6e0;
}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #786a55;
	height: 26px;
	text-transform: uppercase;
}

#footer table td {
	padding-left: 180px;
}