body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000;

	background-color: #E7E7E7;
}

h1, h2, h3 ,h4, h5 {
	margin: 0 0 0 -5px;
	padding: 0px;

	font-style: normal;
	color: #E74B13;
	text-decoration: none;
}
h1 	{

	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
}
		
		
h2 	{
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
}
		
		
h3 	{
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}
		
		
h4 	{  
	font-size: 14px; 
	line-height: 18px; 
	font-weight: 300; 
}
		
h5 	{  
	font-size: 13px; 
	line-height: 18px; 
	font-weight: 700; 
}	

a:link, a:visited, a:hover {
	color: #E74B13;
	text-decoration: underline;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

a img{
	border: none;
}

/* Layout */
#container {
	width: 850px;
	margin: 23px auto 0;
}

#content {
	background: #000 url('../images/menu_bg.gif') no-repeat left top;
}
	
	.menu {
		position:relative;
		margin: 0px 0px 10px 177px;
		padding: 20px 0px 0px 0px;
		width: 144px;
		z-index: 5;
	}
	
		.tickets {
			position:relative;
			margin: 30px 0 0 90px;
			width: 236px;
			z-index: 50;
		}
	
	.content_text {
		margin: 0 0 0 0px;
		padding: 10px 10px 5px 10px;
		width: 500px;
		min-height: 400px;
		height: auto !important;
		height: 400px;		
		float:right;
		
		background: #FFF;
	}
