	html, body {
		margin: 0; padding: 0;
		height: 100%;
		font-size: 100%;
		text-align: center; /* IE quirky center */
	}

	#pagetop {margin: 1.3em 0 0 0;}

	#header {
	position: relative;
	width: 750px;
	min-width: 600px;
	margin: 0 auto;
	background: #B2E9FC;
	border-bottom: 1px dashed #3399CC;
	height: 22px;
	left: 7px;
	top: 117px;


	}

	#wrapper {
	position: relative;
	width: 750px;
	border: 0px;
	background: #fff;
	min-height: 80%;
	margin: 0 auto;
	text-align: left;
	left: 82px;
	top: 181px;
	height: 35px;




	}
	
	#contentwrap {
		padding: 10px 0;
	}

	td.content {
		padding: 10px 0 5px 10px;
	}	
	
	td.contact {
		padding: 0 0 10 0;
	}	

	td.footer {
	width: 750px;
	min-width: 600px;
	margin: 0 auto;
	border-top: 1px dashed #3399CC;
	color: #fff;
	background-color: #fff;
	}	
