@charset "utf-8";
/* CSS Document */

#mainContent {
	position: relative;
	width: 900px;
	min-height:400px;
	height:auto !important;
	height: 400px;
	margin: 0px auto;
	padding:0;
	background: #FFFFFF;
	background-image:url(../images/main_bckgd.gif);
	background-repeat:repeat-x;
	background-position: top left;
}
#services {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}
#services h1 {
	display: block;
	text-indent: -999999px;
	margin: 0px auto;
	padding: 20px 0px;
	width: 138px;
	height: 28px;
	font-size: 1.2em;
	background:url(../images/our_services.gif) no-repeat center;
}
#services h2 {
	margin: 0px auto;
	padding: 10px;
	font-size: .9em;
	text-align: center;
	color: #CC0000;
}
#servicesRight h2 {
	text-align: left;
	padding-left: 30px;
}
#services table {
	margin: 0px auto;
	font-size: .8em;
}
#services table td {
	width: 15em;
	vertical-align: top;
}
#servicesLeft {
	float: left;
	width: 350px;
	margin: 0px 0px 0px 40px;
	display: inline;
}
#servicesRight {
	width: 450px;
	height: 475px;
	margin: 0px 0px 0px 410px;
}