@charset "UTF-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	background-color: #2857ed;
	padding-top: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	height: 134px;
	width: 800px;
} 
.twoColFixRtHdr #mainContent {
	width: 770px;
	background-color:#FFFFFF;
	padding: 0px;
	margin: 15px;
}
.twoColFixRtHdr #warning {
	margin: 0;
	width: 800px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #warning p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 30px;
	padding-bottom: 15px;
} 

.twoColFixRtHdr #welcome {
	margin: 0;
	width: 800px;
	height: auto;
}
.twoColFixRtHdr #middleContent {
	width: 770px;
	background-color: #FFFFFF;
	margin: 0;
	height: 600px;
	padding-left: 15px;
}
.twoColFixRtHdr #middleContent img {
	float: left;
	padding-right: 25px;
	padding-bottom: 30px;
}
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
	height: 26px;
	width: 800px;
} 
.twoColFixRtHdr #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: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color:#0033CC
}
.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;
}

#WeeksEvents {
	width: 740px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	margin: 0;
	padding-bottom: 0;
}
#ContactInfo {
width: 760px;
}
#Directions {
	width: 760px;
}

/* Red Ribbon Image Gallery */
#gallery #image_holder{
      margin: 0 auto 2px;
      padding: 4px;
      display: block;
      width: 700px;
      height: 525px;
      border: 2px solid silver;
    }

 #gallery ul{
      margin: 2px auto 0;
      padding: 10px;
      list-style: none;
      width: 330px;
      text-align: center;
    }

#gallery ul li{
      display: inline;
    }

#gallery ul li a,
#gallery ul li a:visited{
      padding: 6px;
      color: blue;
      text-decoration: none;
      font-weight: bold;
    }

#gallery ul li a:hover{
      color: black;
    }

#gallery ul li a:active{
      color: red;
    } 

#counter {
	height: 40px;
	width: auto;
	text-align: center;
	padding-bottom: 20px;
}
