@charset "UTF-8";
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #039;
	background-repeat: no-repeat;
	background-position: 450px;
}
.oneColLiqCtrHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: auto;
}
.oneColLiqCtrHdr #header {
	height: 150px;
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColLiqCtrHdr #header h1 {
}
.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;
	background-color: #00329F;
	color: #FFF;
	text-align: center;
} 
.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 */
}
#f_source_navigation #menu {
}
#mainContent #linkspage {
	background-image: url(../images/serivces.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer #ad {
	background-color: #FFF;
	width: 250px;
	float: right;
}

