* {
	border:0;
}

body {
	font: 101% 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: #000000;
	background: #f3f3f3 url(images/main_bg.jpg) center repeat-y;
	height: 100%;
	width: 100%;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	min-width: 980px;
	height: 100%;
}

.oneColFixCtrHdr #header {
	position: relative;
	width: 980px;
}

.oneColFixCtrHdr #header-vcard {
	position: absolute;
	left: 32px;
	top: 42px;
	z-index:100;
}
.oneColFixCtrHdr #header-image {
	position: relative;
	float: left;
	left: 115px;
	top: 10px;
}
.oneColFixCtrHdr #header-contact {
	position: relative;
	top: 10px;
	left: 117px;
	float: left;
}
.oneColFixCtrHdr #header-contact-text {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 130px;
}
.oneColFixCtrHdr #header-mainnav {
	position: relative;
	top: 12px;
	left: 115px;
	background: url(images/mainnav_bg.gif) no-repeat;
	height: 32px;
	width: 817px;
}
.oneColFixCtrHdr #header-subnav {
	position: relative;
	top: 14px;
	left: 115px;
	background: url(images/subnav_bg.gif) no-repeat;
	height: 32px;
	width: 817px;
}





.oneColFixCtrHdr #mainContent {
	margin: 40px 48px 0 115px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #footer {
	margin-left: 115px;
	margin-right: 60px;
}
.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 */
}

.clear {
	clear: both;
}