* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #eee;
}

#header {
	width: 208px;
	height: 65px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 23px;
	text-align: left;
}


#title {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	padding-left: 29px;
	letter-spacing: 1px;
}


#linkswraper{
	padding-top: 10px;
	background: url('images/header.jpg') top left no-repeat;
	background-position: 0px -65px;
}


#links {
	padding-right: 10px;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-top: 0px;
}

#links ul li{
	margin-left: -15px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: 1px dashed #4e78b3;
}

#links a {
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
}



#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	border-bottom: 1px dashed #1b304c;
	margin-bottom: 2px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #1b304c;
}

#footer {
	height: 35px;

}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #999;
	height: 100%;
}

#footer table td {
	padding-right: 20px;
}