/* CSS Document */
/* Simon Cook, 2007 */

body {
	margin:0;
	padding:0;
}


/*OPEN HEADER*/
	#header {
		display:table;
		width:668px; /* 760 - padding-left */
		height:93px;
		padding-left:92px;
	}
	/*simoncook logo hover*/
	#headerleft {
		display:table-cell;
	}
	#headerleft a {
		display:block;
		width:180px;
		height:48px;
	}
	#headerleft a:hover {
		background-position:-180px 0;
	}
	/*about and contact menu*/
	#headerright {
		display:table-cell;
		padding-right:80px;
	}
/*CLOSE HEADER*/


#container {
	width:660px;
	padding-left:100px;
	padding-bottom:1px;
}

h1 {
	margin:0;
}

#container p {
	margin-right:92px;
}

#footer {
	width:760px;
	height:52px;
	padding-top:58px;
}


/* print styling: makes sure any print specific headers and footers don't display */
#printheader {
	display:none;
}
#printfooter {
	display:none;
}