* {
	font-family: Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 700px;
	height: 189px;
	background: url('images/header.jpg');
}

#header img {
	float: right;
}

#logo {

	padding-top: 145px;
	padding-left: 10px;
	text-align: left;
	width: 200px;
}

#slogan {
	font-family: Tahoma;
	font-size: 12px;
	color: #838383;	
}


#title {
	font-family: Tahoma;
	font-size: 24px;
	color: #9ec8e8;
	text-transform: uppercase;
	font-weight: bold;
}


#linkswraper{

}

#linksheader {
	background: url('images/links_header.gif') top right no-repeat;
	width: 193;
	height: 38;
}

#links {
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-left: 0px;
	padding-left: 20px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
}

#links ul li{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #2b2726;
	text-decoration: none;
	padding-left: 5px;
	border-left: 1px solid #c1c1c1;
}



#content {
	font-size: 12px;
	padding: 7px;
	padding-top: 0px;
	color: #8a8a8a;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #9ec8e8;
}

#footer table{
	font-size: 12px;
	color: #959595;
	height: 25px;
	background-color: #ebebec;
	border: 1px solid #d7d7d7;
}