body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	background: #f0f2d9;
	border: 1px solid #7a2b2e;
	width: 800px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/* @group header */

#header {
	height: 122px;
	border-bottom: 12px solid #7a2b2e;
}

#logo {
	background: url(../img/logo-small.gif) no-repeat;
	float: left;
	height: 110px;
	width: 168px;
	margin-left: 5px;
	margin-top: 9px;
}

#title {
	padding-top: 6px;
}

#date {
	padding-top: 10px;
	color: #7a2b2e;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

#title .title {
	color: #7a2b2e;
	font-size: 25px;
	font-weight: bold;
}

#title .subtitle {
	color: #688275;
	font-size: 20px;
	line-height: 34px;
}



/* @end */

/* @group footer */

#footer {
	color: #7a2b2e;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #7a2b2e;
	border-bottom: 12px solid #7a2b2e;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

a {
	color: #7a2b2e;
	text-decoration: none;
}



/* @end */

/* @group content */

.event {
	border: 1px solid #688275;
	background-color: #a8cba1;
	width: 700px;
	margin-left: 50px;
	margin-top: 20px;
	display: inline-block;
	padding-bottom: 5px;
}

.event .title {
	border-bottom: 2px solid #688372;
	color: #f0f2d9;
	font-size: 12px;
	text-align: center;
	background-color: #688275;
	padding-bottom: 5px;
	padding-top: 5px;
}

.event .content {
	padding: 5px 5px 8px;
}

.speaker {
	width: 150px;
	border-right: 1px solid #688275;
	float: left;
	clear: both;
	margin-right: 10px;
}

.description {
}

.emph {
	font-weight: bold;
}



/* @end */

#menu {
	padding-left: 50px;
}