body  {
	font-size:16px;
	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;
	background-color: #CCE2E1;
	font-family: Verdana, Geneva, sans-serif;
}
#container { 
	width: 800px;  /* 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. */
} 
#header {
	background: #ffffff;
} 
#menulist {
	font-size: 14px;
	margin: 0 10px 0 10px;
}
#menulist li {
	display: inline;
	background-color: #9EB7B6;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#menulist ul {
	display: inline;
	color: #000000;
	font-weight: bold;
	line-height: 1.6;
}

#menulist a:visited {
	text-decoration: none;
	color: #53270f;
}
#menulist a:link {
	text-decoration: none;
	color:#000;
}
#menulist a:hover {
	text-decoration:underline;
}
#mainContent {
	margin: 0 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 400px;
	border: solid 2px #95b2b8;
	padding: 10px 20px 10px 20px;
} 
#footer {
	background:#9fcccb;
	text-align: center;
	line-height: 1.5;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#495B5F;
}
#container #footer p {
	color: #000;
	font-size: 12px;
	line-height:1.8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#contact {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left:20px;
	margin-right:20px;
}
#contact li {
	line-height: 1.4;
	color: #495B5F;
	list-style-position:inside;
}
.holder {
	background-color: #9eb7b6;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.marker {
	background-color: #e6a17b;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
}
#menulist table td {
	line-height: 1.4;
	font-weight: bold;
}
#mainContent a:visited {
	color: #dc6727;
	text-decoration: underline;
}
#mainContent a:link {
	color: #dc6727;
	text-decoration: underline;
}
#mainContent a:hover  {
	color: #dc6727;
	text-decoration: none;
}
#mainContent td {
	padding: 10px;
}
.photoinstruction {
	font-size: 12px;
	font-style: italic;
	color: #495B5F;
}
#photo_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
}
#photo_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: right;
}
.phototable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	color: #485b5f;
}
