body{
	margin: 0px auto;
	background: #111111;
	font-family: arial;
	font-size: 11px;
	color: #222;
	}
	
h1{
	font-size: 24px;
	font-weight: bold;}	
	
h2{
	font-size: 16px;
	font-weight: bold;}
	
#notice{
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #f2f2f2;
	background: #121212;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
	
#notice a{
	color: #e8d45a;
	text-decoration: none;
	}
	
#notice a:hover{
	text-decoration: underline;
	}
	
#header{
	width: 860px;
	background: #fff;
	height: 387px;
	margin: 0px auto;
	border: 10px solid #fff;
}

#wrap{
	width: 860px;
	margin: 0px auto;
	background: #fff;
	overflow: hidden;
	border: 10px solid #fff;
	}
	
#content{
	float: left;
	width: 640px;
	margin-right: 20px;
	background: #fff;
	}
	
#sidebar{
	float: right;
	width: 200px;
	min-height: 400px;
	}

#ticketwindow{
	display: inline;
	width: 640px;
	}
	
#footer{
	clear: both;
	background: #222;
	color: #f2f2f2;
	padding: 10px;
	width: 840px;
	margin: 0px auto;
	text-align: center;
	border: 10px solid #fff;
	border-top: none;
	}
	
#footer a{
	font-weight: bold;
	color: #f2f2f2;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;}
