body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 6px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #cccccc;
	position: relative;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	border: 0;
	outline: none;
}
a:hover, a:active {
	color: #ff381a;
	color: #ff7f00;
	/***text-decoration: underline;***/
	/***background-color: #CCCCCC;***/
}
.oneColFixCtrHdr h3 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding-left: 15px;
}
.oneColFixCtrHdr #header {
	background: #333333;
	padding: 0px 0px 8px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	height: 60px;
}
.oneColFixCtrHdr #headerContainer {
	width: 100%;
	background-color: #333333;
	text-align: center;
}
.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 */
}
.oneColFixCtrHdr #header .imageNav {
	font-size: 16px;
	text-transform: lowercase;
	left: 0px;
	float: left;
	width: 300px;
	font-family: "Helvetica Neue Light", Helvetica, Arial;
	font-style: italic;
	padding: 0px;
	color: #c1de07;
}
.oneColFixCtrHdr #header .subNav {
	font-size: 14px;
	text-align: right;
	float: right;
	width: 300px;
	font-family: "Helvetica Neue Light", Helvetica, Arial;
	font-style: italic;
	bottom: 0px;
	padding-top: 3px;
	color: #c1de07;
}
.oneColFixCtrHdr #header #title {
	width: 200px;
	text-align: right;
	margin-top: -30px;
	position: absolute;
	right: 4px;
	visibility: hidden;
}
.oneColFixCtrHdr #header #title h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container {
	/**width: 950px;**/  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #333333; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	/**margin-right: auto;
	margin-left: auto;**/
}
.oneColFixCtrHdr #mainContent {
	width: 930px;
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	min-height: 500px;
	border-top: 1px solid #666;
	border-right: none;
	border-bottom: 1px solid #666;
	border-left: none;
}
/**
.oneColFixCtrHdr  #mainContent  a {
	background-color: #000000;
}
**/
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #home {
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #mainContent .thumbnails {
	float: left;
	width: 200px;
	font-style: italic;
	position: relative;
	text-transform: lowercase;
	padding-top: 10px;
	font-size: 11px;
}
#recentWork1, #recentWork2, #recentWork3, #recentWork4, #recentWork5, #historicalWork1, #historicalWork2, #historicalWork3, #historicalWork4, #historicalWork5      {
	float: right;
	width: 720px;
	border: none;
	overflow: hidden;
	height: 520px;
	frameborder: 0;
}
.oneColFixCtrHdr #footer {
	padding: 5px 10px 20px 0;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}
/**** disable this  *************
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC !important;
}
*********************************/
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: #666666;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	color: #0000FF;
	/***text-decoration: underline;***/
	background-color: #CCCCCC;
}
table.image {
	font-size: 11px;
	color: #cccccc;
}
.image a   {
	background-color: #000000;
	border: none;
}
.imgTitle {
	font-style: italic;
	font-size: 13px;
	color: #cccccc;
}
.oneColFixCtrHdr #container #mainContent .imgRight {
	float: right;
	text-align: center;
	font-size: 10px;
}

p.galleries {
	float: left;
	padding-right: 25px;
	display: block;
	width: 200px;
}