@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #FFFFFF;
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-image: url(images/banner_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#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 */
	display: none;
}
#header h3 {
	display: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#nav #current {
	color: #929091;
}




#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
}
#footer  {
	padding: 0 10px;
	background-color: #000;
}
#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 */
	text-align: right;
}
#footer    a:link  {
	border: 1px solid black;

}
#mainContent em {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

#nav {
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #838783;
	text-decoration: underline overline;
}

#footer a:hover {
	border: 1px solid a0a0a0;
}
.fltLt {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.fltRt {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}

.clearFlt {
	clear: both;
}

.gallery {
	width: 798px;
	margin: 0 auto;
}
.gallery  p {
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.gallery     li  {
	display:inline;
	width:250px;
	height:auto;
	float:left;
	margin:2px 8px;
	cursor:pointer;
}
.galleryPic .image {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: 0px;
}
.gallery div {
	height: 300px;
}


.galleryPic {
	height: 260px;
	width: 250px;
}
.galleryPic input {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.gallery    li    div  {
	text-align: center;
	width: auto;
	height: auto;
	display: block;
}
#mainContent #form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#indentText {
	margin-right: 40px;
	margin-left: 40px;
}
#650px {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent  a {
	color: #B2B4BF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #929091;
	text-decoration: underline;
}
#mainContent hr {
	width: 650px;
	margin: 0 100px;
}
.gallery  .auto  {
	display:inline;
	width:auto;
	height:auto;
	float:left;
	margin:2px 8px;
	cursor:pointer;
}

