a:link, a:visited {
	color: #8E1C1A; /* unvisited link */
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background-color: #E44226;
	color: #4E1211; /* mouse over link */
}

body {
	background-color: #B18777;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.main{
	border: 1px solid #000000;
	font: normal normal normal 100%/115% Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 10px;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 12px;
	position: absolute;

	top: 140px;
	width: 540px;
	
}

div.news {
	color: #4E1211;
	display: block;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #AA7768;
	padding-top: 4px;
	padding-bottom: 10px;
}

em {
	font-style: normal;
	font-weight: bold;
}

h1 {
	color: #4E1211;
	font: normal small-caps bold 240%/normal "Times New Roman", Times, serif;
	margin: 8px 5px 15px;
}

h2 {
	color: #FDE5C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

h3 {
	color: #4E1211;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

hr {
	background-color: #000000;
	border: 0px;
	color: #000000;
	height: 1px;
	width: 100%;
}

hr.news {
	background-color: #AA7768;
	color: #AA7768;
	width: 100%;
	display: block;
}

img{
	margin-bottom: 0px;
}

img.news1{
	border: 0px none #000000;
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

img.news2{
	border: 1px solid #000000;
	display: block
	float: left;
	margin: 0px 10px 10px 0px;
}

img.news3{
	border: 1px solid #000000;
	float: right;
	margin: 0px 0px 10px 10px;
}

p {
	color: #4E1211;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 3px;
	margin-bottom: 8px;
}

ul.gig, ul.press{
	color: #4E1211;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
}

.banner{
	background-color: #CBA493;
	background-image: url(img/banner.gif);
	height: 80px;
	left: 10px;
	position: absolute;
	top: 20px;
	width: 800px;
}

.bottom {
	height: 20px;
}

.current{
/*	background-color: #B18777;*/
	color: #FDE5C1;
}

.links {
	background-color: transparent;
	color: #4E1211;
	font: normal normal normal 14px/normal Arial, Helvetica, sans-serif;
	left: 10px;
	position: absolute;
	text-align: left;
	top: 84px;
	width: 800px;
}

.side {
	font: normal normal normal 90%/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 590px;
	position: absolute;
	top: 140px;
	width: 220px;
	padding: 0px 0px 5px 0px;
}



