* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #666;
}

#header {
	width: 201px;
	height: 133px;
	background: url('images/header.jpg');
}

#logo {
	text-align: left;
}


#title {
	font-size: 26px;
	color: #fff;
	padding-left: 8px;
	padding-top: 30px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2.7px;
}

#linkswraper{
}

#links {
	padding-left: 10px;
	padding-right: 10px;
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#links ul li{
	padding-bottom: 3px;
}

#links a {
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	display: block;
}


#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	background-color: white;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #ce1313;
}

#footer {
	height: 55px;
}

#footer table{
	font-size: 12px;
	color: #999;
}

#footer table td {
	text-align: center;
}