body {
	background-color: #58585a;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

.wrap {
	width:945px;
	margin:0 auto;
}

.logo {
	float:left;
	width:164px;
	height:42px;
	margin-top:25px;
	margin-bottom:20px;
}

.navigation {
	float:right;
	width:450px;
	margin-top:35px;
	text-align:right;
}

.page {
	background:#FFFFFF;
}

.base {
	background-image:url(images/base-bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	height:68px;
}

.whatDescription {
	font-size:12px;
	font-weight:bold;
}

.whenWrap {
	width:860px;
	margin:0 auto;
	padding-top:40px;
}

.whenLeft {
	width:440px;
	float:left;
	border-right:#cddceb 1px solid;
	padding-right: 30px;
}

.whenRight {
	width:345px;
	float:left;
	padding-left:35px;
}

a.blue:link, a.blue:visited {
	color:#24a9e0;
	text-decoration:none;
}

a.blue:hover, a.blue:active {
	color:#0f75bc;
	text-decoration:underline;
}

a.purple:link, a.purple:visited {
	color:#92278f;
	text-decoration:none;
}

a.purple:hover, a.purple:active {
	color:#662d91;
	text-decoration:underline;
}

.locations li {
list-style-image:url(images/icon-location.gif);
margin-bottom:5px;
}

.registerWrap {
	width:355px;
	float: left;
	padding:60px 0px 0px 40px;
}

.registerField {
	width:230px;
	background-color:#f4f4f4;
	border:#ccc 1px solid;
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
}

