@charset "utf-8";
body  {
	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: #666;
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1em;
	background-repeat: repeat;
	background-position: center;
	background-image: url(../images/shadow2.jpg);
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 16px;
	text-align: center;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.thrColFixHdr #container {
	width: 800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.thrColFixHdr #container #backimage {
	background-position: -150px 20px;
	background-image: url(../images/scallop1.gif);
}
.thrColFixHdr #container #backimage2 {
	background-position: -150px 20px;
	background-image: url(../images/mussel.gif);
}
	.thrColFixHdr #container #backimage3 {
	background-position: -150px 20px;
	background-image: url(../images/crab_back.gif);
}
.thrColFixHdr #container #backimage4 {
	background-position: -150px 20px;
	background-image: url(../images/lobster_back.gif);
}
.thrColFixHdr #container #photobar {

}


.thrColFixHdr #container #menubar {
	background-color: #FFF;
	font-weight: bold;
	color: #64483C;
	font-size: 16px;
	text-align: center;
	height: 35px;
}

.thrColFixHdr #header {
	text-align: left;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
}

.thrColFixHdr #container #mainContent p {
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.thrColFixHdr #container #mainContent p img {
	text-align: center;

}

.thrColFixHdr #container #mainContent h1 {
	font-size: 24px;
	padding: 10px;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 18px;
}


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 

.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;
}
.Caption {
	font-weight: bold;
	background-color: #CCC;
	color: #333;
	line-height: 25px;
}
a:link {
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #060;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #060;
	font-weight: bold;
}
.thrColFixHdr #container div {

}
.Hosts {
	font-weight: bold;
}
.thrColFixHdr #container #mainContent table {
	text-align: left;
}
.thrColFixHdr #container #backimage #mainContent table {
	font-weight: bolder;
}
.thrColFixHdr #container #backimage4 #mainContent table tr td {

}

