body {
	background: #DCD0B8 url(clouds-gold-bg.jpg) repeat-x;
	margin-top: 0;
	margin-left: 0px;
	font-size: 9pt;
}

#wrapper { /* Wrapper centers body in browser. */
	background: url(navbg.jpg) repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	min-width: 1024px;
        width: 100%;
}

#banner {
	width: 100%;
	height:100px;

}

#nav {
	font-size: 10pt;
	font-weight: normal;
	background: transparent;
	width: 100%;
	margin-top: 10px;
}

#navlist {
	margin-top: 5px;
	width: 800px;
	float: left;

}

#navlist li {
	list-style-type: none;
	line-height: 22px;
	padding: 0;
	margin: 0;
	display: inline;
}

#navlist ul {
	padding: 0;
	margin: 0;
}

#navlist a:active,
#navlink a:link, #navlink a:visited, 
#navlink a:active {
	color: #ffffff;
	font-family: 10pt;
	font-family: tahoma;
	font-weight: normal;
}

#navlist a:hover {
		color: #ffffff;
	font-family: 10pt;
	font-family: tahoma;
	text-decoration: underline;
}

#navlink a:hover, {
		color: #ffffff;
	font-family: 10pt;
	font-family: tahoma;
	text-decoration: underline;
}

#navlist a {
	color: #ffffff;
	font-family: 10pt;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	
}

.navtext {
/* to use images with no font text, this class
   can disable the fonts with display:none   */
	color: #ffffff;
	font-family: 10pt;
	font-family: tahoma;
	letter-spacing: 1px;
}

/*
 each page's body tag has a class name unique to that page
 the selectors below are setup for the most common use of
 these classes, namely to highlight the current page's link(s)
 however, these classes could actually be used to make each
 page have an entirely differnt design
*/

#home a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 10px;

}

#shows a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 72px;

}

#bio a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 145px;

}
#photos a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 188px;
	}
	

#contact a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 262px;
}

#news a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 347px;
}

#download a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 410px;

}

#store a {
	padding-right: 30px;
	position: absolute;
	top: 5px;
	left: 502px;
	}

/* end nav */

#content { 
margin-top: 30px;
	margin-left: 10px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	margin-bottom: 150px;/* sets a padding clearance on the bottom of the div*/
	margin-right: 0px;
	width: 100%;
	min-width: 1024px;
	background: transparent;
	font-family: 9pt;
	font-family: tahoma;
	color: black;

}

#content p {
	font-family: 9pt;
	font-family: tahoma;
}


#footer, .credits {
	width: 100%;
	height: 27px;
	color: #FFFE81;
	font-size: 10px;
	font-family: tahoma;
	background: url(navbg.jpg) repeat-x;
	text-align: right;
	padding-top: 10px;
}

/**********link styles**********/

#footer a {
	color: #FFFE81;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}

#footer a:hover{
}

a:link {
	font-family: 9pt;
	font-family: tahoma;
	color: #644000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: 9pt;
	font-family: tahoma;
	color: #644000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
		font-family: 9pt;
	font-family: tahoma;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

/**********text styles**********/

.sitename {
	font-size: 24pt;
	color: white;
	font-family: tahoma, tahoma;
	font-weight: bold;
	position: absolute;
	top: 50px;
	left: 10px;
	letter-spacing: 1px;
}

.pagename {
	font-size: 12pt;
	color: #342100;
	font-family: tahoma, tahoma;
	font-weight: bold;
	padding-left: 10px;
	
}

.maintext, .text {
	font-size: 9pt;
	font-family: tahoma;
	font-weight: normal;
}

.newssub {
}
