body 	{
		background-color: #white;
		line-height: 20px;
		font: 12px/18px "normal", Arial, Verdana, sans-serif; 
}



a:link { color: #1B5972; text-decoration: none;}
a:visited { color: #1B5972; text-decoration: none;}
a:active { color: #1B5972; text-decoration: none;}
a:hover { color: #5E5C59; text-decoration: underline;}

div#one {
/* links onleft of page*/
		position: absolute;
		left: 65px;
		top: 150px;
		width: 150px;
		height: 400px;
		z-index: 1;
		border: 0px;
		padding-left: 4px;
	}
span.font1 {
/* heading font for links onleft of page*/
		font-size: 15px;
		color: black;
		font-weight: bold;	
			
}
span.font2 {
/* text under pictures on main page*/
		font-size: 15px;
		color: #1B5972;	
		font-weight: bold;
			
}

div#two {
/* info menu on top*/
		position: absolute;
		left: 50px;
		top: 117px;
		width: 850px;
		height: 22px;
		z-index: 2;
		border: 0px;
		background-color: #CCCC99;
		color: black;
		padding-top: 5px;
		
	}
div#three {
/* logo on left top of page*/
		position: absolute;
		left: 50px;
		top: 20px;
		width: 300px;
		height: 100px;
		z-index: 1;
		color: black;
		
	}
div#four {
/* telephone number and order info*/
		position: absolute;
		left: 600px;
		top: 20px;
		width: 300px;
		height: 100px;
		z-index: 1;
		color: black;
		
	}
div#five {
/* picture in center*/
		position: absolute;
		left: 250px;
		top: 150px;
		width: 500px;
		height: 150px;
		z-index: 1;
		border: 1px solid gray;
		color: black;
		
	}

div#form {
/* form submission*/
		position: absolute;
		left: 250px;
		top: 150px;
		width: 500px;
		height: 400px;
		z-index: 1;
		border: 0px;
		color: black;
		
	}

div#requestlink {
/* request link*/
		position: absolute;
		left: 425px;
		top: 450px;
		width: 75px;
		height: 30px;
		z-index: 4;
		border: 1px solid black;
		color: red;
		background-color: white;
		
	}


div#six {
/* info box left under picture*/
		position: absolute;
		left: 250px;
		top: 305px;
		width: 150px;
		height: 200px;
		z-index: 1;
		border: 1px solid gray;
		color: black;
		background-color: #CCCC99;
	
		
	}
div#seven {
/* info box center under picture*/
		position: absolute;
		left: 425px;
		top: 305px;
		width: 150px;
		height: 200px;
		z-index: 1;
		border: 1px solid gray;
		color: black;
		background-color: #CCCC99;

		
	}

div#eight {
/* info box right under picture*/
		position: absolute;
		left: 600px;
		top: 305px;
		width: 150px;
		height: 200px;
		z-index: 1;
		border: 1px solid gray;
		color: black;
		background-color: #CCCC99;
			
	}
div#nine {
/* menu bottom  links*/
		position: absolute;
		left: 50px;
		top: 540px;
		width: 850px;
		height: 20px;
		z-index: 1;
		border: 0px;
		background-color: #CCCC99;
		color: black;
		
	}

div#ten {
/* thin border on right of links*/
		position: absolute;
		left: 225px;
		top: 140px;
		width: 2px;
		height: 400px;
		z-index: 1;
		border: 0px;
		background-color: #CCCC99;
	
		
	}

div#eleven {
/* thin border on left of links*/
		position: absolute;
		left: 50px;
		top: 140px;
		width: 2px;
		height: 400px;
		z-index: 1;
		border: 0px;
		background-color: #CCCC99;
	
		
	}
div#twelve {
/* info below fold*/
		position: absolute;
		left: 50px;
		top: 700px;
		width: auto;
		height: 800px;
		z-index: 1;
		border: 0px;
		
		
	}
div#googlevertical {
/* google on right*/
		position: absolute;
		left: 765px;
		top: 145px;
		width: 120;
		height: 375px;
		background-color: #ffffff;
		z-index: 1;
		border: 0px;
		
		
	}
div#googlelinkunitwhite {
/* google link unit with white background*/
		position: absolute;
		left: 168px;
		top: 58px;
		width: 468px;
		height: 15px;
		background-color: #ffffff;
		z-index: 1;
		border: 0px;
		
		
	}
