* {
	margin: 0;
	padding: 0;
	border: 0;
}
	
html, body {
	background: #6e3100;
}
#container {
	width: 800px;
	padding: 0 21px 0 15px;
	margin: 0 auto;
	background: url(images/bg.png) repeat-y;
}
#menu {
	width: 800px;
	height: 447px;
	background: url(images/header.png);
}
#menu ul {
	width: 800px;
	height: 35px;
	list-style-type: none;
	margin-right: 107px;
	float: right;
}
#menu ul li {
	float: right;
	margin: 0 1px 0 0;
	
}
#menu ul li a {
	display: block;
	text-align: center;
	height: 18px;
	padding: 5px 10px 0 10px;
	margin-top: -3px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/item.png) repeat-x;
}
#menu ul li a:hover {
	margin-top: 0;
}
#menu ul li a#selected {
	margin-top: 0;
	font-weight: bold;
}
#content {
	clear: left;
	width: 659px;
	min-height: 270px;
	background: url(images/content.png) bottom center no-repeat;
	padding: 0 70px;
	color: #511;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content p {
	padding-bottom: 10px;
	clear: both;
}
#content br {
	clear: both;
}
#content p:first-letter {
	font-weight: bold;
	font-size: 20px;
}
#content img.group {
	width: 150px;
	float: left;
	margin: 3px 8px;
}
#content a {
	color: #511;
}
#content a:hover {
	text-decoration: none;
}
#content img.sponsor {
	float: left;
	margin: 2px;
}
#footer {
	padding: 20px 0 0 300px;
	width: 500px;
	height: 87px;
	line-height: 87px;
	background: url(images/footer.png) no-repeat;
	color: #511;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
