body {
	font-family: Courier, "Courier New", Monaco, monospace;
	background-repeat: repeat;
	background-image: url(images/bgpattern.jpg);
	text-align: left;
	font-size: 14px;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #1d1e00;
}

a {
	text-decoration: none;
	color: #b13527;
}

a:hover {
	text-decoration: underline;
}

ul {
	color: #1d2e00;
	list-style-type: circle;
	font-size: 14px;
}

h1 {
	color: #1d1e00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 22px;
}

#wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	height: 768px;
	top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 771px;
	-webkit-box-shadow: 5px 5px 10px #000;  
	-moz-box-shadow: 5px 5px 10px #000;  
	box-shadow: 5px 5px 10px #000;  
	-moz-border-radius-bottomleft: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:  5px;
}

#head {
	display: none;
}


#navi p {
	display: none;
}
div.but_music {
	left: 488px;
	top: 169px;
	position: absolute;
	height: 36px;
	width: 114px;
	background-image: url(images/but_i_music.jpg);
}

div.but_music:hover {
	background-image: url(images/but_a_music.jpg);
}

div.but_a_music {
	background-image: url(images/but_a_music.jpg);
}

div.but_dates {
	position: absolute;
	left: 492px;
	top: 233px;
	height: 36px;
	width: 114px;
	background-image: url(images/but_i_dates.jpg);
}

div.but_dates:hover {
	background-image: url(images/but_a_dates.jpg);
}

div.but_a_dates {
	background-image: url(images/but_a_dates.jpg);
}

div.but_about {
	position: absolute;
	left: 470px;
	top: 302px;
	height: 34px;
	width: 174px;
	background-image: url(images/but_i_about.jpg);
}

div.but_about:hover {
	background-image: url(images/but_a_about.jpg);
}

div.but_a_about {
	background-image: url(images/but_a_about.jpg);
}

#content {
	padding: 0px;
	background-image: url(images/content_bg.gif);
	width: 434px;
	height: 592px;
	left: 0px;
	top: 160px;
	position: absolute;
	/* opacity:0.8; */
	filter:alpha(opacity=80)
}

#content #inside {
	height: 370px;
	width: 310px;
	margin-left: 20px;
	margin-top: 100px;
	overflow:auto;
	filter:alpha(opacity=100)!important
}

#content2 {
	bottom: 0px;
	padding: 0px;
	background-image: url(images/content2_bg.gif);
	width: 433px;
	height: 677px;
	left: 0px;
	position: absolute;
	/* opacity:0.8;!important */
	filter:alpha(opacity=80)!important
}

#content2 #inside {
	height: 590px;
	width: 320px;
	margin-left: 20px;
	margin-top: 40px;
	overflow:auto;
	opacity:1.0;
	filter:alpha(opacity=100)
}

#content3 {
	bottom: 0px;
	padding: 0px;
	background-image: url(images/content3_bg.gif);
	width: 727px;
	height: 363px;
	left: 20px;
	position: absolute;
	/* opacity:0.8; */
	filter:alpha(opacity=80)
}

#content3 #inside {
	height: 270px;
	width: 570px;
	margin-left: 100px;
	margin-top: 80px;
	overflow:auto;
	opacity:1.0;
	filter:alpha(opacity=100)
}

#content4 {
	top: 0px;
	padding: 0px;
	background-image: url(images/content4_bg.gif);
	width: 363px;
	height: 514px;
	left: 40px;
	position: absolute;
	/* opacity:0.8; */
	filter:alpha(opacity=80)
}

#content4 #inside {
	height: 420px;
	width: 210px;
	margin-left: 85px;
	margin-top: 20px;
	overflow:auto;
	opacity:1.0!important;
	filter:alpha(opacity=100)!important
}

#footer {
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	color: #787878;
}

#tools {
	right: 30px;
	font-size: 14px;
	top: 20px;
	position: absolute;
}

h2 {
	font-weight: bold;
	font-size: 12px;
}

