body {
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #9B9B9B;
	font-family: tahoma, helvetica;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #02B0F0;
	text-decoration: none;
}

h3 a {
	color: inherit;
}

img {
	border: none;
}

#mainwrapper {

}

#mainwrapper #content {
	margin: 175px auto 3em auto;
	padding: 1em 0;
	text-align: left;
	width: 775px;
}

#mainwrapper #footer {
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #474747;
	font-size: .8em;
	margin-bottom: 3em;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
}

#mainwrapper #footer #footercontent {
	margin: 0 auto;
	text-align: left;
	width: 775px;
}

#mainwrapper #footer #footercontent a {
	color: #474747;
}

#mainwrapper #footer #footercontent #copyright {
	float: right;
}

#mainwrapper #footer #footercontent #legal li {
	border-left: 1px solid #474747;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 1em;
}

#mainwrapper #footer #footercontent #legal .first {
	border: none;
}
