body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}

#wrapper {
	margin: auto;
	width: 700px;
	position: relative;
	background-color: #FFFFFF;
}

#logo {
	background-color: #FFFFFF;
	width: 225px;
	height: 141px;
	position: absolute;
	top: 0px;
	left: 0px;

}

#address {
	width: 225px;
	height: 75px;
	background-color: #ffffff;
	position: absolute;
	top: 141px;
	left: 0px;
}

#left {
	width: 225px;
	height: 566px;
	font-size: 9px;
	background-color: #666666;
	position: absolute;
	top: 215px;
	left: 0px;
}

#leftbutton {
	width: 225px;
	height: 80px;
	position: absolute;
	top: 487px;
	left: 0px;
	
}


#picture {
	background-image: url(images/crane-loader.jpg);
	left: 225px;
	width: 475px;
	height: 188px;
	position: absolute;
	top: 0px;
}

#tagLine {
	background-image: url(images/acrp-layout_04.jpg);
	position: absolute;
	left: 225px;
	width: 475px;
	height: 27px;
	top: 188px;
}


#mainTxt {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	width: 459px;
	height: 550px;
	left: 225px;
	top:215px;
	position: absolute;
	padding: 8px;
	overflow-y: scroll;

}	

#mainTxt h1 {
	font-size: 18px;
	font-weight: bold;
}

#mainTxt ul {
	list-style-type: square;
}


#footer {
	width: 700px;
	height: 37px;
	top: 780px;
	position: absolute;
	bottom: 2px;
}
