
html {
	margin: 0;
	padding: 0;
	background-color: #AC9A5E;
}

body {
	margin: 0;
	padding: 0;
	color: black;
	font: 100%/180% Georgia, 'Times New Roman', serif;
	background: transparent url(/local/images/backgrounds/header_right.jpg) repeat-x right top;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #483E28;
	font-weight: bold;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}

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

a.important {
	white-space: nowrap;
}

a:hover {
	color: black;
}

a img {
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	font: 1px/0 sans;
	height: 1px;
}

img.left {
	float: left;
	margin: .5em 1em .5em 0;
}

div.section {
	clear: both;
	padding: 0 2em;
	overflow: visible;
	text-align: center;
}

div.inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	min-width: 760px;
	max-width: 960px;
	height: 100%;
	text-align: left;
}

div.section > div.inner {
	width: auto;
}

div#header {
	height: 120px;
	background: transparent url(/local/images/backgrounds/header.gif) no-repeat left 50%;
}

div#header h1 {
	display: block;
	margin: 0;
	padding: 2.1em 0 0 0;
	height: 120px;
	color: #381D18;
	font-size: 225%;
	line-height: 100%;
	font-variant: small-caps;
}

div#navigation {
	background: transparent url(/local/images/backgrounds/discs_light.gif) repeat left 50%;
	border: 2px solid #B4751D;
	border-width: 2px 0;
}

div#navigation div.inner {
	height: 30px;
}

div#navigation ul {
	height: 30px;
}

div#navigation li {
	float: left;
	margin-right: 1em;
	height: 30px;
}

div#navigation li a {
	color: black;
}

div#navigation li a:hover {
	color: #381D18;
}

div#content {
	background: transparent url(/local/images/backgrounds/page.jpg) repeat 50% 50%;
}

div.wrapper {
	position: relative;
}

div#text  {
	padding: 3em 0 1.5em 0;
	min-height: 33em;
	overflow: visible;
}

div.event span {
	display: block;
}

ul.quotes li {
	padding: 0 0 1em 0;
}

ul.quotes span {
	margin-right: 1em;
	color: #483E28;
}

ul.quotes span.quote {
	display: block;
	margin-right: 0;
	color: black;
	font-style: italic;
}

ul.quotes span.speaker {
	font-weight: bold;
}

div#footer {
	height: 330px;
	overflow: hidden;
	background: #8D7241 url(/local/images/backgrounds/footer.jpg) no-repeat right bottom;
	border-top: 5px solid #B4751D;
}

div#footer div.inner {
	margin-top: 4.5em;
}