@charset "utf-8";
body {
	margin: 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: #FFFFFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: none;
}
.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 70px;
}
.oneColFixCtrHdr #header {
	height: 120px;

}
.oneColFixCtrHdr #header h1 {

}
.oneColFixCtrHdr #mainContent {
	height: 480px;
	background-image: url(images/maincontent_services.png);

}
#service_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 300px;
	padding-top: 20px;
	position: static;
	padding-right: 0px;
}

.oneColFixCtrHdr #footer {
	height: 70px;
	background-color: #000;
	color: white;
	font-size: 10px;

}
#image {
	width: 520px;
	padding-top: 80px;
	float: right;
	padding-right: 60px;
}

.oneColFixCtrHdr #nav {
	height: 30px;
}

.oneColFixCtrHdr #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 */
}
