/* (c) by Teemu Aulanko */

/* BODY */
body	{	
	background-color: #000000;
	text-align: center;
	color: #000000;
  	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	
}

.wrap {
	background-image: url(img/bg.png);
	background-repeat: no-repeat;		
	background-position: center center;
	margin: 0 auto;
  	width: 1280px;
	height: 1358px;
}
/* END BODY */

/* MENU*/
.banner {

	height: 144px;	
}

.menu {
	padding: 0px 0px 0px 20px;
	font-size: 16px;
	text-align: left;

}

/* END MENU */

/* CONTENT */
.contentbase {
	background-image: url(img/paper.png);
	background-position: center 40px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	padding: 70px 0px 0px 50px;
	margin: 0 auto;
  	width: 720px;
	height: 1067px;
  	text-align: left;
	
	

}
.content {

	color: #000000;
	font-size: 12px;
	padding: 30px 0px 0px 50px;
	margin: 0 auto;
  	width: 720px;
	height: 1067px;
  	text-align: left;
	
	

}

.newshead {
	color: #200000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
}
.newshead2 {
	color: #200000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.giglist {
	color: #200000;
	font-size: 12px;
	font-weight: bold;
}
.ctext{
	width: 580px;
	color: #000000;
	font-size: 13px;
}

/* GALLERY */
.gallery {
	background-image: url(img/paper.png);
	background-position: center 40px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 12px;
	padding: 70px 0px 0px 50px;
	margin: 0 auto;
  	width: 720px;
	height: 1067px;
  	text-align: left;
}

.images {
	color: #000000;
	font-size: 12px;
  	text-align: left;
	width: 640px;
}

img {
	border: none;
}
/* END GALLERY */

/* LYRICS */
.lyrics	{
	text-align:center;
}

pre	{
	text-align:left;
}

/* END LYRICS*/

a {
	text-decoration: underline;
	color: #502020;
}

a:hover {
	color: #FF0000;
}




