﻿body 
{
	background-color: #EEEEEE;
	font-size: 11px;
	font-family: "trebuchet ms" , helvetica, sans-serif;
	color: #8C8C73;
	line-height: 18px;
	margin: 10px auto 10px auto;
}

h1
{
	font-size: 15px;
	font-family: "trebuchet ms" , helvetica, sans-serif;
}

h2
{
	font-size: 12px;
	font-family: "trebuchet ms" , helvetica, sans-serif;
}

h3
{
	font-size: 12px;
	font-family: "trebuchet ms" , helvetica, sans-serif;
}

h4
{
	font-size: 12px;
	font-family: "trebuchet ms" , helvetica, sans-serif;
}

a:link{}
a:visited{color:Blue;}
a:active{color:Blue;}
a:hover{}


#groupBody
{
	position: relative;
	width: 950px;
	border: solid 1px gray;
	background-color: White;
	text-align:left;
	padding: 5px 5px 5px 5px;
}
#mainBody
{
	position: relative;
	width: 100%;
	border: solid 0px red;
	background-color: White;
	text-align:left;
	padding-top: 15px;
	/*padding: 5px 5px 5px 5px;*/
}

#header
{
	width:100%;
	height:145px;
	border: solid 0px blue;
}

#headerMenu
{
	padding: 0px 0px 0px 0px;
	background-color:#F6F6F3;
}

#homeLeft
{
	width:300px;
	height:250px;
	float:left;
	border: solid 0px blue;
	padding: 5px 5px 5px 5px;
	background-image:url('images/BorderLine.png');
	background-repeat:no-repeat;
	background-position:right;
	
}

#homeCenter
{
	width:300px;
	height:250px;
	float:left;
	border: solid 0px red;
	padding: 5px 5px 5px 5px;
	background-image:url('images/BorderLine.png');
	background-repeat:no-repeat;
	background-position:right;
}

#homeRight
{
	width:300px;
	height:250px;
	float:left;
	border: solid 0px green;
	padding: 5px 5px 5px 5px;

}
#footer
{
clear: left;
background: #EEEEEE;
}

#serviceSideLeft
{
	width:28%;
	/* height:250px; */
	float:left;
	border: solid 0px green;
	padding: 5px 5px 5px 5px;
}

#serviceSideRight
{
	width:69%;
	/* height:250px; */
	float:left;
		border: solid 0px red;
	padding: 5px 5px 5px 5px;
}
