* {
	color: #333;
	font: .95em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

html, body {
	background: #f2f2f2
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#f2f2f2');
	background: -webkit-gradient(linear, 0 0, 0 450, from(#d9d9d9), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #d9d9d9, #f2f2f2 50%);
}

#wrapper {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #adadad;
	border-left-width: 0.15em;
	border-left-color: #adadad;
	padding: 0px;
	background-color: white;
}

#header {
	width: 922px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background: #f2f2f2 url(../images/gew-website-header.png) no-repeat 0 0;
}

#main {
	width: 49em;
	padding-right: 1em;
	float: left;
	clear: none;
	border-right: 2px solid #1b7f9a;
	background-color: white;
	padding-left: 1em;
}

#main h1 {
	clear: both;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#main h2 {
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

#main p {
	line-height: 1.9em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#main ul {
}

#main ul li {
	line-height: 1.9em;
	margin-bottom: 2em;
}

#right {
	float: right;
	background-color: #dfdfdf;
	width: 17.7em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: none;
}

#right p {
	line-height: 1.5em;
}

#right h1 {
	font-weight: bold;
	font-size: 1.1em;
}

#right ul {
	margin-left: 0;
	padding-left: 17px;
}

#right ul li {
	line-height: 1.6em;
	margin-bottom: 1.1em;
	margin-left: 0;
	text-align: left;
	font-size: 1em;
}

#image {
	float: right;
	clear: right;
	margin-top: 2em;
}

#image img {
	border: 10px solid #d3d3d3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-bottom: 4em;
	background-color: #dfdfdf;
	font-size: 0.8em;
	line-height: 1.8em;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top: 2px solid #1b7f9a;
}

.bold {
	font-weight: bold;
	color: #434343;
	background-color: transparent;
}
