* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#header {
	width: 700px;
	height: 136px;
	background: url('images/header.jpg');
}

#logo {
	text-align: left;
}


#title {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	padding-left: 51px;
	padding-top: 34px;
	line-height: 16px;
}

#slogan {
	display: inline;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #5dd5fb;
	text-transform: none;
	padding-left: 10px;
}


#linkswraper{	
	background: url('images/links_large_footer.jpg') no-repeat bottom;
	padding-bottom: 3px;
}

#links {
	padding-left: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 506px;
	background: url('images/large_bg.jpg') repeat-y;													
}

#links a {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}


#content {
	float: right;
	font-size: 12px;
	padding: 7px;
	padding-top: 0px;
	color: #333;
	width: 492px;
	background-color: white;
	margin-right: 6px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0fa9db;
}

#footer {
	height: 25px;
}

#footer table{
	font-size: 12px;
	color: #aeadad;
	background-color: #757575;
}

#footer table td {
	padding-right: 10px;
}

#footer table a {
	color: #0fa9db;
}