@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px; /* 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. */
	background-image: url(images/content_bg3.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/header_bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 137px;
	width: 800px;
	padding-top: 0;
	padding-bottom: 0;
}
.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;
}
.oneColFixCtrHdr #mainContent {
	width: 650px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 70px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer_bg3.gif);
	height: 91px;
	padding: 20;
}
.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 */
}
#nav {
	background-image: url(images/nav_bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
}
#navbar {
	background-image: url(images/navbar_bg.gif);
	background-repeat: repeat-x;
	height: 20px;

}
#content {
	height: 300px;
	width: 300px;
	margin-left: 40px;
	padding-top: 20px;
}
#photo1 {
	float: right;
	height: 300px;
	width: 300px;
	text-align: center;
}
#events {
	float: right;
	height: 300px;
	width: 300px;
}
#photo2 {
	height: 300px;
	width: 300px;
	text-align: center;
}
  .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;
}
#footercontact {
	font-size: x-small;
	color: #FFFFFF;
	width: 100px;
	float: right;
	padding-top: 30px;
}
#myGallery
{
width: 350px;
height: 300px;
}
#myCarousel
{
    text-align: left;
    margin: 0 auto;
    align: center; /* Same as your gallery is set to */
    width:600px; /* Adjust this to your picture width + 2 */
    height:116px;
    overflow:hidden;
    background: #000000;
}
