body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #eaeaea;
	background-image: url(images/mainbg.gif);
}


#container {
	width: 868px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 2px solid #ffffff;
	position: relative;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.headline {
	font-size: 13.5px;
	color: #AC1E21;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	}

#header {
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 413px;
}
#sidebar {
	position: absolute;
	height: 523px;
	width: 126px;
	left: 44px;
	top: 132px;
}

#sidebar img {
	margin-bottom: 20px;
	}
	
#content {
	background-color: #000000;
	position: absolute;
	height: 600px;
	width: 549px;
	left: 169px;
	top: 132px;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	background-image: url(images/content_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	overflow: auto;
	text-align: left;
	word-spacing: 2px;
}

.dvdpic {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
	}
	
.dvdinfo {
	font-size: 10px;
}

.dvdlinks a {
	margin-right: 5px;
	text-transform: uppercase;
		}
a:link {
	color: #AC1E21;
	text-decoration: none;
	}
	

a:visited {
	color: #8F3A3D;
	text-decoration: none;
}


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

.reviews {
	width: 400px;
	text-align: left;
	margin-left: 25px;
	}
	
.images img {
	margin: 5px;
	}	
	

	.biotext {
	margin-left: 200px;
	width: 300px;
}

.biopics {	
	text-align: justify;
	}
	
.biopics img {
	margin: 5px;
	}	
	
	/* Lightbox Stuff /**/
	
	#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* blog stuff */

.post {
		font-size: 13.5px;
	color: #AC1E21;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
		}
	
.entry {
	padding-bottom: 30px;
	}
	
.MsoNormal {
	font-size: 11px;
	}
	
	.alignright {
   float: right;
   margin-right: 2px;
   padding-bottom: 15px;
   }

.alignleft {
   float: left;
   margin-left: 2px;
   padding-bottom: 15px;
   }  
   
 .entry img {
 	margin-bottom: 0;
	margin-right: 15px;
		}
  
