body {
	background: #93bbd8 url(../images/page_background.jpg) repeat-x 0 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 76%;
	color: #0b4b87;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #0b4b87;
}

a img {
	border: 0;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#banner {
	width: 958px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/banner_background.png) repeat-y 0 0;
	padding-top: 11px;
}

#banner img {
	margin: 0 11px;
	border-bottom: 1px solid #b3b3b3;
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/wrapper_background.png) repeat-y 0 0;
}

#mainArea {
	padding: 0 11px 40px 11px;
	background: transparent url(../images/landing_background.jpg) no-repeat 11px 0;
}

h1 {
	margin: 0;
	line-height: 60px;
	font-weight: normal;
	font-size: 180%;
	padding-left: 32px;
}

#groups {
	padding: 0;
}

#groups div.group {
	border: 1px solid #7c7d7e;
	background: white url(../images/group_background.jpg) repeat-x 0 0;
	cursor: pointer;
	clear: both;
	margin: 0 auto 10px auto;
	font-size: 150%;
	width: 650px;
	height: 116px;
	line-height: 116px;
}

#groups div.group img {
	float: left;
	border-right: 1px solid white;
}

#groups div.group p {
	text-align: center;
	margin: 0;
}

#footer {
	clear: both;
	background: transparent url(../images/footer_background.png) no-repeat 0 0;
	color: #fff;
	width: 958px;
	margin: 0 auto;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 20px;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}