body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #5AB4E5;
}

h1
{
	font-size: 3em;
	margin-top: 3px;
	font-family: "Century Gothic";
	letter-spacing: .1em;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 55%;
}

h2
{
	margin-bottom: 0;
	font-size: large;
	font-weight: bold;
	font-family: "Arial Narrow";
}

h3
{
	margin-top: 0;
	font-size: 1.4em;
	margin-bottom: .2em;
	line-height:1.5em;
	/*padding-top: 0;*/
	
}

p
{
	margin-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0;
	font-size: 1.6em;
	text-align: justify;
}

img
{
	float: right;
	padding: 10px;
	border: 0;
}

.dateandlocation
{
	position: relative;
	width:15%;
	left: 0;
	top: -4.25em;
	line-height: 2.35em;
	float: left;
	font-size: 1.1em;
	color: #555;
}

.title
{
	position: relative;
	left:15%;
	text-transform: uppercase;
	font-family: "Arial Narrow", "DejaVu Sans ";
}

#container
{
	margin: auto;
	width: 800px;
	background: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#contact
{
	width: 39%;
	float: right;
	font-size: 1.6em;
	margin-top: 0.2em;
	text-align: justify;
	clear: right;
}

#references
{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 1em;
}

