@charset "utf-8";
* { /* avoids spacing bug cross-browser */
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfloat {
	clear: both;
	height: -1px;
	width: -1px;
}

body {
	min-width: 800px;
	font-size: 62.5%;
	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: 1000px;
	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. */
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 100%;
}
.oneColFixCtrHdr #container #header .left {
	float: left;
	position: relative;
	bottom: 50px;
}

.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #999999;
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	display: block;
	position: relative;
}

.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	padding: 0;
	margin: 0px;
	position: relative;
	bottom: 30px;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
	font-weight: normal;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
	text-indent: 30px;
	display: block;
}
.oneColFixCtrHdr #mainContent h2 {
	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 */
	color: #666666;
	background-color: #000000;
	font-weight: normal;
	font-size: 2em;
}
.oneColFixCtrHdr #mainContent p {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	font-size: 1em;
	width: 650px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr  #container  #mainContent  .galleries {
}

.oneColFixCtrHdr #footer {
	background-color: #333333;
	text-decoration: none;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
	color: #999900;
	text-decoration: none;
}
.oneColFixCtrHdr #footer .email {
	padding: 10px 0; 
	color: #999900;
	text-decoration: none;
}
.oneColFixCtrHdr #footer .email:active {
	padding: 10px 0; 
	color: #999900;
	text-decoration: none;
}
.oneColFixCtrHdr #footer .email:hover {
	color: #FFCC00;
	text-decoration: none;
	background-color: #7B9900;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
}

