header, nav, footer {
	display: block;
}

body, ul {
	margin: 0;
	padding: 0;
}

body {
	width: 960px;
	margin: 0 auto;
	color: #666;
	font-size: 62.5%;
}

p {
	font: 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}

footer {
	display: block;
	clear:both;
	margin: 3.25em auto;
}

a {
	color: rgba(0,0,0,.5);
	text-decoration: none;
	outline:none;
}

img {
	border: none;
}

a:hover {
	color: rgba(0,0,0,.75);
}

nav {
	height: 20px;
	padding: 25px 20px 5px 20px;
	border-bottom: 1px solid rgba(0,0,0,.10);
	font-size: 1.2em;
}

footer nav {
	border-bottom: none;
	border-top: 1px solid rgba(0,0,0,.10);
}

nav ul {
	float:right;
}

nav li {
  font: 1em/1.5 Georgia, "Times New Roman", Times, serif;
	float:left;
	list-style-type: none;
	border-right: 1px solid rgba(0,0,0,.15);
	padding: 0 5px;
}

nav li:last-child {
	border-right: none;
	margin-right: 0px;
}


nav a.agoodcompany {
	opacity: .5;
	float: left;
	display: block;
	background: url('../images/logo.png') no-repeat 0 0;
	height: 20px;
	width: 150px;
	text-indent: -9999px;
	margin-top: -5px;
}

nav a.agoodcompany:hover {
	opacity: 1;
}

article {
	clear: both;
}

