BODY {
	color: #4d4d4c;
	margin: 15px 0;
	padding: 0;
	background-color: #fff;
	font: 11px avenir, helvetica, arial, sans-serif;
	}

body table { font-family:inherit; font-size:inherit; }

p {
	font:  12px/17px "Avenir", helvetica, "Trebuchet MS", "Arial";
	color: #222;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	line-height: 1px;
	}
img {	
	border: 0px;
	}

a:link {
	color: #893f3a;
 	text-decoration: none;
}
a:visited {
	color: #893f3a;
 	text-decoration: none;
}
a:active {
	color: #000;
}

a:hover {
	color: #b37757;
	text-decoration: none;
}

h1 {
	font: 24px avenir, helvetica, arial, sans-serif;
	color: #000;
	}
h2 {
	font: 18px avenir, helvetica, arial, sans-serif;
	color: #4d4d4c;
	}
h3 {
  font: 18px 'Open Sans', helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px;
  }

.cd {
  margin: 30px 0 0;
  padding: 20px 5px 0;
  border-top: 1px solid #ccc;
}

.free-shipping {
  text-align: center;
  width: 100%;
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  font-size: 21px;
  margin: 20px 0;
}

.buy-8 {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
  color: #cc0000;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.box {
	margin: 0 auto;
	width: 975px;
	padding: 0;
	}
.title {
	text-align: center;
	padding: 20px 0;
	width: 960px;
	}
.top-title {
  width: 100%;
  padding: 20px 0 0;
  font-size: 48px;
  line-height: 46px;
  font-weight: 100;
  color: #cc0000;
  text-transform: uppercase;
  }
	
.mc-field-group {
	float: left;
	position: relative;
	padding-left: 10px;
	}
.newsletter {
	padding: 7px 0;
	text-transform: uppercase;
	}
	
.interior {
	float: left;
	position: relative;
	width: 680px;
	padding: 10px 0 10px 15px;
	}
.topNavImg {
	float: left;
	position: relative;
	}
.bottomContent {
	padding: 25px 0 25px 0;
	}
.bookImg {
	float: left;
	padding: 0 20px;
	}
.cdImg {
	float: left;
	padding: 10px 20px;
	}
.bioImg {
	float: right;
	padding: 0 20px;
	}
.interiorBox {
	padding: 0 0 30px 10px;
	border-bottom: 1px dotted #ccc;
	}

.footer {
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	padding: 25px 8px;
	font: 11px "Trebuchet MS", "Arial", "Verdana";
	color: #4d4d4c;
	margin: 20px auto;
	text-align: left;
	}
.footerRight {
	float: right;
	position: relative;
	}
	
.full-width {
  width: 100%;
  padding: 0;
  position: relative;
}
.left-half {
  width: 300px;
  left: 0;
  top: 0;
}
.right-half {
  width: 50%;
  position: absolute;
  left: 330px;
  top: 10px;
}