/* Maingear Networks default CSS Style */


/* Basic Elements */

body, html {
    /*background: #f5f5f5 url(/images/bg_col1.png) top center repeat-y;*/
    background: #ffffff;
    font-family: Georgia;
    color: #333;
}

#container {
	margin: 0 auto;
	width: 660px;
	position: relative;
	font-family: Georgia;
	font-size: 11px;
	color: #333;
	background: #FFFFFF; 
	padding: 0px 10px 0px 10px;
}

#bizservices {
	margin: 0 auto;
	position: relative;
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 30px;
	margin-left: 10px;
	}

#homeservices {
	position: relative;
	float: left;
	width: 300px;
	height: 220px;
	}

#bottomarea {
	/*position: relative;*/
	/*float: left;*/
	width: 600px;
	/*height: 245px;*/
	}
	
#contact {
	position: relative;
	float: left;
	width: 325px;
	text-align: left;
	font-size: 11px;
	}
*/
