body {
	background-image: url(../../img/gradient.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 25px;
	background-color: #0d5b62;
}
.centered {
	overflow: auto;
	width: 900px;
	padding: 50px 50px 75px 50px;
	margin: 0px auto;
	line-height: 2em;
	background-color: #ffffff;
	border-bottom-color: #c3c3c3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #c3c3c3;
	border-top-style: solid;
	border-top-width: 1px;
}
.logo {
	position: relative;
	height: 100px;
	width: 900px;
	margin-top: 45px;
	margin-bottom: 90px;
	background-image: url(../../img/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}
.content {
	float: left;
	width: 575px;
	margin-left: 20px;
	color: #5a5a5a;
	line-height: 2em;
}
.header {
	letter-spacing: 1px;
	padding-left: 70px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-top: 20px;
	text-align: center;
	color: #15919b;
	font-size: 11px;
	border-bottom-width: 2px;
	width: 860px;
	background-color: #e5e5e5;
	margin: 0px auto;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;

	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}
.footer {
	line-height: 20px;
	padding-left: 70px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-top: 20px;
	font-size: 11px;
	color: #999999;
	border-top-width: 2px;
	width: 860px;
	background-color: #e5e5e5;
	margin: 0px auto;
	border-top-color: #dddddd;
	border-top-style: solid;

	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}
.partitle {
	font-size: 1.6em;
	color: #0d5b62;
	font-weight: normal;
	text-align: left;
	line-height: 2.5em;
}
.line {
	border-bottom: solid 1px #e5e5e5;
	margin: 25px 0px;
}
a.menu {
	margin-top: 20px;
	position: relative;
	float: right;
	width: 200px;
	text-align: center;
	color: #5a5a5a;
	line-height: 40px;
	background-color: #e5e5e5;
	text-decoration: none;
	margin-right: 20px;
	
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

a.menu:hover {
	color: #ffffff;
	background-color: #0b0b0f;
	text-decoration: none;
}

img {
	margin-top: 18px;
	position: relative;
	float: right;
	width: 200px;
	margin-right: 20px;
	
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}

.quote {
	font-style: italic;
	font-size: 12px;
	color: #5a5a5a;
	background-color: #f2f2f2;
	padding: 25px;
	margin-top: 50px;
	
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}


