* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#header {
	width: 205px;
	height: 241px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 60px;
	text-align: left;
}


#title {
	font-family: Verdana;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	padding-left: 21px;
	text-transform: lowercase;
}


#linkswraper{
	padding-top: 10px;
	background-color: #f6f6f6;
	margin-left: 6px;
	margin-right: 3px;
	padding-left: 5px;
}


#links {
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

#links ul li{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: left;
	
}

#links a {
	font-family: Verdana;
	font-size: 14px;
	color: #4c4c4c;
	text-decoration: none;
	text-transform: lowercase;
}



#content {
	font-size: 12px;
	padding: 0px;
	color: #333;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #b20202;
}

#footer {
	height: 20px;
	background: url('images/footer_bg.gif') top left no-repeat;

}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	height: 100%;
}

#footer table td {
	padding-right: 20px;
	padding-top: 3px;
}