@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

#header {
	height: 91px;
}a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	clear: both;
	float: none;
}
a.footerLinks {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.footerLinks:hover {
	text-decoration: underline;
	color: #D2011E;
}
