body {
	margin:0;
	padding:0;
	background:#efe8d8;
	color:#40311d;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:20px;
}
a {
	outline:none;
	text-decoration:none;
	color:#03F;                 /* Ask Designer */
}
a:hover {
	text-decoration:underline;
	color:#03F;
}
div, ul, li, p, form {
	overflow:hidden; /* Works here as long at the parent container is not 100% */
	margin:0 auto;
	padding:0;
}
img {
	border:none;
}
h1, h2, h3, h4, h5 {
	font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:22px;
	margin:0 0 8px 0;
	padding:0;
}


#container {
	width:930px;
}
	#masthead {
		background:url(/images/masthead-bg.jpg) no-repeat;
		height:151px;
		width:930px;
	}
		#masthead ul {
			width:648px;
			height:28px;
			list-style:none;
			margin:84px 0 22px 262px;
		}
		#masthead li {
			float:left;
			display:inline;
			text-align:center;
		}
		#masthead li a {
			display:block;
			font:bold 9px Arial, Helvetica, sans-serif;
			line-height:28px;
			color:#40311d;
			text-transform:uppercase;
			text-decoration:none;
			height:28px;
			padding:0 35px;
		}
		* html #masthead li a {
			width:1px;
		}

		#masthead li a:hover {
			background:#e3d9c7;
		}
		#masthead li.active a {
			background:#e3d9c7;
		}
		#masthead li:first-child a {
			background:none;	
		}
	#footer {
		background:url(/images/footer-bg.jpg) no-repeat;
		min-height:40px;
		padding:60px 0 30px 0;
		text-align:center;
		font:normal 11px Arial, Helvetica, sans-serif;
	}
	#footer a {
		color:#333	
	}