div#content {
	overflow: hidden;
}

div#main {
	width: 645px;
	padding: 25px 15px 0px 15px;
	margin: 0px;

	float: right;

	color: black;
	background-color: #DFBD97;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div#main h2 {
	margin-top: 1.5em;
}

div#main p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

div#main a {
	text-decoration: none;
	color: #803;
	background-color: #DFBD97;
}

div#main a:hover {
	text-decoration: underline;
}

div#main li {
	margin-top: 0.75em;
}

div#menu {
	float: left;
	width: 215px;
	background-color: #401;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div#menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0.5em;
}

div#menu li {
	line-height: 2em;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #DFBD97;
	background-color: #401;
	border-bottom: 1px solid #DFBD97;
	padding-left: 15px;
}

div#menu ul li:last-child {
	border-bottom: 0px;
}

div#menu li:hover, div#menu li:hover a {
	color: white;
	background-color: #803;
}

div#menu a {
	text-decoration: none;
	color: #DFBD97;
}

div#menu h2 {
	color: white;
	background-color: #401;
	margin-top: 1em;
	margin-bottom: 0px;
	text-align: center;
}

/* should be just the image */
div#menu p {
	text-align: center;
}


/* schedule page stuff */

th.date {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-top: 1.5em;
}

th.venue {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

td.time {
	width: 25%;
	padding-top: 1em;
	vertical-align: top;
	font-size: 0.9em;
}

td.event {
	width: 73%;
	padding-top: 1em;
	text-align: left;
	line-height: 1.2em;
}

p.question {
	font-weight: bold;
	color: #401;

	margin-top: 1.7em;
	margin-bottom: 0em;

	line-height: 1.1em;
}

p.answer {
	font-size: 0.8em;
	margin-left: 2%;
	margin-right: 2%;
	line-height: 1.2em;
	margin-top: 0.4em;
	padding-top: 0em;
}
