<!--
body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Baskerville Old Face", "Georgia", "Times New Roman", serif;
}

div#leftMenu a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	background-color: #ffffff;
	color: #000000;
}
div#leftMenu a:hover {
	background-color: #000000;
	color: #ffffff;
}
div#leftMenu a div {
	height: 30px;
	text-align: center;
	padding-top: 10px;
	border: #666666 2px solid;
}

div.menuContainer {
	position: relative;
}
.menuItem {
	position: absolute;
	width:193px;
	height:193px;
	left:0px;
}
img#menuImage1 {
	top:0px;
}
a#menuLink1 {
	top:0px;
	background-image: url(menu_news.gif);
}
a#menuLink1:hover {
	background-image: url(menu_news0.gif);
}
img#menuImage2 {
	top:75px;
}
a#menuLink2 {
	top:75px;
	background-image: url(menu_history.gif);
}
a#menuLink2:hover {
	background-image: url(menu_history0.gif);
}
img#menuImage3 {
	top:150px;
}
a#menuLink3 {
	top:150px;
	background-image: url(menu_discog.gif);
}
a#menuLink3:hover {
	background-image: url(menu_discog0.gif);
}
img#menuImage4 {
	top:225px;
}
a#menuLink4 {
	top:225px;
	background-image: url(menu_gigs.gif);
}
a#menuLink4:hover {
	background-image: url(menu_gigs0.gif);
}
img#menuImage5 {
	top:300px;
}
a#menuLink5 {
	top:300px;
	background-image: url(menu_gallery.gif);
}
a#menuLink5:hover {
	background-image: url(menu_gallery0.gif);
}
img#menuImage6 {
	top:375px;
}
a#menuLink6 {
	top:375px;
	background-image: url(menu_contact.gif);
}
a#menuLink6:hover {
	background-image: url(menu_contact0.gif);
}

div.titleText {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 255px;
	border: #666666 2px solid;
	text-align: center;
}
div.titleShadow {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 11px;
	width: 255px;
	z-index: -1;
	color: #99ccff;
	border: #99ccff 2px solid;
	text-align: center;
}

.shadow {
	border-bottom: #666666 2px solid;
	border-right: #666666 2px solid;
}
.photo {
	border: #ccccff Thin solid;
}
A:hover .photo {
	border: #ff0000 Thin solid;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-size: 14px;
	font-weight: normal;
}
.style2 {
	font-size: 24px;
}
.style3 {
	font-weight: bold;
}
.style7 {
	font-size: 14px;
	font-weight: bold;
}
.style9 {
	font-size: 14px;
}
-->
