/*********** MAIN ************/
html{
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-family: Helvetica, sans-serif;
	background: #000000;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

.colorWrap{
	width:100%;
	top:50px;
	position:relative;
	float:left;
	overflow:hidden;
	
}

.redFill{
	width:100%;
	background: url('../images/backgroundslice.png') repeat-x;
	height:600px;
	position:absolute;
	left:1168px;

}

.mainWrapper{
	width:1168px;
	background: url('../images/background.png') no-repeat;
	float:left;
	position:relative;
	height:600px;
}


/*********** HEADER ************/
.header{
	margin-left:88px;
	font-size:32px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
	height:100px;
}

.mainNav{

}

#mainNavContent{


}

.mainNav a{


}

/*********** CONTENT ************/
.content{
width:1168px;
}
.contentLeft{
	width:500px;
	float:left;
	margin-right:20px;
}
#contentRight{
	color:#CCCCCC;
	float:left;
	width:485px;
	margin-right:20px;
	height:420px;
	overflow:hidden;
	font-size:12px;
	text-align: justify;
	line-height:18px;
}

.selectedHeading{
	color:#FFFFFF;
	font-weight:bold;
	font-size:32px;
}



.heading{
	color:#735253;
	font-weight:bold;
	font-size:32px;
}

.heading a{
	color:#735253;
	font-weight:bold;
	font-size:32px;
}

.heading a:hover{
	color:#FFFFFF;
}

.navLink, .selectedNavLink{
	float:left;
}

.navLink a{
	color:#8a806d;
}

.selectedNavLink a{
	color:#FFFFFF;
}

.navLink a:hover{
	color:#FFFFFF;
}

.leftMenu, .leftMenuSelected{
	font-weight:bold;
	text-align:right;
	line-height:15px;
	text-transform:uppercase;
	font-size:10px;
	cursor:pointer;
}
.leftMenu{
	color: #a1a1a1;
}

.leftMenuSelected{
	color:#FFFFFF;
}

.leftMenu a{
	color: #a1a1a1;
}

.leftMenuSelected a{
	color:#FFFFFF;
}

.leftMenu a:hover, .leftMenuSelected a:hover{
	color:#FFFFFF;
}

/******** PAGE-SPECIFIC *******/
#splash{
	padding-top:70px;
	margin-left:480px;
}

.bio a{
	color:#FFFFFF;
	text-decoration:underline;
}

.bio a:hover{
	color:#CCCCCC;
}

#film{
	line-height:18px;
}

#film a{
	color:#CCCCCC;
}

#film a:hover{
	color:#FFFFFF;
}
#galleryMain{
	float:right;
	margin-right:160px;
	margin-left:20px;
	height:443px;
	text-align:center;
	width:432px;
}

#thumbPanel{
	float:right;
	width:80px;
	height:443px;
	text-align:center;
	overflow:hidden;

}

#galleryThumbs{
	width:80px;
	text-align:center;
}

.gallerySmall{
	float:right;
	margin-bottom:10px;
	/**background:#000000;*/
	padding:0px;
	
}

.gallerySmall a
{
	outline: none;
}

.gallerySmall a:hover img, .gallerySmall a img.gallerySelected  {
	opacity:1;
	filter:alpha(opacity=100);
}

.gallerySmall a img {
	opacity:0.4;
	filter:alpha(opacity=40);
}


/*
.transparent{
	opacity:0.4;
	filter:alpha(opacity=40);
}

.notTransparent{
	opacity:1;
	filter:alpha(opacity=100);
}*/

#videoMain{
	float:right;
	margin-right:100px;
	margin-left:5px;
	width:500px;
	height:500px;
	text-align:center;
}


#autographs{
	color:#FFFFFF;
	float:right;
	margin-right:130px;
	font-size:12px;
	width:700px;
}

.autoImage{
	float:right;
	margin-left:50px;
	text-align:center;
}

.white{
	color:#FFFFFF;
}

#autoText{
	float:left;
	clear:both;
	margin-top:20px;
	margin-left:125px;
}

.contactListing{
	float:right;
	margin-right:100px;
	color:#FFFFFF;
	font-size:12px;
}

.contactListing a{
	color:#FFFFFF;
	text-decoration:underline;
}
/********** SCROLLBAR **********/
/* wrap to make sure that image area is clickable */
#wrap {
	float: left;
	width: 12px;
	height: 420px;

}
			
/* top image of track */
#track-top {
	position: absolute;
	z-index:2;
	width: 12px;
	height: 12px;
	background: transparent url(../images/arrow_up.png) no-repeat top center;
}

#track-bottom {
	position: relative;
	z-index:1;
	width: 12px;
	height: 12px;
	background: transparent url(../images/arrow_down.png) no-repeat bottom center;
	padding-top:408px; /**track height(256) + arrow height(12) */
	
}
			
/* vertical track */
#track {
	position: absolute;
	width: 12px;
	height: 396px;
	margin-top:12px;
	background: #6c4949;
	z-index:2;
}

/* vertical track handle */
#handle {
	width: 12px;
	height: 45px;
}
/*********** FOOTER ************/
.footer{
	color: #959595;
	position:relative;
	top:70px;
	text-align:center;
	width:1168px;
	float:left;
	font-size:10px;
	height:50px;
	margin-top:10px;
}


