/* !STRUCTURE */

body {
	margin: 0px;
	background-color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, sans-serif;
	font-size:11px;
	line-height: 16px;
}

#wrapper {
	position: relative;
	width: 970px;
	margin: 10px auto;
	text-align: center;
}


/* !NAVIGATION */

a img {
	border: none;
}

#navigation_wrapper {
	position: absolute;
	right: 0px;
}
#navigation_wrapper ul {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#navigation_wrapper ul li {
	float: left;
	list-style: none;
}
#navigation_wrapper li a {
	margin: 0px 5px;
	font-weight: bold;
	color: #32b31a;
	text-decoration: none;
	border-bottom: 1px solid #98d98c;
}


h1 {
	padding: 70px 0px 50px 0px;
	margin: 0px;
}
h1 span {
	display: none;
}


#site_chooser a:hover img {
	background: url('default/splash_site_chooser.png') no-repeat;
}