										/* New page default for other browswers */
*{
	margin:0px; 
	padding:0px;	
}
ul,ol{
	margin-left:30px;					/* gap inside div */
	margin-right:bottom:0.5em;			/* gap outside div */
}
p,h1,h2,h3,h4,h5,h6{
	margin-bottom:1em;					/* reset text size perameter */
	padding:0px;						/* puts padding around all text elements */
}
										/* end of page default for other browswers */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px; 						/* Need to set margin to get consistency between browsers.	*/
	padding:0px; 						/* Need to set padding to get consistency between browsers.	*/
	background-color: #fff1f1;
	color: rgb(0, 0, 0)
} 
#container{
	position:absolute;
	left:50%;
	width:930px;						/* width of the container	*/
	height:568px;
	margin-top:0px; 					/*	*/
	margin-left:-480px; 			    /* half of the container width 	*/
	text-align:left;
	padding:15px;
	top: 0px;
	
										/* take out comment to see border   border:1px solid #000; 	  */
	}
#content{
	color:#000000;
	/* background-color:#cccccc;			match to content background	*/
	text-align:justify;
	z-index:4;
	height: 398px;
	width: 903px;
	left: 27px;
	top: 190px;
	position: absolute;
	}
#header {
	position:absolute;
	width:950px;
	height:127px;
	z-index:1;
	left: 3px;
	top: 0px;
}
#hoults {
	position:absolute;
	width:504px;
	height:89px;
	z-index:2;
	left: 25px;
	top: 12px;
}
#tel {
	position:absolute;
	width:200px;
	height:36px;
	z-index:3;
	left: 715px;
	top: 9px;
}
#address {
	position:absolute;
	width:137px;
	height:39px;
	z-index:3;
	left: 769px;
	top: 50px;
}
#email {
	position:absolute;
	width:233px;
	height:12px;
	z-index:3;
	left: 650px;
	top: 88px;
}
#nav {
	position:absolute;
	width:958px;
	height:28px;
	z-index:4;
	left: 0px;
	top: 123px;
}
#paper {
	position:absolute;
	width:958px;
	height:584px;
	z-index:1;
	left: 0px;
	top: 0px;
}
