body {
	margin: 0;
	padding: 0;
	background: #995522;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #995522;
}
a:hover   {
	text-decoration: underline; 
	color: #FF0000;
}

img {
	border: 0;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
	background: #ffffff url(../images/tile.png) top center repeat-y;
}

.banner {
	width: 100%;
	height: 280px;
	background: url(../images/banner.jpg) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.banner a {
	color: #000000;
	font-weight: bold;
	font-size: .9em;
}

.banner h1 {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	
}

.core {
	margin: 0 auto;
	width: 770px;
}

.prefoot {
	margin: 0 auto;
	width: 780px;
	padding-bottom: 10px;
	background: #000000 url(../images/footer.gif) bottom left repeat-x;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

.footer {
	margin: 0 auto;
	width: 780px;
	text-align: center;
}