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;
}
.clear {
	clear: both;
}

body, form {
	font: 13px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(../images/header.bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}
#menu {
	margin-top: 0px;
}
#menu img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#photo {
	float: left;
	width: 750px;
}
#photo div {
	border: 2px solid #D8D8D8;
	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-left h2 {
	font: 14px;
	color:#00718f;
	padding-top: 10px;
}

#body-right {
	float: right;
	width: 330px;
}

#body-right h2 {
	font: 14px;
	color:#00718f;
}
#body-left ul.plussbullets {
	margin-top: 25px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(../images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2 {
	color:#00718f;
	margin: 0.3em 0;
}

#body p {
	margin: 0.6em 0;
}
	
#body ul.plussbullets li {
	background: top left url(../images/bullet_plus.gif) no-repeat;
	margin: 15px 0 10px 0;
	padding: 0 0 0 25px;
}

.bulletsleftcolumn {
float: left;}

.bulletsrightcolumn {
float:	right;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	
}

#footer {
	color: #FFFFFF;
	background: #42453D url(../images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

form#contact{
	width: 700px;
	margin-top: 40px;
	}
form#contact input, textarea{
	border: 1px solid #b2b2b2;
	font-weight: normal;
	color: #777;
	padding: 3px;
	margin-bottom: 15px;
	width: 250px;
	}
form#contact label, form#contact img{
	display:block;
	width: 125px;
	text-align: right;
	float: left;
	font-weight: bold;
	margin-right: 3px;
	color: #4D4D4D;	
	}
.thankyou{
	color: red;
	font-size: 14px;
	}
form#contact label .missing{
	color: red;
}

