/*sidenav
++++++++++++++++++++++++++++*/
#sidenav ul {
	list-style-type: none;
	background: #f4f0e3 url("/images/sidenav-top.png") no-repeat;
	padding: 4px 0 0 0;
	width: 172px;
	float: left;
}

#sidenav ul li {
	border-bottom: 1px dashed #c3c0b6;
	margin: 0px 7px;
	padding: 6px 0px;
}

#sidenav ul li a {
	background: url("/images/home/moreinfo-bullet.gif") no-repeat 0 4px;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	color: #009fc7;
	font-size: 1.4em;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

#sidenav ul li.end {
	border-bottom: none;
	background: url("/images/sidenav-bottom.png") no-repeat 0 100%;
	margin: 0;
	padding: 6px 0 11px 7px;
}

/*content
++++++++++++++++++++++++++++*/
#content {
	margin-left: 202px;
}

h2 {
	border-bottom: 1px dashed #cacac7;
	padding-bottom: .25em;
}


/*.speakers
++++++++++++++++++++++++++++*/
div.speakers {
	overflow: hidden;
	margin-right: 60px;
	margin-bottom: 2em;
}

div.bio {
	margin-left: 150px;
	padding-right: 20px;
}

