/* CSS Document */

/* MAIN BODY CSS */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #353535;
}
a:link {
	color: #681410;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #681410;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #681410;
}
.style3 {font-size: 14px; font-weight: bold; }
.imgcont {
	padding: 20px;}

/* NAVIGATION CSS */
.nav {
	background-color: #e4e4e4;
	width: 225px;
	}
#navmenu{
	width: 225px;
	}

#navmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 12px;
	width: 207px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #000000;
	background-color: #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 7px solid #e4e4e4;
	}

* html #navmenu li a{ /*IE only */
	width: 225px; /*IE 5*/
	w\idth: 207px; /*185px minus all left/right paddings and margins*/
	}

#navmenu li a:hover {
	background-color: #FFFFFF;
	border-left-color: #59110e;
	border-bottom: 1px solid #59110e;
	}
.nav ul {
	width: 207px;
	margin-left: 7px;
	white-space: nowrap;
	}
.nav ul li {
	display: block;
	list-style-type: none;
	margin-left: 0px;
	}
.nav ul li a:link {
	color: #47030b;
	}
.nav ul li a:active {
	color: #47030b;
	}
.nav ul li a:hover {
	color: #000000;
	}
	
/* CONTENT CSS */
.maincnt {
	background-image: url(images/band_06.jpg);
	background-repeat: repeat-y;
	width: 583px;
	}
.ptxt {
	padding-left: 15px;
	padding-right: 15px;
	}
.ptxt2 {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	}

/* FOOTER CSS */
.footer {
	background-image: url(images/band_07.jpg);
	background-repeat: no-repeat;
	width: 809px;
	height: 82px;
	color: #FFFFFF;
	text-align: center;
	line-height: 23px;
	}
.footer a:link {
	color: #cabdb5;
	font-weight: normal;
	text-decoration: underline;
	}
.footer a:visited {
	color: #cabdb5;
	font-weight: normal;
	text-decoration: underline;
	}
.footer a:active {
	color: #cabdb5;
	font-weight: normal;
	text-decoration: underline;
	}
.footer a:hover {
	color: #FFFFFF;
	background-color: #470e0b;
	font-weight: normal;
	text-decoration: none;
	}
