body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #efefe7;
	font-family: trebuchet, arial, sans-serif;
	color: #3a4c74;
}

h1 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h2 {
	margin: 10px;
	border: 0px;
	padding: 0px;
	text-align: center;
}

h3 {
	padding: 0px;
}

p {
	margin: 10px;
	color: #3a4c74;
	text-align: justify;
}

a {
	color: #456c4f;
	text-decoration: none;
}

a:hover {
	color: #964d46;
	text-decoration: underline;
}

#page_title {
	border-top: 2px; 
	border-right: 0px;
	border-bottom: 2px;
	border-left: 0px;
	border-style: dotted;
	border-color: #456c4f;
	margin: 20px 0px 20px 0px;
}

#side_bar {
	margin: 0px 0px 0px 10px;
	border: 0px;
	padding: 0px 10px 0px 0px;
	width: 200px;
	float: left;
}

#navigation_links {
	margin: 0px;
	margin-top: 5px;
	border: 0px;
	padding: 0px;
}

#navigation_links li {
	list-style-type: none;
	text-align: center;
	margin: 0px;
}

#navigation_links li a {
	text-decoration: none;
	font-family: georgia, times new roman, serif;
	font-size: 20px;
	color: #456c4f;
	display: block;
	width: 195px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #456c4f;
	padding: 2px 5px 2px 0px;
}

#navigation_links li a.last {
	border-bottom: 0px;
}

#navigation_links li a:hover {
	color: #964d46;
}
	
#main_content {
	margin: 10px 0px 0px 0px;
	border: 0px;
	border-left: 1px dotted #456c4f;
	border-right: 1px dotted #456c4f;
	padding: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 500px;
	position: absolute;
	top: 0px;
	left: 230px;
}

#sponsor_box {
	margin-top: 15px;
}

#sponsor_box img {
	border: 0px;
}

#footer {
	text-align: center;
	font-size: smaller;
	margin-top: 15px;
	border-top: 1px solid #456c4f;
	padding-top: 15px;
}

#footer p {
	margin: 0px;
}

#prices {
	background: #000000
}

#prices tr td {
	font-size: smaller;
	border: 0px solid black;
	vertical-align: bottom;
	text-align: right;
	background: #efefe7;
}

#when_and_where p {
	text-align: center;
}

.red_text {
	color: #964d46;
}

.blue_text {
	color: #3a4c74;
}

.second_line {
	text-indent: 40px;
}

.day {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 8px;
}

.speaker_image {
	float: left;
	border: 1px solid black;
	margin: 0px 4px 4px 0px;
}

.speaker_bio {
	margin-bottom: 30px;
}

.speaker_bio h3 {
	text-align: left;
}

.speaker_bio p {
	text-align: justify;
	margin-left: 0px;
}
