@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 6px 0 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;
}
.oneColFixCtrHdr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0 10px 0 20px;  /* 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. */
	color: #cccccc;
}
.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 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.oneColFixCtrHdr #header h1.index {
	visibility: hidden;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #CCCCCC;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #cccccc;
	width: 100%;
}
.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 */
	text-align: center;
	font-size: 11px;
}
.oneColFixCtrHdr #mainContent table {
	font-size: 11px;
	font-weight: normal;
	/*line-height: 150%;*/
}
.oneColFixCtrHdr #mainContent table img{
	margin-bottom: 3px;
}
.oneColFixCtrHdr   #mainContent table.portfolio  {
	line-height: normal;
	font-size: 10px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
}
.oneColFixCtrHdr #mainContent .title {
	font-style: italic;
}
.oneColFixCtrHdr #mainContent table caption {
	font-size: 28px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
}
.oneColFixCtrHdr #mainContent table p {
	font-style: normal;
	font-size: 14px;
	line-height: normal;
}
.oneColFixCtrHdr #mainContent table.statement {
	line-height: normal;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent table.largeImage, .oneColFixCtrHdr #mainContent table.largeImage p {
	font-size: 11px;
}
.oneColFixCtrHdr #mainContent table.largeImage .title {
	font-size: 18px;
}
#nav {
	position:absolute;
	top:26px;
	width:600px;
	height:30px;
	text-align: right;
	right: 30px;
	font-size: 12px;
	color:#996600;
	letter-spacing: 5px;
	text-transform: lowercase;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent table a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 42px;
	font-style: normal;
}
.oneColFixCtrHdr #container #mainContent .largeImage .mouseOver {
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent .shadeform {
	background-color: #CCCCCC;
}
.oneColFixCtrHdr #container #mainContent.thanks {
	text-align: center;
	padding-top: 50px;
}
img {
	border: none;
}
