body {
	background: #fff url('bg.jpg');
	font: normal 10pt 'Verdana', Tahoma, sans-serif;
	color: #000;
	margin: 0 auto;

}

p {
margin: 0; padding: 2px 4px 4px 4px;
}

a {color: #000; text-decoration:none; border-bottom: none;}
a:hover {color: #000; text-decoration:none; border-bottom: none; }

img {
  border: none;

}
a img {
  border: none;
}

strong {color: #6756a3;}

h1 {font: normal 1px 'Verdana', Tahoma, sans-serif; visibility: hidden; margin: 0 auto;}
h2 {font:bolder 12pt 'Verdana', Tahoma, sans-serif; color: #28156f; margin: 0 auto; padding: 5px 2px;}
h2 a {color: #28156f; border-bottom: 1px #28156f dotted;}
h2 a:hover {color: #28156f; border-bottom: none;}
h3  {font:bolder 10pt 'Verdana', Tahoma, sans-serif; color: #28156f; margin: 5px 0;}
h3 a {color: #28156f; border-bottom: 1px #28156f dotted;}
h3 a:hover {color: #28156f; border-bottom: none;}

/* layout */
#wrapper {
	margin: 0 auto;
	width: 760px;
}
#header {
	background:  url('header.png') no-repeat;
	height: 204px;
}
#menu {
	background:  url('menu.png') no-repeat;
	height: 60px;
}
#body {
	background:  url('body.png') no-repeat;
	height: 504px;
}
#footer {
	background:  url('footer.png') no-repeat;
	height: 31px;
}
#logo {
	text-align: right;
}

/* style */
#content {
	margin: 0 auto;
	width: 730px;
	height: 500px;
}
#sidebar {
	margin-left: 15px;
	width: 210px;
	height: 500px;
	
}
#subbar1 {
	background: url('line.png') repeat-y;
	height: 223px;
	margin-bottom: 14px;
}
#subbar2 {
	background: url('line.png') repeat-y;
	height: 263px;
	text-align: center;
}
#subbar2 img {
	margin: 5px 0;
}
#subbar2 a {
	border:none;
}
#main{
	background: url('line.png') repeat-y;
	float: right;
	margin-right: 15px; 
	_margin-right: 9px; 
	width: 472px;
	height: 500px;
}
#text {
	overflow: auto;
	margin: 0 auto;
	padding-right: 6px;
	width: 455px;
	height: 500px;
	text-align: justify;
}
/* menu */

#menu ul {
	list-style: none;
	margin: 0 auto; padding: 0;
	padding: 11px 28px 0 0;
	text-align: right;
	
}
#menu li {
	display: inline;
	margin: 0 2px;
	
}
#menu li a {
	margin: 0 auto;
	text-decoration: none;
	border: none; 
}

.credit {
	text-align: center;
	padding-top: 5px;
	font-size: 8pt;
	color: #fff;
}
.credit a{
	color: #fff;
	border-bottom: 1px #fff dotted;
}
.credit a:hover{
	color: #fff;
	border-bottom: none;
}

/* bands */
.bands {
	
	margin: 10px 0;
	min-height: 80px;
}
.bands-img{
	float: left;
}
.bands-info{
	margin-left: 120px;
}

/* tour */
td {padding: 2px;}
td.tour-date {
	width: 15%;
	text-align: center;
	vertical-align: top;
	font-size: 8pt;
}
td.tour-city {
	width: 20%;
	text-align: left;
	vertical-align: top;
}
td.tour-bands{
	width: 45%;
	text-align: left;
	vertical-align: top;
}
td.tour-club{
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.tour-city {
	color: #6756a3;
	font-weight: bold;
	text-transform: uppercase;
}
.tour-club a{
	color: #6756a3;
	border-bottom: 1px #6756a3 dotted;
	text-decoration: none;
}
.tour-club a:hover{
	color: #6756a3;
	border-bottom: none;
	text-decoration: none;
}

/* foto */
/*list*/
.albums-list {min-height: 70px; margin: 10px 0 7px 5px;}
.albums-thumb {float: left; padding-top: 5px; text-align: center; width: 95px;}
.albums-info{margin-left: 100px;}
/*unique*/
.album {text-align: center;}
.album a {border: none;}
.album a img {margin: 5px; padding: 0; border: 3px #6756a3 solid;}
.album a:hover img {border: 3px #28156f solid;}