body {
	background: #FFFFFF url(images/bg-home.gif) repeat-y center top;
}

#masthead {
	width: 378px;
	height: 200px;
	margin-left: -139px;
	background: transparent url(images/pic-granville.jpg) no-repeat left top;
}
	#homepage > #masthead { margin-left: -140px; }

#container {
	width: 750px;
	height: 150%;
	margin-left: -375px;
}
	body > #container { height: auto; }

#left {
	position: relative;
	left: 0;
	top: 0;
	float: left;
	width: 237px;
	height: auto;
	padding: 170px 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 160%;
	background: transparent url(images/masthome.gif) no-repeat 14px 40px; 
	z-index: 300;
}
	#container > #left { width: 198px; }
	#left p { margin-top: 1em; margin-bottom: 1em; }
	#left a { white-space: nowrap; text-decoration: underline; }

#right {
	position: relative;
	left: 0;
	top: 190px;
	float: right;
	width: 512px;
	height: 100%;
	z-index: 300;	
}

#content {
	width: 338px;
	padding: 0 16px 0 18px;
	margin-top: 0;	
}

#menu {
	width: 110px;
	padding: 210px 10px 0 0;
	margin-top: 0;	
}

#menu p {
	width: 100px;
	margin-left: 0;
}

#footer {
	width: 360px;
	padding: 20px 0;
}
	#right > #footer { width: 340px; }

h1 {
	margin-top: 1.5em;
	font-size: 150%;
}