body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url('http://www.ark-construction.com/images/finalbackground.jpg') repeat-x #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom: 20px;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;

}
.oneColFixCtrHdr #header {
	background:url('http://www.ark-construction.com/images/logotop.jpg') no-repeat #ffffff; 
	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. */
	height: 80px;
}
.oneColFixCtrHdr #nav {
	background:url('http://www.ark-construction.com/images/logobot.jpg') no-repeat #ffffff; 
	padding: 0px 0px 2px 10px;  /* 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. */
	text-align: left;
	font-size:13px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	border-bottom: solid 2px #000000;

}
.oneColFixCtrHdr #nav ul {
	padding: 5px; 
	text-align:left;
	width:770px;
	list-style:none;
	margin:0px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #nav ul li {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	float:right;
	margin:0px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:0px;
}

.oneColFixCtrHdr #nav ul li:hover {
	background: #003366;
}

.oneColFixCtrHdr #nav ul li a {
	font-weight:bold;
	float:left;
	text-decoration:none;
	font-size:11px;
	color:#000000;
	padding-top:2px;
	padding-bottom:2px;
}

.oneColFixCtrHdr #nav ul li a:hover {
	color:#000000;
background: #ffffff; 
	text-decoration: underline;
}
.oneColFixCtrHdr #secnav {
	background:url('http://www.ark-construction.com/images/secnavback.jpg') #cc0000;  /* 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. */
	text-align: center;
	font-size:20px;
	width: 780px;
	font: 100% "Times New Roman", Arial, Helvetica, sans-serif;
	height: 18px;
	border-bottom: solid 2px #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #secnav ul {
	padding: 5px 5px 5px 5px; 
	text-align:left;
	width:auto;
	list-style:none;
	margin:0px;
	font: 100% "Times New Roman", Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #secnav ul li {
	font: 100% "Times New Roman", Arial, Helvetica, sans-serif;
	float:left;
	margin:0px;
	padding-right:6px;
}

.oneColFixCtrHdr #secnav ul li:hover {
	background: #003366;
}

.oneColFixCtrHdr #secnav ul li a {
	font-weight:bold;
	float: left;
	text-decoration:none;
	font-size:16px;
	color:#ffffff;
	padding:11px;
	font: 100% "Times New Roman", Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #secnav ul li a:hover {
	color:#000000;
	text-decoration: none;
	}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* 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: 25px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1px;

	color: #ffffff;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	margin: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 2px #000000;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent 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 */
font: 100% "Times New Roman", Arial, Helvetica, sans-serif;
color: #000000;
	font-size:28px;
}

.oneColFixCtrHdr #mainContent img {border:none;
}

.oneColFixCtrHdr #mainContent a {
font-weight:bold;
color: #a59c63;

}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 47px;
	background:url('http://www.ark-construction.com/images/secnavback.jpg') #cc0000;
	
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #000000;
	
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	
}
.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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size:12px;
}
-->