/* CSS Document */



/*  center page   text-align: center; */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #883914;
	 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 11px
}

 
/* header nav buttons */

#header {
	position: relative;
	top: 0px;
	left: 20px;
	width: 1000px;
	height: 43px;
	padding: 0px;
	background-color: #f3f3f3;
}

#ronholloway {
	position:absolute;
	left:0px;
	top:0px;
	width:485px;
	height:40px;
}

#playmusic {
	position:absolute;
	left:485px;
	top:0px;
	width:268px;
	height:40px;
}

#navbg {
	position:absolute;
	left:753px;
	top:0px;
	width:247px;
	height:40px;
}

#homebtn {
	position:absolute;
	left:0px;
	top:40px;
	width:87px;
	height:20px;
}

#newsbtn {
	position:absolute;
	left:87px;
	top:40px;
	width:80px;
	height:20px;
}

#musicbtn {
	position:absolute;
	left:167px;
	top:40px;
	width:78px;
	height:20px;
}

#aboutbtn {
	position:absolute;
	left:245px;
	top:40px;
	width:137px;
	height:20px;
}

#stagebtn {
	position:absolute;
	left:382px;
	top:40px;
	width:103px;
	height:20px;
}

#reviewsbtn {
	position:absolute;
	left:485px;
	top:40px;
	width:103px;
	height:20px;
}

#gallerybtn {
	position:absolute;
	left:588px;
	top:40px;
	width:87px;
	height:20px;
}

#linksbtn {
	position:absolute;
	left:675px;
	top:40px;
	width:78px;
	height:20px;
}

#contactbtn {
	position:absolute;
	left:753px;
	top:40px;
	width:97px;
	height:20px;
}

#navbg023 {
	position:absolute;
	left:850px;
	top:40px;
	width:150px;
	height:20px;
}

/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	top: 609px;
	margin: 0px;
	width: 1000px;
	height: 19px;
	left: 20px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 274px;
	width: 218px;
	height: 10px;
	text-align: right;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 635px;
	width: 254px;
	height: 10px;
	text-align: right;
	padding: 3px;
}


.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #974521;}

.credits a:link {
	color: #974521;
	text-decoration: none;
}

.credits a:visited {
	color: #974521;
	text-decoration: none;
}

.credits a:hover {
	color: #B2542A;
	text-decoration: none;
}

.credits a:active {
	color: #B2542A;
	text-decoration: none;
}
