body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2d2f33;
	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;
}

h1 {
	position: relative;
	left: 20px;
	top: 5px;
}
h1, h1 a, h1 img {
	display: block;
	height: 78px;
	width: 223px;
}
#tagline {position: absolute; z-index: 12; right: 32px; top: 116px; height: 10px; width: 204px; background: url(../i/tagline.png) 0 0 no-repeat; text-indent: -10000px;}
#header-tel {
	position: absolute;
	right: 32px;
	top: 41px;
	height: 34px;
	width: 245px;
	text-indent: -10000px;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* @end */

/* @group Content */
#content {
	padding: 30px 0 62px;
	background-color: #f4f4f4;
	background-image: url(i/bg-bottom.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#content>span {
	display: block;
	overflow: hidden;
	height: 16px;
	width: 982px;
	margin: 0 auto;
	background-image: url(i/bg-content.png);
	background-repeat: no-repeat;
	background-position: -982px 0;
}
#content #content-inside-bottom {
	background-image: url(i/bg-content.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content-inside {
	position: relative;
	min-height: 100px;
	width: 800px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: 100% 0;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	height: 400px;
}

  /* @group Home */
  #home #content h2 {
	height: 402px;
	width: 982px;
	margin: 45px 0 41px;
	text-indent: -10000px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
  #home #content p {
	position: absolute;
	top: 347px;
	right: 385px;
	width: 440px;
	color: #9d9d9d;
	font-size: 1em;
	text-align: right;
}
  /* @end */

.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(i/bg-header.png);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100px;
}
.oneColLiqCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2d2f33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 
.oneColLiqCtrHdr #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 */
}
