/* CSS Document */
 
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7a019;
}

img 
{
	border: 0;
}

div#documentSection
{
	position: relative;
	top: 0px;
	width: 920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#documentSection img
{
	display: block;
}







div#top
{
	margin: 0;
	padding: 0;
	width: 920px;
	height: 216px;
	background: url(../images/top-background.gif) no-repeat;
}





div#content
{
	top: 0px;
	left: 0px;
	width: 920px;
	min-height: 400px;	
	display: block;
	background: url(../images/content-background.gif) repeat-y;
}

.leftImages
{
	padding: 0px 0px 0px 25px;
	width: 420px;
	float: left;
	display: block;
}

.subleftImages
{
	padding: 0px 0px 0px 10px;
	width: 375px;
	float: left;
	display: block;
}

.homeTestimonials
{
	height: 300px;
	width: 410px;
}


.rightContent
{
	width: 400px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 20px;
}

.subrightContent
{
	width: 475px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 20px;
}





div#footer
{
	top:0px;
	left:0px;
	width:920px;
	height: 240px;
	background: url(../images/footer-background.gif) no-repeat;
}