* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 317px;
	background: url('images/header.jpg');
}

#header img {
	float: right;
	margin-top: 234px;
	margin-right: 3px;
}

#logo {
	padding-left: 54px;
	padding-top: 14px;
	text-align: left;
	width: 100px;
	line-height: 18px;
}


#title {
	font-size: 24px;
	font-weight: normal;
	color: #62aedf;
	text-transform: lowercase;
}


#linkswraper{
}


#links {
	background: url('images/links_bg.jpg') top left repeat-x;
	padding-top: 20px;
}

#links ul{
	list-style-type: decimal-leading-zero;
	color: #86c0e6;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 40px;
}

#links ul li{
	padding-bottom: 3px;
}

#links a {
	font-weight: normal;
	font-size: 12px;
	color: #696868;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
}



#content {
	font-size: 12px;
	padding: 4px;
	color: #8a8a8a;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #696969;
}

#footer {
	background: url('images/footer_bg.jpg') repeat-x;
}

#footer table{
	font-size: 12px;
	color: #a1a1a2;
	height: 27px;
	text-transform: lowercase;
}

#footer table td {
	padding-right: 20px;
	padding-top: 5px;
}