 /* Makeshift CSS Reset */
{
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, /*footer*/, nav {
	display: block;
}

header p.logo {
		display: inline;
		width: 265px;
		height: 0px;
		float: left;
		margin: 0; padding-top: 0;
		}
		
header p.logo a {
	display: inline;
	width: 265px;
	height: 115px;
	text-indent: -5000px;
	float: left;
	background-image: url(../images/Logo.gif);
}

body {
	
	margin: 0 auto;
	width: 975px;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #f0f0f0;
}

nav {
	position: absolute;
	left: 0;
	margin-top: 125px;
	width: 100%;
	background: url("../images/new_images/nav_bar.jpg");
}

nav ul {
	margin: 0 auto;
	width: 975px;
	list-style: none;
}

nav ul li {
	float: left;
}

	nav ul li a {
		display: block;
		margin-left: 70px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		text-decoration: none;
		color: #a4a4a4;
	}

		nav ul li a:hover {
			color: #fff;
		}

		nav ul li.selected a {
			color: #fff;
		}
		
#content {
	top: 22px;
	width: 975px;
	padding-top: 165px;
	height: auto;
	position: static;
}

footer {
	position: static;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: 10px;
	clear: both;

}

#copyright {
	
	float: left;
	margin-left: 325px;
	color: #f0f0f0;	
}

p {
	padding-bottom: 22px;
}
