@charset "UTF-8";
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #000;
}

/* LINKS */

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font: normal 18px/normal Helvetica, Arial, sans-serif;
	color: #9a0c01;
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 18px;
}
a:link {
	color: #51443b;
	text-decoration: none;
}
a:visited {
	color: #51443b;
	text-decoration: none;
}
a:hover {
	color: #CAA47A;
	text-decoration: none;
}
a:active {
	color: #CAA47A;
	text-decoration: none;
}

a.selected:link {
	color: #CAA47A;
	text-decoration: none;
}
a.selected:visited {
	color: #CAA47A;
	text-decoration: none;
}
a.selected:hover {
	color: #CAA47A;
	text-decoration: none;
}
a.selected:active {
	color: #CAA47A;
	text-decoration: none;
}

/* GLOBAL LAYOUT BOXES */

/* styles for IE 5 Mac */
 .blankWrapper {
        background: #000;;
        position: absolute;
        top: 50px;
		width: 100%;
 }
/* following rules are invisible to IE 5 \*/
.blankWrapper {
	background: #000;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    margin-top: -300px;
    text-align: center;
    min-width: 900px; 
}
/* end IE 5 hack */ 
#siteContainer {
	position: relative;
	z-index: 1;
	text-align: left;
	margin: 0px auto;
	overflow: visible;
	height: 600px;
	width: 882px;
	border: 1px solid #5f564c;
	background: #000;
}
#header {
	background: #342f2c;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 109px;
	width: 868px;
	left: 7px;
	top: 7px;
}
#captionBar {
	background: #342f2c;
	position: absolute;
	height: 42px;
	width: 868px;
	left: 7px;
	top: 550px;
}
#caption {
	font: 12px Arial, Helvetica, sans-serif;
	color: #a1825f;
	text-align: right;
	padding: 16px 20px 16px 16px;
	height: 16px;
	width: 600px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.title {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 12px;
}
#soundFx {
	padding: 9px 8px 7px;
}
#text {
	font: 12px/18px Helvetica, Arialsans-serif;
	color: #CAA47A;
	letter-spacing: .5px;
	position: absolute;
	z-index: 3;
	height: 275px;
	width: 428px;
	left: 111px;
	top: 89px;
}
#logo {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 18px;
	top: 33px;
}
#nav {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	height: 84px;
	width: 136px;
	left: 717px;
	top: 14px;
}
#contentArea {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	height: 419px;
	width: 868px;
	left: 7px;
	top: 123px;
}
#subnav {
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #51443b;
	overflow: visible;
	position: absolute;
	z-index: 4;
	height: 81px;
	width: 187px;
	left: 19px;
	top: 10px;
	letter-spacing: .5px;
}
#bioImg {
	position: absolute;
	z-index: 4;
	left: 593px;
	top: 18px;
}
#movImg {
	position: absolute;
	z-index: 4;
	left: 373px;
	top: 49px;
}
#thumbnails {
	position: absolute;
	z-index: 4;
	width: 238px;
	left: 91px;
	top: 90px;
}
#contentImg {
	position: absolute;
	z-index: 4;
	left: 357px;
	top: 18px;
	width: 492px;
	height: 386px;
	text-align: right;
	vertical-align: middle;
}
#galleries {
	overflow: visible;
	position: absolute;
	z-index: 6;
	height: 476px;
	width: 763px;
	left: 105px;
	top: 0px;
}
#intro {
	position: absolute;
	height: 586px;
	width: 868px;
	left: 7px;
	top: 7px;
}
