/*---------- Wrapper ----------*/
 * {
	 margin: 0px;
	 padding: 0px;
 }
body {
	background-color: #000000;
}
h1 {
	font-family:Impact, "Arial Black", sans-serif;
	color: #9e9256;
}
h2 {
	font-family: Impact, "Arial Black", sans-serif;
	color: #9e9256;
}
h3 {
	font-family: Impact, "Arial Black", sans-serif;
	color: #9e9256;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #d2c89f;
	font-size: .9em;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
	font-size: 1.2em;	
}
.image {
	width: 100px;
	height: 140px;
	float: left;
	padding-top: 10px;
}
.info {
	width: 275px;
	height: 140px;
	float: left;
}
#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}
	

/*---------- Header ----------*/
#header {
	width: 1024px;
	height: 285px;
}
/*----------- Container ----------*/
#container {
	width: 850px;
	margin: 0 auto;
	background-color: #212121;
}
/*------------ Top Row -------------*/
#topRow {
	width:850px;
	height: 150px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 40px;
}
#topLeft {
	width:400px;
	height: 150px;
	float:left;
	margin-left: 15px;
}
#topRight {
	width:400px;
	height: 150px;
	float:left;
	margin-left: 20px;
}
/*------------ Middle Row -------------*/
#middleRow {
	width:850px;
	height: 150px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 40px;
}
#middleLeft {
	width:400px;
	height: 150px;
	float:left;
	margin-left: 15px;
}
#middleRight {
	width:400px;
	height: 150px;
	float:left;
	margin-left: 20px;
}

/*-------------- DVD -------------*/
#dvd {
	height: 200px;
	width: 850px;
	margin-top: 40px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#dvdImage {
	width: 165px;
	height: 180px;
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
#dvdInfo {
	width: 275px;
	height: 200px;
	float: left;
	margin-left: 15px;
}
#viewCart {
	width: 275px;
	height: 200px;
	float: left;
	margin-left: 40px;
	border-left: 3px solid #999999;
}
/*--------------- Nav ------------*/
#nav {
	width: 500px;
	height: 39px;
	margin: 0 auto;
	background-color: #212121;
}
#nav ul {
	text-align: center;
	margin: 0;
	padding-top: 7px;			
}
#nav li{
	display: inline;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 15px 0px 15px;
}
#nav a:link {
			color: white;
			text-decoration: none;
		}
		#nav a:visited {
			color: white;
			text-decoration: none;
		}
		#nav a:hover {
			color: #f26248;
			text-decoration: underline;
		}
		#nav a:active {
			color: black;
			text-decoration: none;
		}
		/*--------------- Footer ------------*/
#footer {
	width:850px;
	margin: 0 auto;
	background-color: #212121;
	border-top: 5px solid black;
}
#footer ul {
	text-align: center;
	margin: 0;
	padding-top: 7px;			
}
#footer li{
	display: inline;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 40px 0px 40px;
	border-right: 1px solid white;
}
#footer .stuff {
	border: none;
}
#footer a:link {
			color: white;
			text-decoration: none;
		}
		#footer a:visited {
			color: white;
			text-decoration: none;
		}
		#footer a:hover {
			color: #f26248;
			text-decoration: underline;
		}
		#footer a:active {
			color: black;
			text-decoration: none;
		}