@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #66cc66;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #mainContent { 
	margin: 0 220px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:15px 10px 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
border-left: 1px solid #66cc66;
border-right: 1px solid #66cc66;
	
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width:180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */	

	text-align:center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}

.thrColFixHdr #footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc3333; 
	text-align:center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	margin:0;
	padding:0;
	background:#ff9933;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	width:960px;
	float:left; 
}
#nav li {
	margin:0;
	padding:o;
	float:left;
	background-color:#ff9933;
}
#nav a {
	float:left;
	width:102px;
	text-align:center;
	color:#000000;
	text-decoration:none;
	line-height: 2.0;
	border-right: 1px solid #ffffff;
}
#nav #nav_mel a {
	border:none;
}

#nav a:hover {
	background:#ffcc33;
}
#body_hom #nav_hom a, #body_about #nav_about a, #body_sea #nav_sea a, #body_ven #nav_ven a, #body_lea #nav_lea a, #body_eve #nav_eve a, #body_photo #nav_photo a, #body_con #nav_con a, #body_titus #nav_titus a, #body_mel #nav_mel a, #body_spon #nav_spon a{
	background:#66cc66;
	color:#ffffff;
	font-weight:bold;
}

#sea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:3 3;
	width:175px;
	border:1px solid #000000;
	Text-align:center;
	
	} 
#seahead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin:0;
	padding:5 5;
	width:175px;
	background:#ff9933;
	text-align:center;
	font-weight:bold;
		
}

.inside {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:5 5 5 5;
	width:170px;
	text-align:center;
}

#main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	padding:3 3;
	width:175px;
	border:1px solid #000000;
	Text-align:center;
	
	} 
#mainhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	margin:0;
	padding:5 5;
	width:175px;
	background:#66cc66;
	text-align:center;
	font-weight:bold;
		
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
h2.color {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#669933;
	font-weight:bold;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-style:italic;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#rotate {
	text-align:center;
	padding:0;
	margin:0;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.footer a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.footer a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#669933;
	text-decoration:none;
}
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#669933;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66cc66;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffcc33;
}
#gallery {
	width: 420px;
	margin: 10px auto;
	background: #ffffff;
	padding: 25px;
}
#gallery a {
	position: relative;
	z-index: 10;
	display: block;
	float: left;
	width: 100px;
	height: 75px;
	margin: 10px;
}
#gallery img {
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
#gallery a:hover {
	z-index: 50;
	top: -45px;
	left: -53px;
}
#gallery a:hover img {
	width: 250px; height: 175px;
	padding: 1px;
	background: #ccc;
	border: 2px solid; border-color: #eee #bbb #bbb #eee;
}
img { border: 0; }

td {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px #66cc66 solid;
	border-collapse:collapse;
}

td.sea {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px #66cc66 solid;
	border-collapse:collapse;
	width:100px;
}
table {border: 1px #66cc66 solid;
		border-collapse:collapse;

}
.recipe {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px dashed #66cc66;
	padding:5px;
}
.emphasis {	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cc3333;
	font-weight:bold;
}
.announce {	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cc3333;
	font-weight:bold;
	}
	
#late {
	background:#ff6666;

}
#active{
	background:#99ff99;
}
#early{
	background:#ffff66;
	}
#top {
	background:#ff9933;

}