body, html {
	margin: 0;
	padding: 0;
	color: #d6d6d6;
	font: small/1.2em "Georgia", "Times New Roman", "Helvetica", serif;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
	height: 100%;
	background-color: #000;
}

a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
a:active {
	text-decoration: none;
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}
a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.center {
	text-align: center;
}

h1 {
	margin: 0;
	padding: 15px;
	font-size: 200%;
}

h2 {
	margin: 0;
	padding: 15px;
	font-size: 175%;
}

h3 {
	margin: 0;
	padding: 15px;
	font-size: 160%;
}

h4 {
	margin: 0;
	padding: 15px;
	font-size: 150%;
}

img {
	margin: 10px;
	padding: 0;
	border: 1px solid #8c2110;
}

img.right {
	float: right;
}

img.left {
	float: left;
}

#wrapper {
	width: 759px;
	margin: 0 auto;
}

#marginfix {
	margin-left: 25px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 759px;
	height: 290px;
	margin-top: 20px;
}

#main-container {
	width: 750px;
	margin-left: 9px;
	background-color: #000;
	float: left;
}

#content {
	position: relative;
	background-color: #000;
	width: 750px;
	margin: 20px auto;
	float: left;
}
#content p {
	margin: 0;
	padding: 10px;
}
#content div.images {
	width: 710px;
	margin: 0 auto;
}
#content div.images a:link {
	border: 0;
}

#footer {
	width: 759px;
	height: 22px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	float: left;
	border-top: solid 1px #fff;
}

#footer p {
	margin: 0;
	padding: 2px 0;
}

/* [[ NAVIGATION CSS ]] */

#nav {
	width: 750px;
	height: 40px;
	display: inline;
	background-color: #000;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style: none;
	float: left;
	background: no-repeat;
	height: 40px;
	margin-left: 17px;
	margin-right: 17px;
}
#nav ul li a {
	display: block;
	height: 40px;
	border: 0;
}

/* Navigation Buttons */

#nav ul li#cds {
	width: 60px;
	background: url(images/nav-cds.jpg);
}
#nav ul li#dvds {
	width: 75px;
	background: url(images/nav-dvds.jpg);
}
#nav ul li#clothing {
	width: 100px;
	background: url(images/nav-clothing.jpg);
}
#nav ul li#other {
	width: 130px;
	background: url(images/nav-other.jpg);
}
#nav ul li#street {
	width: 215px;
	background: url(images/nav-street.jpg);
}

#nav ul.return {
	width: 215px;
	margin: 0 auto;
}
#nav ul.return li#return {
	width: 215px;
	background: url(images/nav-return.jpg);
	margin-top: 15px;
}

/* Navigation Rollovers */

#nav ul li#cds a.rollover {
	background: url(images/nav-cds-over.jpg) -1000px -1000px no-repeat;
}
#nav ul li#cds a.rollover:hover {
	background-position: 0 0;
}
#nav ul li#dvds a.rollover {
	background: url(images/nav-dvds-over.jpg) -1000px -1000px no-repeat;
}
#nav ul li#dvds a.rollover:hover {
	background-position: 0 0;
}
#nav ul li#clothing a.rollover {
	background: url(images/nav-clothing-over.jpg) -1000px -1000px no-repeat;
}
#nav ul li#clothing a.rollover:hover {
	background-position: 0 0;
}
#nav ul li#other a.rollover {
	background: url(images/nav-other-over.jpg) -1000px -1000px no-repeat;
}
#nav ul li#other a.rollover:hover {
	background-position: 0 0;
}
#nav ul li#street a.rollover {
	background: url(images/nav-street-over.jpg) -1000px -1000px no-repeat;
}
#nav ul li#street a.rollover:hover {
	background-position: 0 0;
}
#nav ul li#return a.rollover {
	background: url(images/nav-return-over.jpg) -1000px -1000px no-repeat;
}
#nav ul li#return a.rollover:hover {
	background-position: 0 0;
}