body {
	background: #FFFFFF url(images/header.jpg) left top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
}
#page {
	position: relative;
	background: url(images/bg.gif) left top repeat-y;
}
#page #pageinner {
	position: relative;
	background: url(images/plane.jpg) left top no-repeat;
	height: 714px;
}
body>#page #pageinner {
	min-height: 714px;
	height: auto;
}
#menu {
	position: absolute;
	top: 147px;
	left: 242px;
}
#menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-left: solid 1px #F9E6D1;
	border-right: solid 1px #BCBCBE;
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;
}
body>#page #menu a {
	height: 25px;
}
#menu a:link, #menu a:visited {
	color: #726F70;
	text-decoration: none;
}
#menu a:hover {
	color: #565658;
	background: url(images/menuH.gif) left top repeat-x;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	padding-top: 12px;
}
.popmenuinner {
	background: #EFE9E3;
	width: 150px;
}
.popmenufooter {
	background: url(images/popmenuB.gif) left top no-repeat;
	width: 150px;
	height: 8px;
}
.popmenu a {
	display: block;
	width: 150px;
	padding: 3px 3px 3px 10px;
	font-size: 100%;
	font-weight: bold;
}
.popmenu .pt {
	border-top: solid 1px #FFFFFF;
}
.popmenu .pb {
	border-bottom: solid 1px #B4A598;
}
body>.popmenu a {
	width: auto;
}
.popmenu a:link, .popmenu a:visited {
	color: #565658;
	text-decoration: none;
}
.popmenu a:hover {
	background: #CDC6C0;
}
#features {
	position: absolute;
	top: 203px;
	left: 893px;
	width: 108px;
	background: url(images/feature.gif) left top repeat-y;
	height: auto;
}
#features #fb {
	background: url(images/featureB.gif) left bottom no-repeat;
}
#features #ft {
	background: url(images/featureT.gif) left top no-repeat;
}
.feature {
	padding: 8px 4px 8px 4px;
}
.feature h2 {
	margin: 0;
	font-size: 13px;
	text-align: center;
}
.feature h2 a:link, .feature h2 a:visited {
	color: #565658;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #F49D2C;
	text-decoration: none;
}
.feature p {
	margin: 5px;
	font-size: 12px;
	color: #565658;
}
.feature p a:link, .feature p a:visited {
	color: #565658;
	text-decoration: none;
}
.feature p a:hover {
	color: #F49D2C;
}
.flt {
	border-top: solid 1px #FFFFFF;
}
.flb {
	border-bottom: solid 1px #9B8D82;
}
#lowerwing {
	background: url(images/lowerwing.jpg) left top no-repeat;
	height: 38px;
}
#content {
	padding: 220px 0 5px 260px;
	width: 860px;
	color: #565658;
}
body>#page #content {
	width: 600px;
}
#content h1 {
	font-size: 120%;
	color: #061127;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 110%;
	color: #1D2D41;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 110%;
	color: #004869;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 110%;
	color: #004869;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 105%;
	color: #061127;
	margin-top: 10px;
	margin-bottom: 2px;
}
#content h6 {
	font-size: 105%;
	color: #061127;
	margin-top: 10px;
	margin-bottom: 2px;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #7E1000;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #F3A302;
}
#content a:visited {
	color: #F3A302;
}
#content a:hover {
	color: #061127;
}
#content td {
	font-size: 0.8em;
	color: #565658;
}
#content #footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	margin: 30px 0 0 0;
}
#content #footer span {
	font-size: 90%;
}
#contact {
	position: absolute;
	top: 205px;
	left: 4px;
}
#contact p {
	margin: 0 0 8px 0;
	font-size: 100%;
	font-weight: bold;
	color: #565658;
}
#contact a:link, #content a:visited {
	color: #F3A302;
}
#contact a:hover {
	color: #061127;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
