body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/Background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: "Lucida Grand", Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	background-position: center;
}
div#header {
	position: relative;
	left: 0px;
	top: 0px;
}
div#banner {
}
div#nav {
	position: absolute;
	left: 310px;
	top: 154px;
}
div#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 984px;
	padding: 20px;
}
div#container {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
}
div#footer {
	text-align: right;
}
div#logo {
	position: relative;
	top: -47px;
	right: 0px;
	vertical-align: text-top;
}
.footer {
	font-size: 10pt;
	color: #666666;
	clear: both;
}
a.footer {
	color: #0066FF;
	text-decoration: none;
	font-size: 10pt;
}
.schedule {
	font-size: smaller;
	background-color: #6897BE;
	background-position: center;
	padding: 5px;
}
.mainphoto {
	float: right;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 30px;
}
.sessionsphoto {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	vertical-align: middle;
	padding-bottom: 20px;
}
.registrationphoto {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
