/* CSS Document
Box / Griffin Norman
About Page CSS
© 2006 Griffin Norman
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
div#wrapperdiv {
	width: 750px;
	height: 612px;
	margin: auto;
	}
	
div#header {
	width: 750px;
	height: 38px;
	}
	
div#content {
	width: 750px;
	height: 452px;
	}
	
div#footerleft {
	width: 285px;
	height: 34px;
	float: left;
	}
	
div#footercenter {
	width: 185px;
	height: 34px;
	float: left;
	}
	
div#footerright {
	width: 280px;
	height: 34px;
	float: left;
	}
	
div#bottom {
	width: 750px;
	height: 88px;
	clear: both;
	}
	
