/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	text-align: center; 
	background: #000000;
}

h2 {
	font-size: 16px;
	line-height: 150%;
	color:#ffffff;
}

p {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 14px;
}

a {
	color: #000000;
	border: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

a img {
	border: none;
}

img {
	vertical-align: top;
}

/* id
------------------------------------------------------- */

#wrapper {
	position: relative;
	width: 600px; 
	background: #000000;
	margin: 0 auto; 
	text-align: left; 
	border: 1px solid #ffffff;
}

#heading {
	background-color: #FFCC00;
	line-height: 30px;
	height: 30px;
}

#heading h1 {
	color:#FF0000;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	height: 95px;
}

#left {
	position: relative;
	top: 0;
	left: 0;
	width: 380px;
	height: 605px;
}

#ticket {
	position: absolute;
	top: 125px;
	left: 380px;
	width: 220px;
	height: 30px;
}

#datetime {
	position: absolute;
	top: 155px;
	left: 380px;
	width: 200px;
	height: 330px;
	background-color: #9b9c67;
	padding: 10px;
	overflow: hidden;
}

#datetime a {
	color: #ffffff;
}

#datetime a:hover {
	color: #CC0000;
}

#map {
	position: absolute;
	top: 505px;
	left: 380px;
	width: 220px;
	height: 225px;
}

#contents {
	width: 560px;
	background-color:#e5dfc0;
	padding: 20px 20px 5px 20px;
}

#atlogo {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#logos {
	position: relative;
	width: 600px;
	height: 96px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#logos a img{
	border: 1px #663300 solid;
}

#logos a:hover img{
	border: 1px solid #ffffff;
}

#katana {
	position: absolute;
	top: 0;
	left: 130px;
	width: 120px;
	height: 96px;
}

#wallys {
	position: absolute;
	top: 22px;
	left: 280px;
	width: 150px;
	height: 50px;
}

#footer {
	width: 600px;
	height: 22px;
	background-color: #775933;
	text-align: center;
}

#footer p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 22px;
}

#footer a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* class
------------------------------------------------------- */

.h2small {
	font: 13px normal;
}

.space { 
	height: 20px; 
}

.ruler {
	border-bottom: 1px solid #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}