/*	Filename: global.css
	Website: www.bighillbillybluegrass.com
	Author: Pete Kelly
	Date: 07-jul-2006
*/
	
body {
  	background: #E8DBCA;
	margin: 0;
 	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #000;
 	font-size: small;
	}
 *	html body {
 	font-size: x-small; /* for IE5/Win */
 	f\ont-size: small; /* for other IE versions */
 	}

#wrap {
	max-width: 800px;
	min-width: 750px;
	}
	
#header {
	background: #E8DBCA;
	padding: 0px;
	border: 0px;
	margin: 0px;
	}

#nav {
	background: #000;
	padding: 0;
	border: 0;
	margin: 0;
	position: absolute;
	top: 147px;
	left: 0px;
	height: 1000px;
	width: 181px;
	}
#nav ul {
	margin: 0;
	padding: 5px 0 0 0;
	border: 0px;
	list-style: none;
	}
#nav li {
	margin: 0;
	padding: 7px 7px 7px 15px;
	}
#nav li a {
	margin: 0;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #FDF395;
	display: block;
	}
#nav li a:hover {
	color: #FDF395;
	background: #B49A7F;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966;
	}

#content {
	background: #E8DBCA;
	position: absolute;
	left: 181px;
	width: 619px;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	color: #333;
	padding: 0px;
	border: 0px;
	margin: 0px;
	}

#content div {
	padding: 0px;
	}

#content h1 {
	font-size: 175%;
	text-align: center;
	line-height: 1.5em;
	}
	
#content h2 {
	font-size: 125%;
	text-align: center;
	line-height: 1.5em;
	}
	
#content p {
	padding: 0 0 0 25px;
	}

#content p.caption {
	padding: 0 0 50px 0;
	text-align: center;
	}

#content p.center {
	padding: 0;
	text-align: center;
	}

#content p.photo {
	padding: 0;
	text-align: center;
	}

#content a {
	text-decoration: none;
	color: #CC0000;
	}

#content a:hover {
	color: #CC0000;
	background: #B49A7F;
	}
	
#content a.active {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966;
	}

#content img {
	padding: 0px;
	}
	
#content img.center {
	padding: 0px;
	display: block;
	text-align: center;
	margin: auto;
	}
	
#content tr.newsItem {
	padding: 0 0 20px 0;
	}
	
#content span.newsDate {
	color: #555;
	}
	
#content span.newsTitle {
	color: #000;
	font-size: 110%;
	}
	
/* #content bandlist { */
/* 	padding: 0 0 0 25px; */
/* 	border: 2px solid #f00; */
/* 	} */
	
/* #content bandlist dl { */
/* 	margin: 10px 20px; */
/* 	padding: 0; */
/* 	} */
	
/* #content bandlist dt { */
/* 	float: right; */
/* 	width: 180px; */
/* 	margin: 0; */
/* 	padding: 0; */
/* 	font-size: 130%; */
/* 	letter-spacing: 1px; */
/* 	color: #627081; */
/* 	} */
	
/* #content bandlist dd { */
/* 	float: right; */
/* 	margin: 0; */
/* 	padding: 0px; */
/* 	font-size: 85%; */
/* 	line-height: 1.5em; */
/* 	} */
	
/* #content bandlist.dd img { */
/* 	float: left; */
/* 	} */
	
#footer {
	position: absolute;
	top: 1000px;
	left 0px;
	padding: 0 0 0 15px;
	font-size: 90%;
	color: #FDF395;
	}
	
#footer a {
	text-decoration: none;
	color: #FDF395;
	}
	
hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
	width: 97%;
	text-align: center;
	}
	
	
	