* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	font-size: small;
	font-family: arial, sans-serif;
	color: #425129;
	background-color: #BCC89D;
}

address {
	text-align: center;
	font-size: 120%;
	width: 400px;
	margin: 0 auto;
}

h1 {
	margin: 0.8em 0 0.4em 0.2em;
	padding: 0;
	font-size: 180%;
	letter-spacing: 0.1em;
	color: #9D9862;
}

h3 {
	border-top: 2px solid #D4C06F;
	margin-bottom: 1em;
	padding-top: 1em;
	clear: both;
}

table#timetable {
	 border-collapse: collapse;
	 font-size: 0.85em;
}

#timetable tr td, #timetable tr th {
	 border: 1px solid black;
	 padding: 4px 10px 10px 10px;
	 vertical-align: top;
}

#timetable .extra {
	 display: block;
	 font-style: italic;
	 text-align: center;
}
#timetable .when {
	 display: block;
	 font-weight: bold;
	 text-align: center;
	 background-color: #dddddd;
	 white-space: nowrap;
	 padding: 4px;
	 margin: 0 0 4px 0;
}
#timetable .who {
	 display: block;
	 font-weight: bold;
}
#timetable .what {
	 display: block;
	 font-style: italic;
}
#timetable .sub {
	 display: block;
	 text-align: center;
	 font-weight: bold;
}

#content p {
	margin: 0.2em 1em 1.6em 1em;
	line-height: 1.8em;
	font-size: 110%;
}

#page {
	width: 792px;
	background: #fff url(/_struct/home_bg.gif) repeat-y top;
	padding: 0 3px 0 3px;
	margin: 1% auto;
}

#main_nav {
	float: left;
	width: 170px;
	margin: 0 0 0 0;
	padding: 0;
}

#main_nav li {
	list-style: none;
	color: #000;
	margin-left: 1px;
	padding: 0;
	width:100%;
}

#main_nav li a {
	font-size: 110%;
	display: block;
	color: #000;
	width: 181px;
	text-decoration: none;
	background: url(/_struct/nav_bg.gif) repeat-x bottom left;
	padding: 0.4em 0 0.8em 5px;
	background-color: #D4C16F;
	border: none;
}

#main_nav li a span {
	background: url(/_struct/nav_bullet.gif) no-repeat center left;
	padding-left: 20px;
}


#main_nav li#about a span {
	background: url(/_struct/about_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

#main_nav li#calendar a span {
	background: url(/_struct/cal_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

#main_nav li#booking a span {
	background: url(/_struct/booking_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

#main_nav li#speakers a span {
	background: url(/_struct/speakers_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

#main_nav li#travel a span {
	background: url(/_struct/travel_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

#main_nav li#local a span {
	background: url(/_struct/local_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

#main_nav li#links a span {
	background: url(/_struct/links_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

a img {
	border: none;
}

#main_nav li a:hover {
	color: #777131;
	background-color: #E1DD9E;
}

#content {
	width: 602px;
	float: right;
	background: url(/_struct/home_cont_bg.gif) repeat-y top;
	padding: 0 0 15px 0;
}

#content img {
	border: 2px solid white;
}

#content table {
	border: 1px solid #D4C16F;
	margin: 0.2em 1em 1.6em 1em;
}

#content td {
	padding: 4px;
	border: 1px dotted #D4C16F;
}


#content h2 {
	margin: 0px 0px 8px 6px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
}


#content hr {
	margin: 6px 10px 6px 28px;
	width: 540px;
	height: 1px;
	border: 2px solid #D4C16F;

}


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #877F28;
}

#footer {
	clear: both;
	width: 794px;
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 0 10px 0;
	background-color: #fff;
	text-align: center;
}

#bottom {
	background-color: #fff;
}

#header h1 {
	text-indent: -3000px;
	margin: 0;
	padding: 0;
	height: 170px;
	width: 792px;
}

#main_nav li a span {
	background: url(/_struct/home_bullet.gif) no-repeat center left;
	padding-left: 20px;
}

.body_img {
	margin: 0 0 1em 1em;
	top: 6em;
	float: right;
}

#content table {
	color: #000;
}

#content caption {
	display: none;
}

#content table th {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding-bottom: 1em;
}

#content tr.times {
	font-weight: bold;
}

tr.times td {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: underline;
}

tr.event td {
	padding-left: 0.1em;
	padding-bottom: 20px;
}

tr.speaker td {
	padding-left: 0.1em;
}

#content tr.speaker {
	font-size: 110%;
}

#content tr.event {
	font-style: italic;
}

#subnavigation {
	text-align: left;
	margin-top: 10px;
	width: 700x;
	float: left;
	margin-left: 20px;
	margin-bottom: 2em;
}

ul.speakerlist {
	float: left;
	width: 140px;
	padding: 0;
	margin: 0;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 95%;
}

ul.speakerlist li {
	list-style: none;
	padding: 3px 5px;
}

ul.speakerlist li a {
	text-decoration: none;
	color: #795D40;
}

ul.speakerlist li a:hover {
	text-decoration: underline;
	color: #000;
}

dl#thespeakers {
	clear: both;
}

#content dl {
	padding: 0 1.5em 0 1em;
	font-size: 110%;
	line-height: 1.4em;
}

#content dt {
	font-family: Arial, serif;
	font-weight: bold;
	font-size: 105%;
	letter-spacing: 0.1em;
	padding-left: 0;
	padding-top: 1px;
}

#content dd {
	line-height: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-right: 2em;
	color: #425129;
}

#content dd.img {
	display: none;
}

#content dd.back {
	font-size: 70%;
	text-align: right;
	margin-bottom: 2em;
}

#content dd.back a {
	font-family: Arial, sans-serif;
	padding: 2px;
	color: #795D40;
	text-decoration: none;
}


#content dd.back a:hover {
	text-decoration: underline;
	color: #000;
}
