body{
	background-color: white;
	
}

#header{
	background-color: white;
	color: white;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
#header:hover{
	color: #ddad27;
}
#main{
	background-color: white;
	float: center;
	position: relative;
	padding:5px;
}
#main img{
	float: right;
	margin-right: 10%;
	margin-top: 10px;
	background-color: white;
}
#speakers_bio{
	text-align: left;
	width: 60%;
	font-size: 15px;
	font-family: Arial, Helvetica, "Times New Roman";
	margin-left: 5%;
}
#speakers_name,#speakers_title,#speakers_org{
	font-family: Arial, "Times New Roman";
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

#presentation{
	clear: both;
	height: 100%;
	float: left;
	background-color: white;
	margin-bottom: 10px;
}
#presentation img{
	float:left;
	margin-left: 5%;
}
#speakerbio{
	text-align: left;
	width: 60%;
	font-size: 15px;
	font-family: Arial, Helvetica, "Times New Roman";
	margin-left: 5%;
	min-height: 150px;
}
#speaker_name,#speaker_title,#speaker_org{
	font-family: Arial, "Times New Roman";
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

#presentation{
	clear: both;
	text-align: center;
	float: center;
	height: 100%;
	background-color: white;
	margin-bottom: 10px;
}
#presentation img{
	float:left;
	margin-left: 5%;
}
hr{
	clear: both;
}
#footer{
	background-color: #FFF;
	padding: 10px;
	clear: both;
}
#footer a{
	color: blue;
}
#footer img{
	clear: both;
}