* {
	margin: 0;
}
body {
	color: #FFF;
	height: 100%;
	background: #666;
	font: 14px Arial, Helvetica, sans-serif;
}
#container {
	width: 720px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -360px;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 720px;
	height: 68px;
	clear: both;
	background: url(images/logo.gif);
}
#smallwhitebox {
	position: absolute;
	left: 0;
	top: 69px;
	width: 56px;
	height: 72px;
	background: url(images/smallwhitebox.gif);
}
#menuline1 {
	position: absolute;
	left: 0;
	top: 68px;
	width: 147px;
	height: 1px;
	background: url(images/menuline1.gif);
}
#menuline2 {
	position: absolute;
	left: 432px;
	top: 68px;
	width: 288px;
	height: 1px;
	background: url(images/menuline2.gif);
}
#menu-home {
	position: absolute;
	left: 56px;
	top: 69px;
	width: 91px;
	height: 28px;
	background: url(images/menu-home.gif);
}
#menu-home a {
	display: block;
	width: 91px;
	height: 28px;
}
#menu-home:hover {
	background-position: 0 -28px;
}
#menu-biography {
	position: absolute;
	left: 147px;
	top: 68px;
	width: 100px;
	height: 29px;
	background: url(images/menu-biography.gif);
}
#menu-biography a {
	display: block;
	width: 100px;
	height: 29px;
}
#menu-biography:hover {
	background-position: 0 -29px;
}
#menu-programs {
	position: absolute;
	left: 247px;
	top: 68px;
	width: 91px;
	height: 29px;
	background: url(images/menu-programs.gif);
}
#menu-programs a {
	display: block;
	width: 91px;
	height: 29px;
}
#menu-programs:hover {
	background-position: 0 -29px;
}
#menu-reviews {
	position: absolute;
	left: 338px;
	top: 68px;
	width: 94px;
	height: 29px;
	background: url(images/menu-reviews.gif);
}
#menu-reviews a {
	display: block;
	width: 94px;
	height: 29px;
}
#menu-reviews:hover {
	background-position: 0 -29px;
}
#menu-media {
	position: absolute;
	left: 432px;
	top: 69px;
	width: 94px;
	height: 28px;
	background: url(images/menu-media.gif);
}
#menu-media a {
	display: block;
	width: 94px;
	height: 28px;
}
#menu-media:hover {
	background-position: 0 -28px;
}
#menu-booking {
	position: absolute;
	left: 526px;
	top: 69px;
	width: 92px;
	height: 28px;
	background: url(images/menu-booking.gif);
}
#menu-booking a {
	display: block;
	width: 92px;
	height: 28px;
}
#menu-booking:hover {
	background-position: 0 -28px;
}
#menu-contacts {
	position: absolute;
	left: 618px;
	top: 69px;
	width: 102px;
	height: 28px;
	background: url(images/menu-contacts.gif);
}
#menu-contacts a {
	display: block;
	width: 102px;
	height: 28px;
}
#menu-contacts:hover {
	background-position: 0 -28px;
}
#blackhbar {
	position: absolute;
	left: 56px;
	top: 97px;
	width: 664px;
	height: 44px;
	background: url(images/blackhbar.gif);
}
#blueheader {
	position: absolute;
	left: 0;
	top: 141px;
	width: 711px;
	height: 218px;
}
#blacksmallvbar {
	position: absolute;
	left: 711px;
	top: 141px;
	width: 9px;
	height: 218px;
	background: url(images/blacksmallvbar.gif);
}
#slogan {
	position: absolute;
	left: 0;
	top: 359px;
	width: 720px;
	height: 47px;
	background: url(images/slogan.gif);
}
#whitetophbar {
	position: absolute;
	left: 0;
	top: 406px;
	width: 720px;
	height: 37px;
	background: url(images/whitetophbar.gif);
}
#main {
	margin-top: 443px;
	padding-left: 65px;
	width: 640px;
	float: left;
	background: url(images/mainbg.gif) repeat-y;
	padding-right: 15px;
}
#content { width:100%; }
#main   .left {
	float: left;
	width: 50%;
}
#main   .right {
	float: right;
	width: 50%;
	padding-right: 0px;
}
#main img {
	padding: 5px;
}
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 720px;
	height: 37px;
	background: url(images/whitebottomhbar.gif) no-repeat;
}
#footer-text {
	position: relative;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	height: 100%;

	background: url(images/footer.gif) repeat-y;
}
#footer-text a {
	color:#FFF;
}
.psection {
	text-transform: uppercase;
	font: normal bold 16px Geneva, Arial, Helvetica, sans-serif;
}
.smalltext {
	font-size: 12px;
	color: #FFF;
}
.subsection {
	font-size: 16px;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #E57331;
	font-weight: bold;
	border: 0;
}
a:hover {
		color: #E57331;
}
a img {
	text-decoration: none;
	border: 0;
}
#footer-text a:hover {
	color: #C60;
}
.copyright {
	font-size: 10px;
}
p {
	padding-bottom: 15px;
}
p.big {
	line-height: 125%;
}
hr {
	border: 0;
	height: 4px;
	width: 50%;
	margin-left: 25%;
	margin-top: 35px;
	margin-bottom: 35px;
	background: #666;
}
#separator {
	clear: both;
}
.feedbackform {
	padding: 5px;
	color: #FF6;
}
.difflink {
	padding-left:5px;
}
.difflinkdocs {
	padding-left:25px;
}
.fieldwrapper {
	width: 550px;
	overflow: hidden;
	padding: 5px 0;
}
.fieldwrapper label.styled {
	float: left;
	width: 150px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	margin-right: 15px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
.fieldwrapper .thefield {
	float: left;
	width: 300px;
	margin-bottom: 10px;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
.thefield li {
	list-style-type: none;
	width: 300px;
}
.fieldwrapper .thefield input[type=text] {
	width: 250px;
}
.fieldwrapper .thefield textarea {
	width: 300px;
	height: 150px;
}
.buttonsdiv input {
	background: #e1dfe0;
	width: 80px;
}
.buttonsdiv {
	margin-top: 20px;
	margin-left: 12px;
}
.textcaption {
	font-size: 90%;
}
#box {
	width: 94%;
	margin-left: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 90%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background: #333 none repeat scroll 0 0;
	padding: 0.5em;
}
#box p {
	padding-top: 12px;
}
#box a {
	color:  #E57331;
}
#box a:hover {
	color: #FF9;
}
#box li {
	padding: 3px;
}
li {
	list-style-type: disc;
	padding: 1px;
	padding-left: 10px;
}
ul {
	padding-left: 35px;
}
