/* general styles */
body {
	margin: 0px;
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Helvetica-Bold,Helvetica,Arial,sans-serif;
	text-align: center;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

p {
	width: 600px;
	float: center;
}

#body {
	margin-left: 100px;
}

#missions {
	text-align: left;
	margin-left: 100px;
}

/* header styles, top of every page */
#header {
	margin: 0pt auto;
	width: 600px;
	margin-left: 100px;
}

#header h1 a {
	text-decoration: none;
}

#navigation {
	list-style: none;
	margin-left: 50px;
	align: center;
}

#navigation li {
	float: left;
	margin: 0;
}

#navigation a {
	padding-left: 20px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 5px;
	text-decoration: none;
}


/* speakers page styles */
#speakers li {
	list-style: none;
	text-align: left;
	margin-left: 150px;
}

.month {
	font-weight: bold;
	margin-top: 30px;
}

#month li {
	text-align: left;
	list-style: none;
}

#podium {
	position: absolute;
	height: 203px;
	left: 550px;
	top: 250px;
	width: 100px;
}

