body {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	color: #AEBFAA;
	background-color: #3c1400;
	/*text-align: center;*/
}



#container {
	position: absolute;
	background-color: #341208;
	height:634px;
	width: 950px;
	
	margin-left: -475px;
	left: 50%;
	top: 25;
	text-align: left;
	border:1px solid #916a3e;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#radtitle {
	position:absolute;
	top:0px;
	left:285px;
}

#radfrontpic {
	position:absolute;
	top:169px;
	right:0px;
}

#syltitle {
	position:absolute;
	top:180px;
	left:295px;
}

#sylpic {
	position:absolute;
	top:283px;
	left:0px;
}

#radbottom {
	position:absolute;
	bottom:0px;
	left:0px;
}

#nameplate {
	position:absolute;
	left: 3px;
	bottom: 1px;
}

#prestitle {
	position:absolute;
	left:112px;
	top:290px;
}

#prestext {
	position:absolute;
	padding: 7px;
	width:410px;
	left:18px;
	top: 340px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	
	color: #e1dfde;
	text-decoration:none;
	height: 290px;
	overflow:auto;
}

#syltext {
	position:absolute;
	padding: 7px;
	width:610px;
	left:312px;
	top: 230px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	
	color: #e1dfde;
	text-decoration:none;
	height: 350px;
	overflow:auto;
}

#biotext {
	position:absolute;
	padding: 7px;
	width:430px;
	height:500px;
	left:18px;
	top: 290px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	
	color: #e1dfde;
	text-decoration:none;
	height: 290px;
	overflow:auto;
}

#ournames {
	position:absolute;
	left: 310px;
	bottom: 4px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 13px;
	font-style:normal;
	line-height:20px;
	color: #dfb95f;
}

#contactinfo {
	position: absolute;
	right: 15px;
	bottom: 6px;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #dfb96f;
}

#contactinfo a:link, #contactinfo a:visited, #contactinfo a:active {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #dfb96f;
	text-decoration:none;
}

#contactinfo a:hover {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #dfb96f;
	text-decoration:underline;
}

#navbar {
	position:absolute;
	right:20px;
	top: 144px;
	height:26px;
	padding-top:3px;
	text-decoration:none;
	font-weight:bold;
	width:600px;
	z-index:10;
}

#navbar ul
	{
	position:absolute;
	padding:0px;
	margin:0px;
	left:0px;
	top:0px;
	list-style-type: none;
	}

#navbar li
	{
	height: 21px;
	margin: 2px 2px 2px 2px;
	float: left;
	text-align:center;
	}
a {
	font-family: "Trebuchet MS", Georgia, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #dfb96f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#navbar li a:link, #navbar li a:visited, #navbar li a:active {
	padding:3px 5px 3px 5px;
	background-color: #a01106;
}

#navbar li a:hover {
	padding:3px 5px 3px 5px;
	background-color: #640000;
	text-decoration: none;
}




#pix {
	position: absolute;
	height: 683px;
	width: 1024px;
	margin-top: 38px;
	text-align:center;
}

#backbuttondiv {
	position:absolute;
	right: 100px;
	bottom: 10px;
	width: 20px;
	height: 23px;
	background: url(images/back-down.png) top left no-repeat;
}

#backbuttondiv a {
	display:block;
	width:100%;
	height:100%;
	background: white url(images/back-up.png) top left no-repeat;
	color: #000;
}

#backbuttondiv a:hover {
	background: transparent none;
}

#pausebuttondiv {
	position:absolute;
	right: 75px;
	bottom: 10px;
	width: 20px;
	height: 23px;
	background: url(images/pause-down.png) top left no-repeat;
}

#pausebuttondiv a {
	display:block;
	width:100%;
	height:100%;
	background: white url(images/pause-up.png) top left no-repeat;
	color: #000;
}

#pausebuttondiv a:hover {
	background: transparent none;
}

#playbuttondiv {
	position:absolute;
	right: 75px;
	bottom: 10px;
	width: 20px;
	height: 23px;
	background: url(images/play-down.png) top left no-repeat;
	visibility:hidden;
}

#playbuttondiv a {
	display:block;
	width:100%;
	height:100%;
	background: white url(images/play-up.png) top left no-repeat;
	color: #000;
}

#playbuttondiv a:hover {
	background: transparent none;
}

#nextbuttondiv {
	position:absolute;
	right: 50px;
	bottom: 10px;
	width: 20px;
	height: 23px;
	background: url(images/play-down.png) top left no-repeat;
}

#nextbuttondiv a {
	display:block;
	width:100%;
	height:100%;
	background: white url(images/play-up.png) top left no-repeat;
	color: #000;
}

#nextbuttondiv a:hover {
	background: transparent none;
}






.H3 {
	font-style: bold;
	font-size: 14px;
	}

#biotext h3 {
color:#efc98f;
}


.sponsor1 {
	position: absolute;
	left: 40px;
	top: 40px;
}

.sponsor2 {
	position: absolute;
	left: 40px;
	top: 140px;
}

.sponsor3 {
	position: absolute;
	left: 40px;
	top: 240px;
}