body {
	font: 12px/160% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0;
	padding: 0;
	background-color: #f2f1f2;
}

#container {
	width: 604px;
	margin: 30px auto 0;
	text-align: left;
	height: 1590px;
	background-color: white;
	border: 1px solid black;
	padding: 0;
}

#mainContent {
	padding: 0;
	background-color: white;
}

p {
	margin-right: 20px;
	margin-left: 20px;
}

#section-events {
	border-top: 1px dotted #4f6680;
	background: white url(../img/back-events.png) no-repeat scroll 0 -4px;
	height: auto;
}

#section-registration {
	border-top: 1px dotted #4f6680;
	background: white url(../img/roygroup-logo.png) no-repeat scroll 0 20px;
	height: auto;
}

#section-accommodation {
	border-top: 1px dotted #4f6680;
	background: white url(../img/brentwoodbay-logo.png) no-repeat scroll 0 20px;
	height: auto;
}

.section-blank {
	border-top: 1px dotted #4f6680;
	background: white url(../img/blank.png) no-repeat scroll 0 20px;
	height: auto;
}

a, a:visited {
	color: #4f6680;
	text-decoration: none;
	}

a:hover {
	color: #4f6680;
	text-decoration: underline;
	}

h1 {
	margin-right: 20px;
	margin-left: 20px;
	color: #634531;
	margin-top: 0;
	font: 16px/154% "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0;
	font: 33px/148% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4f6680;
}

#footer {
	font-size: 11px;
	padding-top: 20px;
	line-height: 110%;
	padding-bottom: 20px;
	height: auto;
}

.comments {
	font-style: italic;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
}

/* @group navigation */

ul#navlist
{
	margin-left: 0;
	padding-left: 20px;
	white-space: nowrap;
	margin-top: -36px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #4f6680;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

/* @end */