body {
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
}

#naturf {
	width: 600px;
}
#header_wrapper {
	width: 600px;
}
#header {
	font-family: 'times new roman', times, serif;
	width: 600px;
}
#title {
	font-size: 3em;
	margin-bottom: 0;
}
#slogan {
	font-size: 1.5em;
	font-weight: bold;
}
#phone_number {
	font-size: 1.4em;
	font-weight: bold;
}
#content_wrapper {
	width: 600px;
}
#content {
	width: 600px;
}
#nav {
	display: none;
}
#sidebar {
	display: none;
}

#copyright {
	border-top: 3px solid #1b1b1b;
	padding-top: 1em;
}
#copyright p {
	font-family: 'times new roman', times, serif;
	margin: 0;
	text-align: center;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
