html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left { float: left; margin-top: 3px; margin-right: 10px; }
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #5c5c5c;
}

body { background: url(images/header_bg.jpg) repeat-x; text-align: center; margin-top: 0; }
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header { height: 203px; position: absolute; margin-top: 0; }
#infobar { display:table; color: #d5edfa; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; background-position: 0 center; text-align: left; vertical-align: 50%; position: absolute; top: 145px; margin-top: 4px; margin-left: 7px; }
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 38px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 234px;
}

#photo {
	float: left;
	width: 777px;
}
#photo div {
	border: solid 0 #b6dcee;
	padding: 2px;
}
#photo img {
	display: block;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left { float: left; width: 408px; }
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li { background-image: url(images/bullet_plus.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; margin: 0 0 10px; padding: 0 0 0 25px; }

#body h2, #body p {
	margin: 0.3em 0;
}
#body h3 { color: #00a9df; font-size: 16px; font-family: Georgia, serif; margin: 0.3em 0; }
#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #ffffff;
	background: #008bd0 url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}