* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 240px;
	background: url('images/header.jpg');
}

#header img {
	float: right;
	margin-top: 220px;
}

#logo {

	padding-top: 135px;
	padding-left: 47px;
	text-align: left;
	width: 200px;
}

#slogan {
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: #f9b1ab;	
}


#title {
	font-family: Arial Narrow;
	font-size: 18px;
	color: #fb7b73;
	font-weight: bold;
	text-transform: uppercase;
}


#linkswraper{
	padding-top: 0px;
	border-left: 1px solid #f9db9e;
	border-right: 1px solid #f9db9e;
	border-bottom: 1px solid #f9db9e;
	margin-right: 2px;
	background: url('images/links_bg.jpg') top left repeat-x #f9db9e;
}


#links {
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#links ul li{
	border-bottom: 1px dotted #cccbd0;
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}



#content {
	font-size: 12px;
	padding: 2px;
	color: #8a8a8a;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #fb7b73;
}

#footer table{
	font-family: Arial Narrow;
	font-size: 12px;
	color: #eee;
	height: 25px;
	background-color: #fb7b73;
}