@charset "utf-8";
/* CSS Document */
/* HAVENCREMATORY.COM */
/* STUFUDESIGNGS VER. 1 */

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 */
	background-color: #e2e2e2;
	height: 100%;
	width: 100%;
}
img {border: none;}
.oneColLiqCtrHdr #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	background-color: #FFF;
	z-index: 0;
	background-image: url(../img/tbak.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
.oneColLiqCtrHdr #header {
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 99px;
	width: 980px;
	z-index: 2;
}
.oneColLiqCtrHdr #mainContent {
	position: relative;
	width: 980px;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #footer {
	background-color: #e2e2e2;
	background-image: url(../img/fbak.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColLiqCtrHdr #footer p {
	width: 970px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h1{

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
}

#logo {
	position: relative;
	margin: 0;
	width: 214px;
	height: 96px;
	padding-top: 0;
}
#nav {
	position: absolute;
	margin: 0;
	padding-top: 0;
	height: 33px;
	width: 739px;
	top: 55px;
	left: 220px;
}
</style>
a {
	text-decoration: none;
	color: #069;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
}
