body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-image: url(Images/backgroundpage.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px 6px;
}

/*************************  ID's *************************/
#topImg {
position: absolute;
	z-index: 10;
	width: 500px;
	height: 50px;
	margin-top: 0px;
	margin-left: 10px;

}
#navigation {
	position: absolute;
	z-index: 10;
	width: 800px;
	height: 50px;
	margin-top: 83px;
	margin-left: 10px;
}

#centerDoc {
	position: absolute;
	z-index: 15;
	padding: 0; /*top right bottom left*/
	margin-top: 200px;
	margin-left: 265px;
	width: 475px;
	left: 3px;
}


#centerPort {
	position: absolute;
	z-index: 15;
	padding: 0; /*top right bottom left*/
	margin-top: 200px;
	margin-left: 250px;
	width: 750px;
	left: 3px;
}




#footer {
	z-index: 20;
	margin-top: 520px;
	float: right;
}
#contact {
	height: auto;
	width: 600px;
	margin-left: 250px;
	position: absolute;
	margin-top: 130px;
}
