html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/1.8em Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/body-bg1.png);
	background-position: 50% top;
}

h1,h2,h3 {
	font-family: Georgia, Times, serif;
	line-height: auto;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	height: 250px;
	margin: 0;
	background: transparent url(../images/h1-bg.png) left bottom no-repeat;
}

h2 {
	font-size: 1.5em;
	color: #8e3d00;
	padding-bottom: 0.25em;
	border-bottom: 1px dashed #8e3d00;
	margin-top: 1em;
}

h3 {
	font-size: 1.25em;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 0;
	margin-bottom: 0.8em;
}

a {
	color: #8e3d00;
}

p {
	text-align: justify;
}

#container {
	position: relative;
	width: 720px;
	margin: 0 auto;
	border: solid #000;
	border-width: 0 1px;
	background: #fff url(../images/container-bg.png) -10px top repeat-y;
	text-align: left;
}

#lion {
	position: absolute;
	top: 70px;
	left: -20px;
	behavior: url(images/iepngfix.htc);
	border: none;
}

#nav {
	float: left;
	width: 230px;
	margin-top: 3.9em;
}

* html #nav {
	margin-right: 17px;
}

#sponsors {
	clear: left;
	float: left;
	width: 230px;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

#sponsors p {
	text-align: center;
	font-size: 90%;
	color: rgb(69,63,51);
	width: 175px;
	text-align: justify;
	margin: 1em auto;
}

#sponsors img {
	border: none;
	margin-top: 1em;
}

#content {
	width: 450px;
	margin-left: 250px;
	margin-right: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	padding: 1em;
	margin: 1em 0 0;
	background: #fff;
}

#footer p {
	margin: 0;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

#nav li {
	font-size: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

#nav a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0.25em 1em;
}

#nav a:hover {
	color: #333;
}

#nav li.current a {
	color: #8e3d00;
}

.news {
	background: transparent url(../images/news-bg.png) right top repeat-y;
	padding: 1.5em 2em 0.5em;
	margin: 1em 0;
	border: 1px solid #e5e5e5;
}

.news h3 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 0 0 2px;
	border-bottom: 1px dashed #bbb;
}

.news h3 a {
	text-decoration: none;
}

.news h3 a:hover {
	text-decoration: underline;
}

.posted {
	text-align: right;
	font-size: 0.8em;
	line-height: 0.8em;
}

.prevnext {
	text-align: center;
}


/* FEEDBACK PAGE */

ol.comments li, #cpreview {
	background: transparent url(../images/news-bg.png) right top repeat-y;
	margin: 1em 0;
	padding: 0.5em 2em 0.5em 1em;
	border: 1px solid #e5e5e5;
}

ol.comments {
	margin: 2em 0 2em 2em;
	padding: 0;
}


/* MAP */

.instructions {
	font-style: italic;
	font-size: 85%;
	line-height: 1.4em;
	display: none;
}

#venueMap {
	display: none;
	width: 448px;
	height: 448px;
	border: 1px solid #e5e5e5;
}

div.balloon {
	width: 200px;
	line-height: 1.4em;
}

div.balloon h3 {
	margin: 0 0 0.5em;
}

div.balloon p.adr {
	margin-top: 0;
	color: #666;
}

li.vcard span.adr {
	color: #666;
}
#container #content p em {
	color: #00F;
}
#container #content p strong {
	font-family: Georgia, Times New Roman, Times, serif;
}
#container #content p strong {
	font-family: Verdana, Geneva, sans-serif;
}

