html, body {
	background: #008998;
	margin: 0pt;
	padding: 0pt;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0; left: 0;
 	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #d5acb2;
}

h1, h2, h3, h5 {
	color: #d8b036;
	font-style: italic;
 	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 22px;
}

h4 {
	color: #008896;
	font-style: italic;
 	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	margin: 25px 0 -5px;
}

a, a:link, a:visited {
	color: #fff;
	font-weight: bold;
}
a:hover { font-weight: bold; color: #ffd5dc; }

img { border: 0px none; }

img.picBio { border: 1px solid #cccccc; margin: 5px 15px 0px 0; }

.clr { clear: both; height: 0px; width: 1px; }
.spacer { display: none; }

#container {
	margin: 0px auto;
	background: #008896 url('../images/background.png') top left no-repeat;
	width: 1024px;
	min-height: 806px;
	padding: 0px;
	padding-top: 98px;
}

#wrap {
	margin: 0px 0px 0px 40px;
	width: 1042px;
}

#outer {
	margin: 0px;
	min-height: 550px;
	float: left;
	width: 944px;
}

#header {
	height: 71px;
	padding-left: 285px;
	padding-top: 81px;
}

.navigation, .navigation li { 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
}

/** 
 * font-family: Georgia, "Times New Roman", Times, serif;
 * font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
 */
#navigation {
	color: #fff;
}
#navigation ul li {
	float: left;
	margin-left: 21px;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
 	font-family: Georgia, Times, "Times New Roman", serif;
}
#navigation a, #navigation a:link, #navigation a:visited { text-decoration: none; }

#logo a { 
	width: 235px;
	height: 103px;
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -450px;
	text-decoration: none;
}

#footer {
	font-weight: bold;
	color: #fff;
	float: left;
	clear: both;
	margin-top: 0px;
	width: 944px;
	margin-bottom: 20px;
}
#footer p {
	float: left; clear: both;
	text-align: center;
	margin: 5px auto;
	width: 100%;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
}

#new-classes {
    float: right;
    margin: 25px 0 10px 25px;
    padding: 5px;
    width: 200px;
    background-color: #D8B036;
    border: 1px solid #652C91;
    font-size: 12px;
}

/****** GALLERY *******/
.gallery-thumb {
	border: 1px solid black;
}

.gallery-thumb:hover {
	border: 1px solid #FFC45F;
}

.gallery-thumb-link {
	margin: 0 3px 3px 0;
}

.gallery-large {
	position: absolute;
	top: 450px;
	left: 50%;
	margin-left: -100px;
	visibility: hidden;
}


.coupon {
	border: 1px dashed black;
	padding: 20px;
	text-align: center;
	width: 300px;
	margin: 20px 0 20px 75px;
	line-height: 1.4em;
}

