/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img 
{
	border: 0;
}

div#documentSection
{
	position:relative;
	top:0px;
	width:800px;
	height:1055px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/home-main-back.jpg) no-repeat transparent;
}

div#documentSection img
{
	display: block;
}

div#lftSection1
{
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height: 100px;
}

div#lftSection2
{
	position:absolute;
	top:100px;
	left:0px;
	width:400px;
	height:75px;
}

div#lftSection3
{
	position:absolute;
	top:255px;
	left:0px;
	width:400px;
	height:auto;
	z-index: 500;
}





div#rhtSection1
{
	position:absolute;
	top:0px;
	left:400px;
	width:380px;
	height: 100px;
}

div#rhtSection2
{
	position:absolute;
	top:100px;
	left:400px;
	width:400px;
	height: 75px;
	z-index: 50;
}

div#rhtSection3
{
	position:absolute;
	top:255px;
	left:400px;
	width:400px;
	height: 800px;
	z-index: 100;
}





div#bottomCallouts
{
	position:absolute;
	top:175px;
	left:0px;
	width:800px;
	height:80px;
	z-index: 1000;
}




div#footerSectionLft
{
	position:absolute;
	top: 1060px;
	left:0px;
	width:800px;
	height: 35px;
	padding-top: 5px;
	text-align: center;	
	color: #666666;
	z-index: 5000;
}

div#footerSectionRht
{
	position:absolute;
	top: 1100px;
	left: 260px;
	width:280px;
	height: 35px;
	margin-top: 15px;
	color: #666666;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

