@charset "iso-8859-1";
body {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	height: auto;
	min-height: 100%;
	background: #c7b299;
	background-image: url('/images/bg.png');
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #333;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

#slides {
	width: auto;
}

.EventListBody a{
	color: black;
}

#worldEdge {
	background: #d7c0a5;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
}
#world {
	background: #fff;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#banner {
	position: relative;
	top: 20px;
	text-align: left;
	margin-left: 52px;
	color: #808080;
	font-size: 10px;
}
#bulk {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
#leftHalf {
	float: left;
	background: #663300;
	border: 0px solid #663300;
	width: 200px;
	padding: 0px 0px 10000px 0px;
	margin: 0px 0px -10000px 0px;
}
#leftHalf img
{
	width: 100%;
	height: auto;
}
#leftNav {
	width: 100%;
}
#leftNav ul {
	height: 100%;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leftNav ul:hover {
	cursor: pointer;
}
#leftNav ul li {
	border-bottom: 2px solid #996633;
	font-weight: bold;
}
#leftNav img
{
	width: 100%;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	height: 200px;
}
#leftNav ul li a:hover {
	background: #996633;
}
#leftNav a {
	display: block;
	padding: 6px 0px 6px 6px;
	text-decoration: none;
}
#top {
	width: 600px;
	float: right;
	height: auto;
	margin-bottom: 60px;
}
.topNav {
	display: block;
	text-align: right;
	margin: 0;
	background: #996633;
	padding: 5px 0px 5px 0px;
}
.topNav li {
	display: inline;
	padding: 0 8px;
	border-right: 2px solid #bba063;
}
#rightHalf {
	width: 600px;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
}
#rightNav {
	width: 170px;
	float: right;
	margin-right: 10px;
	background: #bba063;
	border: 4px solid #996633;
	color: #fff;
}
#rightNav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	padding: 0px 0px 0px 0px;
}
#rightNav li {
	padding: 6px;
}
#rightNav li a {
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
}
#rightNav .h3 {
	background: #996633;
	padding: 6px;
}
#news {
	width: 380px;
	overflow: hidden;
	text-align: left;
	border: 2px solid #ccc;
	float: left;
	padding: 10px;
}
#news .h2 {
	color: #663300;
}
.h2 {
	font-size: 1.8em;
	font-weight: bold;
}
.h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.h4 {
	font-size: 1.2em;
	margin: 8px 0 0 8px;
}
#footer {
	color: black;
	clear: both;
	background: #cc9966;
	padding:14px;
	height: 30px;
	font-size: .8em;
}
p a {
	color: #996633;
}