body {
	background: #ababab url(images/stripes.jpg) repeat-x;
	background-position: 50% 40px;
	margin: 0;
	padding: 0;
}

a {
	color: #600000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #90140C;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

h1 {
	font: normal 1.2em arial, verdana, helvetica, sans-serif;
	margin: 23px 18px;
	text-align: left;
}

h2 {
	color: #333;
	font: bold 12px arial, verdana, helvetica, sans-serif;
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	border-top: none;
	border-left: 15px solid #848484;
	border-right: 15px solid #848484;
	border-bottom: none;
	background-color: #FFFFFF;
	height: auto;
}


#adspace {	
	height: 600px;
	background: #86221B url(images/ad.gif) repeat-x;
	border: none;
	font: normal 10px/100px verdana, arial, sans-serif;
	text-align: center;
	color: #fff;
	cursor: default;
	overflow: hidden;
}

#nav {
	text-align: center;
	width: 100%;
	background: #000 url(images/nav.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	cursor: default;
}

