@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;
	font-family: "Century Gothic";
	font-size: 100%;
	background-image: none;
	color: #CCC;
	background-color: #000;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 14px;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #666;
}
.oneColFixCtrHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 125px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../_images/headerbkg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtrHdr #logo {
	width: 450px;
	float: left;
}
.oneColFixCtrHdr #nav   {
	width: 500px;
	height: 30px;
	float: left;
	padding-top: 50px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #topdivleft {
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 20px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #gallerydiv {
	padding: 5px;
	width: 950px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #container #topdivright {
	float: left;
	width: 365px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #4F054D;
	border-right-color: #4F054D;
	border-bottom-color: #4F054D;
	border-left-color: #4F054D;
}
.oneColFixCtrHdr #container #middledivright {
	float: left;
	width: 365px;
	background-image: none;
	background-repeat: no-repeat;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4F054D;
}
.oneColFixCtrHdr #container #bottomdivright {
	float: left;
	width: 365px;
	margin-right: 5px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 15px;
	padding: 5px;
}
.oneColFixCtrHdr #footer {
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #595e5f;
	margin-top: 30px;
	float: left;
}
.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: 595e5f;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #595e5f;
}
h3 {
	color: #666;
}
h4 {
	color: #666;
}
