body {
	background-color: #769797;
}
#wrap {
	position: absolute;
	width: 840px;
	height: 100%;
	left: 50%;
	top: 2%;
	margin-left: -420px;
	padding: 0;
	background-image: url(img/logoback.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	float: left;
	top: 0;
	width: 840px;
}
#text-1 {
	float: left;
	top: 145px;
	width: 380px;
	margin: 0 5px 3px 25px;
}	
#photo-1 {
	float: left;
	width: 412;
	height: 274;
	margin: 10px 0 5px 8px;
	background-image: url(img/photo1.gif);
	background-repeat: no-repeat;
}
#text-2 {
	float: left;
	width: 508px;
	margin: 0;
	padding: 0 10px 0 25px;
}
#right-side {
	float: left;
	width: 244;
	margin: 0 0 5px 50px;
	z-index: 5;
}
#footer {
	float: left;
	width: 800px;
	height: 141px;
	margin: -14px 0 0 20px;
	background-color: #F7F5ED;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#footer p {
	font-size: 80%;
	font-color: #663333;
	margin: 30px 10px 0 256px;
}
h1 {
	font-family: verdana;
	font-size: 14pt;
	color: #003333;
	font-weight: lighter;
	margin: 0 0 0 5px;
}
h2 {
	font-family: verdana;
	font-size: 13pt;
	color: #003333;
	font-weight: lighter;
	margin: 0 0 0 5px;
}
p {
	font-family: arial;
	font-size: 10pt;
	color: #333333;
	margin: 0 0 3px 5px;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
}
.left {
	float: left;
	margin: 10px 10px 5px 10px;
}