/* Body begins here */

body{	
	background: #ffffff; 

			font-size: 12px; 
line-height: 16px;/* Specifies space around font */
font-family:  Verdana, Arial, Sans-serif, serif; 
margin: 0;
padding: 0;
max-width: 820px;
min-width: 720px;
margin-left: 250px;
margin-top: 0px;

}
#body {/* This javascript is the workaround for max & min width sourced from York, 2007, p265 as max and min widths are not supported by IE6 and earlier.*/
	width:
	expression(
	documentElement.clientWidth <= 820?
		820
	:
		(documentElement.clientWidth <= 720? 720 : 'auto')
	);
	}
	#header {
	
	background-image:url(holebanner.gif); /* banner.*/
	margin-top: 0px;

	width: 820px;
	height: 200px;
	float: left;
}
#carpic {
	margin-left: 50px;
margin-top: 10px;
}
	