/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

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

h2 {
	font-size: 16px;
	padding: 0 0 0 10px;
	margin-bottom: 22px;
	line-height: 23px;
	color: #000000;
}

h3 {
	font-size: 16px;
	padding: 7px 0 0 25px;
}

h4 {
	font-size: 15px;
	margin-bottom: 26px;
	text-align:center;
	color: #CC0000;
}

p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 26px;
}

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

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;
}

#top {
	margin: 5px 5px 0 5px;
	width: 590px;
	height: 30px;
	background-color:#FFCC00;
}

#header {
	margin: 5px 5px 0 5px;
	width: 365px;
	height: 675px;
}

#ticket {
	position: absolute;
	top: 40px;
	left: 375px;
	width: 220px;
	height: 30px;
}

#map {
	position: absolute;
	top: 75px;
	left: 375px;
	width: 220px;
	height: 155px;
}

#datetime {
	position: absolute;
	top: 110px;
	left: 375px;
	width: 220px;
	height: 380px;
	padding-top: 20px;
	background-color: #c6c99f;
}

#logo {
	position: absolute;
	top: 515px;
	left: 375px;
	width: 220px;
	height: 200px;
}

#contents {
	margin: 5px 5px 0 5px;
	width: 540px;
	background-color: #f1e0c4;
	padding: 25px 25px 5px 25px;
}

#footer {
	margin: 5px;
	padding-top: 2px;
	width: 590px;
	height: 24px;
	background-color: #7e69a4;
	text-align: center;
}

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

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

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

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

.h2small {
	font: 12px normal;
	line-height: 17px;
}

.h2mid {
	font: 13px normal;
	font-weight:bold;
	line-height: 17px;
}

.space { 
	height: 20px; 
}
