body {
	background-color:#3c572b;
	margin: 0px;
}

div.inner {
	position:absolute;
	left: 50%;
	top :50%;
	width: 900px;
	height: 250px;
	margin-left: -450px;  /* half of width */
	margin-top: -125px;   /* half of height */
}

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:250px;
}

a, a:visited {
	color: #d8cc00;
}

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

img {
	border: none;
}

#footerLeft {
	position:absolute;
	left:0px;
	top:250px;
	width:400px;
	height:20px;
	font-family: helvetica, arial;
	font-size: 9px;
	color: #aad4ad;
	margin-top:5px;
}

#footerPriv {
	position:absolute;
	left:0px;
	top:262px;
	width:400px;
	height:20px;
	font-family: helvetica, arial;
	font-size: 9px;
	color: #aad4ad;
	margin-top:5px;
}

#footerRoe{
	position:absolute;
	right:0px;
	top:250px;
	width:400px;
	height:20px;
	font-family: helvetica, arial;
	font-size: 9px;
	color: #aad4ad;
	margin-top:5px;
	text-align: right;
}

#footerVig{
	position:absolute;
	right:0px;
	top:262px;
	width:400px;
	height:20px;
	font-family: helvetica, arial;
	font-size: 9px;
	color: #aad4ad;
	margin-top:5px;
	text-align: right;
}
#contentHome {
	position: absolute;
	left: 290px;
	top: 15px;
	width: 360px;
	height: 220px;
	font-family: helvetica, arial;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	/*border: solid 1px #ffffff;*/
}

#contentNews {
	position: absolute;
	left: 680px;
	top: 45px;
	width: 175px;
	height: 190spx;
	font-family: helvetica, arial;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	font-weight: bold;
	/*border: solid 1px #ffffff;*/
}

h1,h2 {
	font-family: helvetica, arial;
	line-height: 15px;
}

h1 {
	font-size: 16px;
	color: #d8cc00;
}

h2{
	font-size: 13px;
	color: #aad4ad;
}

p.news {
	margin:0 0 11px 0;
}

.vertRule {
	position: absolute;
	top: 0;
	left: 662px;
	width:1px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

#contentBg {
	position:absolute;
	left:260px;
	top:0px;
	width:640px;
	height:250px;
}

#butHome {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:33px;
}

#butFaith {
	position:absolute;
	left:0px;
	top:33px;
	width:260px;
	height:30px;
}

#butBio {
	position:absolute;
	left:0px;
	top:63px;
	width:260px;
	height:31px;
}

#butImages {
	position:absolute;
	left:0px;
	top:94px;
	width:260px;
	height:30px;
}

#butLead {
	position:absolute;
	left:0px;
	top:124px;
	width:260px;
	height:32px;
}

#butStore {
	position:absolute;
	left:0px;
	top:156px;
	width:260px;
	height:30px;
}

#butPress {
	position:absolute;
	left:0px;
	top:186px;
	width:260px;
	height:30px;
}

#butContact {
	position:absolute;
	left:0px;
	top:216px;
	width:260px;
	height:34px;
}

#smallButListen {
	position: absolute;
	left: 680px;
	top: 15px;
	width: 88px;
	height: 25px;
}

#smallButPurchase {
	position: absolute;
	left: 783px;
	top: 15px;
	width: 87px;
	height: 25px;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#wn	{ 
	position:absolute; 
	left:0px; top:40px; 
	width:330px; height:170px; 
	clip:rect(0px, 330px, 170px, 0px); 
	overflow:hidden;	
	z-index:1;
	/*border: solid 1px #ffffff;*/
	}
	
div.content2 { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#track { 
	position:absolute; left:344px; top:24px;
	width:9px; height:173px;
	/*background: #33383b;*/
	z-index:1;
	border: solid 1px #ffffff;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:7px; height:20px;
  background-color:#d8cc00;
  z-index:1;
  }  
div#up { position:absolute; left:344px; top:12px; z-index:2 }  
div#down { position:absolute; left:344px; bottom:9px; z-index:3 }  