html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #444444;
	color: #404041;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #76BBD9!important;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 6px 0;
}

p {
	line-height: 130%;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

.first {
	margin-top: 0!important;
}

.menu {
	background-color: transparent;
	background-image: url(images/pageSelected.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	height: 40px;
	margin: 70px 0 0 0;
}

	.home .menu {
		background-position: 44px 27px;
	}

	.participants .menu {
		background-position: 158px 27px;
	}

	.contact .menu {
		background-position: 296px 27px;
	}

	.menu li {
		display: inline;
		list-style-type: none;
		padding: 0 40px 0 0;
	}

#header {
	background: url(images/headerBkg.png) repeat-x;
	height: 110px;
	width: 100%;
}

#header a {
	color: #FFFFFF;
}

#header img {
	float: left;
	margin-left: -10px;
}

#content {
	background-color: #FFFFFF;
}

#content a {
	color: #404041;
}

#content img {
	margin: 25px 0 6px 0;
}

#content p {
	margin: 0 0 12px 0;
	width: 715px;
}
	
	.home #content p {
		margin: 12px 0;
	}

	.contact #content p {
		width: 500px;
	}

#content .container {
	padding-top: 40px;
	padding-bottom: 35px;
}

#banner {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top center;
	height: 349px;
}

	.home #banner {
		background-image: url(images/homeBanner.png);
	}

	.participants #banner {
		background-image: url(images/participantsBanner.png);
	}

	.contact #banner {
		background-image: url(images/contactBanner.png);
	}

#preFooter {
	background: #FFFFFF url(images/footer.png) no-repeat top center;
	height: 261px;
}

#footer {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 75px;
	text-align: center;
	width: 100%;
}

#mapCanvas {
	float: right;
	height: 400px;
	margin: 0;
	padding: 0;
	width: 400px;
}

#mapCanvas img {
	margin: 0 !important;
}