@charset "UTF-8";
#safari_window {
	height: 500px;
	width: 789px;
}
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: #6F6753;
}
#container  {
	width: 850px;
	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. */
	background-color: #FFFFFF;
	background-image: url(images/BKGND.jpg);
	background-repeat: repeat-y;
}
.imagegallery {
	padding: 5px;
}
.imagegallerytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
}
#header  {
	background-color: #000000;
	background-image: url(images/Header_01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
}
#navigation {
	background-color: #000000;
}
#navigation a:hover {
	background-color: #A25656;
}
#navigation a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 5px;
	text-align: center;
	letter-spacing: 2px;
}
#mainContent  {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: center;
}
#footer  {
	padding: 0 10px;
	background-color: #000000;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#mainTwo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 20px;
	width: 650px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#mainGallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	width: 790px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.imgLft {
	float: left;
	margin-right: 20px;
}

