* { margin: 0; padding: 0; border: 0; }

body {
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	background-color: #006666;
}

.green { color: #006666; }
.red { color: #990033; }

#container {
	width: 950px;
	margin: 40px auto 15px auto;
	background-color: #f4e096;
}

#nav {
	padding-left: 15px;
	width: 935px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #006666;
	height: 31px;
	max-height: 32px;
	overflow: hidden;
	background-image: url(images/nav_back.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
}

#nav a:link { color: #990033; text-decoration: none; }
#nav a:visited { color: #990033; text-decoration: none; }
#nav a:hover { color: #006666; text-decoration: none; }

#footer {
	width: 950px;
	margin: 0 auto 35px auto;
	font-size: 10px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	color: #99cccc;
}
#footer a:link { color: #99cccc; text-decoration: none; }
#footer a:visited { color: #99cccc; text-decoration: none; }
#footer a:hover { color: #ffffff; text-decoration: underline; }

#home_left {
	width: 597px;
	height: 505px;
	overflow: hidden;
	float: left;
	background-image: url(images/home_left.jpg);
	background-repeat: no-repeat;
}

#home_left p {
	font-family: georgia, serif;
	font-style: italic;
	line-height: 18px;
	font-size: 15px;
	color: #990033;
	margin: 270px 109px 0 51px;
}

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

#left_col {
	width: 198px;
	background-color: #f4e096;
	float: left;
	min-height: 451px;
}
#left_col ul { margin-top: 10px; }

#left_col li {
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 15px;
	color: #006666;
	margin-left: 40px;
	margin-top: 2px;
	font-weight: bold;
	line-height: 22px;
}
#left_col li a:link { color: #006666; text-decoration: none; }
#left_col li a:visited { color: #006666; text-decoration: none; }
#left_col li a:hover { color: #990033; text-decoration: none; }

#left_col p {
	margin: 0 18px;
	font-size: 12px;
	line-height: 16px;
}

#left_col p.side_quote {
	font-size: 14px;
	line-height: 18px;
	font-family: georgia, serif;
	font-style: italic;
	color: #006666;
}

#main_body {
	float: right;
	width: 752px;
	background-color: #ffffe5;
	background-color: #ffffe5;
	background-image: url(images/inside_back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 451px;
	padding-bottom: 20px;
}

#main_body p {
	padding: 0 170px 0 30px;
	color: #333333;
	font-size: 12px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	line-height: 16px;
}

.small_grey {
	color: #333333;
	font-size: 12px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
}

.small_blue {
	color: #006666;
	font-size: 12px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
}

#main_body h1 {
	padding: 0 30px;
	color: #990033;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: lighter;
}

#main_body h2 {
	padding: 15px 30px;
	color: #006666;
	font-family: Trebuchet, Trebuchet MS, sans-serif;;
	font-size: 18px;
}

#main_body .quote {
	font-size: 14px;
	font-family: georgia, serif;
	font-style: italic;
	color: #006666;
}

#main_body ul {
	color: #333333;
	font-size: 12px;
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	line-height: 16px;
	padding: 0px 0 10px 55px;
}

.main_image { 
	float: left; 
	margin: 0 15px 0 30px;
}

#gallery_pages {
	margin-left: 30px;
	width: 675px;
	height: 295px;
	line-height: 15px;
}

#gallery_pages a:link { color: #006666; text-decoration: none; font-weight: bold; }
#gallery_pages a:visited { color: #006666; text-decoration: none; font-weight: bold; }
#gallery_pages a:hover { color: #006666; text-decoration: underline; font-weight: bold; }

#gallery_table {
	margin-left: 30px;
	border-style: solid;
	border-width: 1px 0 0 1px ;
	border-color: #f4e096;
	color: #333333;
	font-size: 12px;
	background-color: #ffffe5;
	float: none;
}

#gallery_table a:link { color: #333333; text-decoration: none; font-weight: lighter; }
#gallery_table a:visited { color: #333333; text-decoration: none; font-weight: lighter; }
#gallery_table a:hover { color: #333333; text-decoration: underline; font-weight: lighter; }

#gallery_table p { text-align: center; margin: 0; padding: 0; }

#gallery_table td { 
	width: 163px; 
	border-style: solid;
	border-color: #f4e096;
	border-width: 0 1px 1px 0;
}

.gall_item {
	width: 163px; height: 163px;
}

#gallery_body {
	float: right;
	width: 752px;
	background-color: #ffffe5;
	padding-bottom: 20px;
	min-height: 451px;
}

a:link { color: #990033; text-decoration: none; font-weight: bold; }
a:visited { color: #990033; text-decoration: none; font-weight: bold; }
a:hover { color: #990033; text-decoration: underline; font-weight: bold; }

.signupframe {
  border: 1px solid #006666;
  background: #66cc99;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}