/* Thompson Ward 875  - HOME PAGE*/


html {
	text-align:center;
	background: #000 url(images/splashPage.jpg) no-repeat scroll center top;
}
body {
	color:#180b01;
	background: none;
	font-family: "trebuchet ms";

}
#custom-doc { 
	width:65em;
	*width:63.43em;
	min-width:845px; 
	margin:auto; 
	text-align:left; 
}


#hd h1 {display:none;}
#hd{
	position: relative;
	height:200px; 
	padding-bottom: 1.0em;
	margin: 0;
}
#bd {
	padding: 0;
		position:relative;
}
#yui-main .yui-b {
	padding: 0 0 1em 0px;
	min-height:420px; 
	height: auto;
	width: 550px;
	margin: 0;
	_height:  400px; /*ie Hack */
}
#fire{
   position:absolute;
   top:128px;
   left:164px;
}
#mp3Player {
	position: absolute;
	top: 10px;
	left: 520px;
}
#ft {
	font-size: 85%;
	letter-spacing:1px;
	padding: 25px 3em 25px 4em;
	margin: 1em 0 0 0; 
	text-align: left;
	height: auto;
	color: #ff952e;
	border: none;
	background: none;
}

#ft a{
	color: #ff952e;
	text-decoration: none;
}
#ft a:hover {
	color: #fff;
}
/*----------------------------------------
N A V I G A T I O N
-------------------------------------------*/
#vNavBox{
	position: relative;
	top: 30px;
	left:3px;
	font-size:120%;
	font-weight:bold;
	line-height:100%;
	text-align: right;
	width: 85px;
	margin: 0;	
	padding 0px;
	z-index: 10;
}

#vNav li a{
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding:6px 6px 6px 6px;
	margin:0;
	width: 110px;
	letter-spacing:0px;
border-bottom: 1px dashed #9F2D1D;
}
#vNav a:hover{
	color: #FFD59F;
}
#vNav li {   /*for horizontal navigation: display: inline;*/
	display: block;
}