*{	
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: #000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_background.jpg);
}
#banner {
	height: 187px;
	width: 960px;
	list-style-type: none;
	background-image: url(images/banner_slice.jpg);
	display: block;
}

#content {
	width: 960px;
	color: #000;
}
#content p {
	margin-left: 500px;
}
#content h2 {
	margin-left: 500px;
}
#content h3 {
	margin-left: 500px;
}
#content #leftnav {
	width: 300px;
	float: left;
	margin-left: 40px;
}
#content #clear {
	clear: both;
}

#nav {
	line-height: 151px;
	height: 170px;
	width: 960px;
	float: left;
	background-image: url(images/nav_slice.jpg);
}

#nav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}
#nav ul li {
	float: left;
	width: 150px;
	text-align: center;
}
#nav ul li a {
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: larger;
	font-style: normal;
	float: left;
	display: block;
}
.current {
	color: #C03;
	display: block;
	margin-right: 10px;
	font-size: larger;
	font-style: normal;
}
body {
	background-color: #000;
}



#footer {
	background-repeat: no-repeat;
	text-align: right;
	width: 960px;
	background-image: url(images/footer_slice.jpg);
	height: 150px;
	clear: both;
}
