@charset "utf-8";
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: #000000;
	background-color: #C2BBB1;
}
.oneColLiqCtrHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #e3dbd1;
}
.oneColLiqCtrHdr #header {
	background-color: #213F7D;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/headerbkgrd.jpg);
	background-repeat: repeat-y;
}
.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-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #e3dbd1;
	background-image: url(images/contentbkgrd.jpg);
	background-repeat: repeat-y;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #213F7D;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
} 
.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 */
	font-size: 60%;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #header_home {
	background-color: #213F7D;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/headerbkgrd2.jpg);
	background-repeat: repeat-y;
}
.oneColLiqCtrHdr #container #ourteampics {
	width: 150px;
}

.oneColLiqCtrHdr #container #mainContent div {
	float: left;
}
.oneColLiqCtrHdr #container #mainContent div {

}
.oneColLiqCtrHdr #container #mainContent div {
}
.ourteampic div {
	width: 130px;
}
.oneColLiqCtrHdr #container #ourteambio {
	width: 620px;
}

