body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #ccc;
	font-size: 11px;
}
#wrapper {
	background: #663 url(images/bg_image.gif) repeat-x left top;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	padding: 40px 0 250px;
}
#content {
	width: 500px;
	float: left;
	padding-right: 40px; 
	border-right: solid #ccc 1px;
}
#content h2, #content p, #content ol, #content ul, #content h3 {
	padding: 0 0 0 55px;
}
h2, h3 {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
h3 {
	text-transform: none;
}
#contact {
	padding-top: 30px;
	float: right;
	width: 225px;
}
#contact img {
	margin-bottom: 20px;
}
h1 {
	width: 475px;
	height: 69px;
	position: relative;
	margin: 0 0 0 20px;
	font-size: 1.5em;
}
h1 span {
	background: url(images/logo_colour.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav {
	height: 200px;
	width: 700px;
	position: absolute;
	top: 150px;
	left: 50px;
	background: #d7d7b3;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	width: 100px;
	padding: 0;
	line-height: 3em;
	text-decoration: none;
	color: #39391c;
	text-align: center;
}
#home #nav .home a,
#services #nav .services a,
#about #nav .about a,
#blog #nav .blog a, 
#articles #nav .articles a,
#faqs #nav .faqs a,
#links #nav .links a,
#nav ul a:hover {
	background: #663;
	color: #fff;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ddd;
}
a:hover, a:active {
	text-decoration: underline;
	color: #fff;
}
#contact a:link, #contact a:visited {
	text-decoration: underline;
	color: #ddd;
}
#contact a:hover, #contact a:active {
	color: #fff;
}
#footer {
	clear: both;
	text-align: center;
	padding: 20px 0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #fff;
}
#questions {
	font-weight: bold;
	margin-bottom: 40px;
}
#placeholder {
	height: 150px;
}
ul#thelinks li {
	padding-top: 1em;
}