@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999966;
	background-image: url(Images/bg1.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5e0ba;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
}

#mainContent {background-color: #e5e0ba;}
#footer {
	margin-bottom: 0px;
	padding: 0px;
	height: 87px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#followus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topheader {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#photogallery {
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 100px;
	height: 230px;
}

#logos {
	text-align:center;
	margin-bottom:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}


#copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 15px;
}
#fadeshow1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 30px;
}
