@charset "utf-8";
/* CSS Document */

body {
	background: #021300;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
}

.layer1 {
	background: url('../_img/bg01.gif');
	
}

.layer2 {
	background: url('../_img/bg02.png') no-repeat 50% 100px;
}

.layer3 {
	background: url('../_img/bg03.png') repeat-x;
	min-height: 2000px;
}

.header {
	height: 280px;
	background: url('../_img/header.png') no-repeat 50% 20px;
	padding-top: 20px;
}

.line {
	height: 12px;
	background: url('../_img/line.png') no-repeat 50% 0;
	margin-bottom: 20px;
}

.buytickets a {
	display: block;
	width: 300px;
	height: 234px;
	background: url('../_img/buyticket.png') no-repeat 50% 0;	
}

.buytickets a:hover {
	background-position: 0 -234px;	
}

h1 {
	height: 33px;
	margin-bottom: 8px;
}

p {
	line-height: 22px;	
}

li {
	background: url('../_img/bullet.png') no-repeat 16px 3px;
	padding-left: 44px;
	margin: 16px 0;
}

.spacer_30 {
	height: 30px;	
}

p a, li a {
	color: #fff;
}

p a:hover, li a:hover {
	color: #000;	
}

ul.icons {
	margin: 25px 0;	
}

ul.icons li {
	background: none;
	padding-left: 90px;
	margin: 20px 10px;
	min-height: 75px;
	font-size: 17px;
	vertical-align: middle;
	line-height: 20px;
	background: no-repeat 0 50%;
}

ul.icons li.i00 {
	background-image: url('../_img/icon00.png');
}
ul.icons li.i01 {
	background-image: url('../_img/icon01.png');
}
ul.icons li.i02 {
	background-image: url('../_img/icon02.png');
}
ul.icons li.i03 {
	background-image: url('../_img/icon03.png');
}
ul.icons li.i04 {
	background-image: url('../_img/icon04.png');
}
ul.icons li.i05 {
	background-image: url('../_img/icon05.png');
}
ul.icons li.i06 {
	background-image: url('../_img/icon06.png');
}

.thumbnail {
	width: 220px;
	height: 159px;
	margin-bottom: 10px;
}

a.photo {
	display: block;
	width: 220px;
	height: 159px;
	background: url('../_img/photo.png') no-repeat;
}

a.photo:hover {
	background-position: 0 -159px;	
}

.t01 {
	background-image: url('../photos/01t.png');	
}
.t02 {
	background-image: url('../photos/02t.png');	
}
.t03 {
	background-image: url('../photos/03t.png');	
}
.t04 {
	background-image: url('../photos/04t.png');	
}
.t05 {
	background-image: url('../photos/05t.png');	
}
.t06 {
	background-image: url('../photos/06t.png');	
}
.tdojo {
	background-image: url('../photos/dojot.png');	
}

a.footer {
	display: block;
	height: 13px;
	width: 300px;
	background: no-repeat 100% 0;
}

a.footer:hover {
	background-position: 100% -13px;	
}

.f01 a.footer {
	background-image: url('../_img/footer-photos.png');	
}
.f02 a.footer {
	background-image: url('../_img/footer-website.png');	
}
.f03 a.footer {
	background-image: url('../_img/footer-logo.png');	
}