body {
	font: 90% Arial, Helvetica, sans-serif, "Lucida Sans";
	background: #5D92B1;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #CCCCCC;	/*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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #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 */
}

h1 {
	font-size: 18px;
	text-align: center;
	text-decoration: underline;
	font-family: Castellar, Arial, "Times New Roman";
}
#weather{
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}

div.wrapper {
   margin-left: 17%;
   margin-right: 17%;
   }

table {
	border-collapse: collapse;
	padding: 2px;
	margin-top: 0.5em;
	margin-bottom: 0;
} 

tr.header{
	font-style: normal;
	font-size: 12px;
	background-color: #CCCCCC;
	font-weight: bold;
}

.menu{
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.menu a {
	color: #0000ff;
	background: inherit;
	text-decoration: none;
}

.menu a:hover  {
	color: #852a17 ;
	background: inherit;
  text-decoration: underline;	
}

tr.links{
	font-style: normal;
	font-size: 12px;
}

td.center{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

td {
	padding: 5px;
}

a {
	color: #0000ff;
	background: inherit;
  text-decoration: underline;
}

a:hover {
	color: #852a17 ;
	background: inherit;
  text-decoration: none;	
}


.gallery{
	background: #FFFFFF;
	color:#000;
	float:left;
	padding:6px 0;
	margin: 0 auto;
	width:100%;
}

.gallerytitle {
	color: #000000;
	border: solid 1px #64562B;
	background: #B9D3EE;
	margin: 0 0 10px 0;
	padding: 8px 0px 8px 0;
	font: normal 104%  verdana, Arial, Helvetica, sans-serif;
}

.gallerytitle a:link, .gallerytitle a:visited{
	color: #999999;
	background: #FCF9F4;
	text-decoration:none;
}

.gallerytitle a:hover { color: #0000ff; background: #FCF9F4; text-decoration:none;}

.gallery1 {  background: #FCF9F4;  color: #749C40;
float: left;  line-height: 1.1em;  text-align:center;
width: 24%; padding: 0;
margin-left: 1.0%; display: inline;
}

.gallery2 { background: #FCF9F4;   color: #749C40;
float: left; line-height: 1.1em; text-align:center;
width: 24%;  padding:0;
margin-left: 1%;
}

.gallery3 { background: #FCF9F4;  color: #749C40;
float: left; line-height: 1.1em; text-align:center;
width: 24%; padding:0;
margin-left: 1%;
}

.gallery4 { background: #FCF9F4;  color: #749C40;
float: left; line-height: 1.1em; text-align:center;
width: 24%; padding:0;
margin-left: 1.0%;
}


.galleryimg{
 border: solid 1px #CCCCCC;
 background: #666666; color:#000;
 padding:2px;
}
#footer {
	font-size: 10px;
	text-align: center;
}

