body {
	margin: 0px;
	padding: 0px;
	background-color: #3b0702;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
}

a {
	color: #3b0702;
}

a:hover {
	text-decoration: none;
}
img {
	border: none;
}
#main {
	width: 675px;
	margin: 0px auto;
	background: url("../images/main_background.gif") repeat;
	
}

#header {
	top: 0px;
	background: url("../images/title_bar.gif");
	height: 86px;
}

#topnav {
	background-color: #72a6a5;
	height: 28px;
	border-top: 1px solid #432824;
	border-bottom: 1px solid #432824;
}

#topnav ul {
	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: center;
}

#topnav ul li {
	float: left;
	position: relative;
	padding: .5em 0 .5em 0;
	
	display: inline;
	border-right: 1px solid #432824;
	text-align: center;
}

#topnav ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: .5em 1em .5em 1em;
	font-weight: bold;
	font-size: 12px;
}
#topnav ul li:hover {
	color: #432824;
	background-color: #e9e1dc;
}

#topnav ul li a:hover {
	color: #432824;
}

#topnav ul li.on {
	color: #432824;
	background-color: #f8f5f4;
}

#topnav ul li a.on {
	color: #432824;
}

#content {
	padding: 2em .5em 2em 2em;
}
html>body #content {
	padding: 2em 1em 2em 2em;
}


#contentLeft {
	position: relative;
	float: left;
	clear: left;
	width: 440px;
	padding-bottom: 2em;
}

#contentRight {
	float: right;

	margin-top: 60px;
	width: 170px;
	line-height: normal;
	clear: right;
	padding-bottom: 2em;
	
}

#footer {
	width: 675px;
	margin: 0px auto;
	background: url("../images/footer_background.gif") top no-repeat;
	height: 79px;
	clear: both;
	
}

#tractor {
	position: relative;
	left: -86px;
	top: 1px;
	margin: 0px auto;
	background: url("../images/tractor.gif") top left no-repeat;
	height: 204px;
	
}

#titlePhotos {
	position: absolute;
	top: 0px;
	float: right;
	
	background: url("../images/title_photos.gif") top right no-repeat;
	width: 700px;
	height: 214px;
	margin: 0 auto;
}
.photo {
	margin: 0 2em 1.5em 0;
	float: left;
}


.photoThumbnail {
	width: 150px;
	height: 150px;
	padding: 10px;
	background: url("../images/photoBackground.gif") top left no-repeat;
}

html>body .photoThumbnail {
	width: 150px;
	height: 150px;
}

.photoCaption {
	font-size: 80%;
	padding: 0px 5px;
	width: 150px;
}



.cdCover {
	width: 169px;
	padding: 2px 3px 3px 16px;
	
	background: url("../images/cdBackground.gif") top left no-repeat;
}

.cdLeft {
	float: left;
	padding: 0 1em 1em 0;
}
.cdRight {
	float: right;
	padding: 0 0 1em 1em;
}




.pageTitle {
	width:177px;
	height: 27px;
	display: block;
	padding-bottom: 1em;
}

#copyright {
	position: relative;
	display: inline;
	left: 116px;
	top: -155px;
	float: left;
	font-size: 10px;
	line-height: 1.1em;
}
.eventDate {
	margin-left: 1em;
	padding-bottom: 1.5em;
}

.event {
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h1 {
	display: none;
}	

.divider {
	clear: both; 
	font-size: 2px;
}

.dividerPadded {
	clear: both; 
	padding-bottom: 1em;
}

.small {
	font-size: 80%;
}

.byline {
	float: right;
	font-style: italic;
	clear: both;
	margin-top: 0px;
	margin-bottom: 2em;
}

.review {
	clear: both;
	padding-top: 1em;
}

.orderCD {
	float: left;
	margin-right: 1em;
	background-color: #e9e1dc;
	padding: 1em;
	width: 40%;
}

.trackListing {
	float: right;
	padding-top: 1em;
}

.trackListing ol li {
	margin-left: -1em;
}

input {
	padding: .5em 0 .5em 0;
}

dd {
	padding-bottom: .5em;	
}