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

body {
	background: #ffc04e url('../images/bg.jpg') no-repeat scroll top center;
	text-align: center;
	font-family: georgia, 'times new roman', times, serif;
	font-size: .8em;
	color: #333;
	line-height: 1.6em;
}

a:link, a:visited {
	color: #bc3700;
}

#main {
	width: 740px;
	margin: 30px auto 0px auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#nav {
	float: left;
	width: 120px;
	text-align: center;
	margin-top: -120px;
}

#header {
	text-align: center;
	width: 100%;
	margin-top: -28px;
}

#header img {
}

#sidebar {
	width: 200px;
	float: right;
	font-family: arial, verdana, sans-serif;
}

#sidebar .box {
	border: 1px dotted #bc3700;
	clear: right;
	padding: 6px;
	margin: 0 0 14px 8px;
	font-size: .85em;
	line-height: 1.4em;
}

#sidebar .box .title {
	height: 15px;
	background-color: #bc3700;
	color: #fff;
	padding: 3px 4px 7px 7px;
	font-weight: bold;
	margin: -4px -4px 4px -4px;
	font-size: 1.1em;	
}

#sidebar .box input {
	background-color: #fff8ea;
	margin: 4px;
	padding: 2px;
}

#sidebar .box .textinput {
	font-size: 1.0em;
	line-height: 1.0em;
	width: 80%;
	border: 1px solid #aaa;
	background-color: #fff8ea;
	color: #666;
	padding: 4px;
}

#footer {
	padding: 0;
	margin: 0;
	clear: left;
	text-align: center;
	overflow: hidden;
	background: transparent url('../images/footer.gif') repeat-x;
	height: 220px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}

#footer #contact {
	color: #fff;
	font-family: courier, 'times new roman',times, serif;
	border-top: 1px solid #fff;
	padding-top: 4px;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	top: 80px;
	width: 650px;
	margin: 0 auto 0 auto;
}

#dateline {
	width: 620px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;
	color: #543900;
}

#dateline #date {
	position: relative;
	float: left;
	left: 0px;
	text-align: left;
	padding-left: 180px;
	top: 20px;
}

#dateline #location {
	position: relative;
	float: right;
	text-align: left;
	width: 170px;
	top: 20px;
}

#content {
	width: 340px;
	margin-left: 160px;
}

#content h1 {
	font-size: 1.45em;
}

h3 {
	font-style: italic;
}

.summary h1 {
	font-size: 1.3em !important;
}

.note {
	font-style: italic;
}

img {
	border: none;
}

.stage {
	font-size: 10px;
	font-family: helvetica, arial, verdana, sans-serif;
	margin-right: 4px;
	padding: 3px 3px 1px 3px;
	line-height: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #888;
}

.boxed-notice {
	padding: 15px 10px;
	background-color: #ffd;
	border: 1px solid #dd0;
	color: #555;
	font-family: helvetica, arial, verdana, sans-serif;
	margin: 0 -10px;
}

#tenyears {
	position: absolute;
	top: 35px;
	left: -28px;
}

