body {
	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-color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
}
.oneColLiqCtrHdr #container {
	width: 802px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColLiqCtrHdr #header {
	height: 262px;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.oneColLiqCtrHdr #header2 {
	height: 262px;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(../images/about_banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.oneColLiqCtrHdr #header3 {
	height: 262px;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(../images/testimonials_banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.oneColLiqCtrHdr #header4 {
	height: 262px;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(../images/menu_banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.oneColLiqCtrHdr #header5 {
	height: 262px;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(../images/contact_banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #fff;
	background-position: center top;
	margin-left: 0px;
	margin-right: 0px;
}
.oneColLiqCtrHdr #mainContent p {
	background-color: #fff;
	margin-left: 35px;
}
.menuitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #DC841A;
}

.oneColLiqCtrHdr #footer_peter {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
} 
.oneColLiqCtrHdr #footer_peter 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 */
}



ul.menu {
	list-style-type:none;
	position:relative;
	height:39px;
	font-size:0.9em;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	width: auto;
	display: inline;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 48px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
	float:left;
	color:#e89a3a;
	text-decoration:none;
	height:24px;
	font-weight:normal;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 8px;
}

ul.menu li a:hover,.current {
color:#fff;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*ORANGE*/
ul.menu.orange{

}
ul.menu.orange li a:hover, .menu.orange li.current {

}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	margin-left: 15px;
	margin-right: 10px;
	padding-right: 35px;
	padding-left: 20px;
}
.repeatdiv {
	background-image: url(../images/test_bg.gif);
	background-repeat: repeat-x;
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
