* {
	margin: 0px; padding: 0px;
}
body {
	background: #fff;
}
#container {
	width: 930px;
	height: auto;
	background: #d9e8f7;
	margin: 0 auto;
	border-left: 1px solid #3b444e;
	border-right: 1px solid #3b444e;
	border-bottom: 1px solid #3b444e;
	font-family: Arial;
	font-size: 12px;
}
#header {
	width: auto;
	height: 110px;
	background: #99ccff;
	padding: 20px 0 0 30px;
}
#nav {
	width: auto;
	height: 25px;
	background: #80b3e5;
	padding-top: 10px;
	padding-left: 20px;
	color: white;
	font-size: 13px;
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#header h1 {
	width: 860px;
	height: 85px;
	background: url('http://www.harvey-accountants.co.uk/images/harvey_logo.png') no-repeat;
}
#header h1 span {
	display: none;
}
#main {
	width: auto;
	height: auto;
	padding: 30px;
	color: #1d1f20;
}
#main p, #main h3, #main ul, #main li {
	width: auto; height: auto;
}
#main h2 {
	color: #3b444e;
}
#footer {
	text-align: center;
}
ul {
	padding: 10px;
}