body {
	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: #;
	background-color: #000000;
	background-image: url(images/bkg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 930px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 100px;
	border: 1px solid #666666;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
.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;
}
.oneColFixCtr #mainNav {
	width: 100px;
	font-weight: normal;
	position: absolute;
}
.oneColFixCtrHdr #mainNav p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 21px;
}
.oneColFixCtrHdr #mainContentHome {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(images/THBP_The_Hamilton_Business_Park_home_image.jpg);
	background-repeat: no-repeat;
	height: 416px;
	background-position: center;
}

.homebody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 310px;
	margin-left: 420px;
	text-align: center;
	line-height: 21px;
}


.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 20px;
	height: 48px;
	text-align: right;
}

a.nav:link {
	text-decoration: none;
	border: none;
	padding: 5px;
	color: #666666;
}
a.nav:visited {
	text-decoration: none;
	border: none;
	padding: 5px;
	color: #666666;
}
a.nav:hover {
	text-decoration: none;
	border: none;
	padding: 5px;
	color: #e03322;
	background-image: url(images/menu_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.active {
	color: #e03322;
	padding: 5px;
	background-image: url(images/menu_bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a.copy:link {
	text-decoration: none;
	border: none;
	padding: 0px;
	color:#bd282e;
}
a.copy:visited {
	text-decoration: none;
	border: none;
	padding: 0px;
	color:#bd282e;
}
a.copy:hover {
	text-decoration: none;
	border: none;
	padding: 0px;
	color: #FFFFFF;
}
.picture {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
a.footer:link {
	text-decoration: none;
	border: none;
	padding: 0px;
	color:#666666;
}


a.footer:visited {
	text-decoration: none;
	border: none;
	padding: 0px;
	color: #666666;
}
a.footer:hover {
	text-decoration: none;
	border: none;
	padding: 0px;
	color: #bd282e;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

