/*contentwrapper
++++++++++++++++++++++++++++*/
#contentwrapper {
	overflow: hidden;
	width: 823px;
	margin-bottom: 30px;
	padding:30px 0 0 30px;
}

/*content
++++++++++++++++++++++++++++*/
body#overviews #content {
	border-right: 1px solid #e0e0e0;
	width: 494px;
	float: left;
	padding-right: 30px;
}


/*attending 
++++++++++++++++++++++++++++*/
#attending {
	width: 240px;
	padding: 10px 0;
	margin-left: 540px;
	overflow: hidden;
}

#attending h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #009cc5;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

#attending p {
	
}


/*FOR PRESENTATIONS
++++++++++++++++++++++++++++*/
body#programme h2 {
	color: #666;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: .25em;
}

body#programme #content,
body#venue #content {
	width: 600px;
}

div.presentations {
	border-bottom: 10px solid #f3eee1;
	margin-bottom: 20px;
	overflow: hidden;
	margin-bottom: 2em;
}

div.photo {
	float: left;
	width: 120px;
}

div.photo h3 {
	font-size: 1em;
}

div.abstract {
	margin-left: 150px;
}

