/* CSS Document */
/* text-align center aligns entire page to center for IE */

body {
	background-color: #663300;
	background-image: url("http://www.frontporchcountryband.com/images/brownwood.jpg");
	background-position: ;
  	background-repeat: repeat-x;
  	background-attachment: ;
	}

.page {
	width: 800px;
	background-color: #003366;
	color: #000000;
	}
	
a img {border:none;}
	
.navbar {background-color:transparent; height:; width:; color:#FFFFFF; font-family:sans-serif;}
#navlist { padding: 3px 0; margin-left: 0; margin-bottom: 0; border-bottom: none; font: bold 12px arial, sans-serif; }
#navlist li { list-style: none; margin: 0; display: inline; margin-bottom: 0; }
#navlist li a { padding: 3px 0.5em; margin-bottom: 0; margin-left: 0.15px; border:none; border-bottom: none; background: transparent; text-decoration: none; }
#navlist li a:link { color: #FFFFFF; margin-bottom:0; }
#navlist li a:visited { color: #FFFFFF; }
#navlist li a:hover { color: #FFFFFF; background: #660000; border-color: #000066; }
#navlist li a#current { color: #ffffff; background: #660000; border-bottom: none; }

	
/* standard link styles correct order - link, visited, hover, active */

/*
a:link { 
	font-family: verdana, helvetica, geneva, sans-serif; 
	font-weight: bold; 
	text-decoration: none; 
	color: #2B5B8C;
	}
	
a:visited {
	font-family: verdana, helvetica, geneva, sans-serif;  
	font-weight: bold; 
	text-decoration: none; 
	color: #2B5B8C;
	}
	
a:hover { 
	font-family: verdana, helvetica, geneva, sans-serif; 
	text-decoration: none; 
	color: #2B5B8C;
	background: #C3DC80;
	}
	
a:active { 
	font-family: verdana, helvetica, geneva, sans-serif; 
	text-decoration: none; 
	color: #2B5B8C;
	}

*/

