* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 250px;
	background: url('images/header.jpg');
}

#logo {
	text-align: center;
	width: 180px;
}


#title {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #fe925e;
	text-transform: uppercase;
	padding-top: 108px;
}


#linkswraper{
	
}

#links {
	padding-right: 5px;
	padding-top: 10px;
}

#links a {
	font-family: Verdana;
	font-size: 12px;
	color: #8fafbf;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-bottom: 3px;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	border: 1px solid #e9e9e9;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #8fafbf;
}

#footer {
	height: 20px;
	margin-top: 2px;
}

#footer table{
	font-family: Verdana;
	font-size: 11px;
	color: #8fafbf;
	background-color: #dff1f9;
}

#footer table td {
	padding-right: 10px;
}