body{
	background: url('images/bg.jpg') repeat-x #eff4f8;
	margin: 0px;
	font-family: arial;
	font-size: 0.85em;
	color: #6b7d89;
	}
	
	.container{
	display: table;
	width: 990px;
	margin: 0px auto;
	}
	
	
	#listservices{
	list-style-type: none;
	margin: 15px 0px;
	padding: 0px;
	}
	
	#listservices li{
	list-style-type: none;
	background: url('images/bullet.jpg') no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	color: #6a7c86;
	}
	
	.services{
	float: left;
	width: 595px;
	background: url('images/cbg.jpg') repeat-y;
	margin-left: 25px;
	}
	
	.rightcolumn{
	float: right;
	width: 305px;
margin-right: 20px;
	}
	
	p{margin: 0px 20px}
	
	h1{font-size: 2.0em;
	margin: 10px 20px;
	border-bottom: 3px solid #eff4f8;
	padding-bottom: 10px;
	font-weight: normal;
	}
	
	a{color: #31729c}
	
	.maincontent{
position:absolute;
 top:315px;
padding-left: 80px;
width: 400px;
text-align: left;
color: #FFFFFF;
}

.textfield{
width: 175px;
height: 17px;
padding: 2px;
margin-left: 10px;
}

.formbottomcontainer{
height: 153px;
	background: url('images/formbottombg.jpg') repeat-x;
	margin-top: 50px;
}

	.formbottom{
	background: url('images/formbottom.jpg') no-repeat;
	width: 900px;
	height: 123px;
	margin: 0px auto;
	padding: 30px 0px 0px 90px;
	color: #FFFFFF;
	}
	
	.bigsubmit{
	background: url('images/space.gif') no-repeat;
	width: 465px;
	height: 95px;
	margin: 12px;
	border: none;
	cursor: pointer;
	}
	
		.smallsubmit{
		float: right;
	background: url('images/space.gif') no-repeat;
	width: 315px;
	height: 85px;
	margin: 10px 100px 0px 0px;
		border: none;
	cursor: pointer;
	}

