body{
	margin:0px;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
}

#container{
	position:absolute;
	width:100%;
	background-image:url("../images/header.png");
	background-repeat:repeat-x;
}

#innercontainer{
	position:relative;
	margin:0px auto;
	width:900px;
}

#header{
	position:absolute;
	margin:0px;
	height:100px;
	line-height:10px;
	padding-top:10px;
	vertical-align:middle;
}
#title{
	float:left;
	width:300px;
}
#register{
	float:right;
	padding:10px 150px;
}

#centersection{
	position:relative;
	top:100px;
	width:100%;
	background-image:url("../images/bg.png");
	background-repeat:repeat;
	z-index:1;

}


/* MENU */
#menu_container{

	height:70px;
	background-image:url("../images/menu_mid.png");
	background-repeat:repeat-x;	

}
#menu_container a{
	font: 18px Verdana, Helvetica, Arial, Sans-Serif;
	color: #eee;
	text-decoration:none;
	margin: 0;
}
#menu{
	height:70px;
	background-image:url("../images/menu_left.png");
	background-repeat:no-repeat;
	padding-left:40px;
	text-align:center;
	line-height:50px;
	z-index:1;

}


#menu div.page_item:hover {
	color: #ED505B !important;
	background-image:url("../images/menu_roll.png");
	background-repeat:no-repeat;
	text-decoration: none;

	}
#menu div{
	position:relative;
	top:12px;
	width:150px;
	height:70px;
	float:left;
}

#menu div.current_page_item {
	color: #333 !important;
	background-image:url("../images/menu_sel.png");
	background-repeat:no-repeat;
	text-decoration: none;
	}
a img,:link img,:visited img { border:none }
/* -- MENU -- */

#content{
	position:relative;
	padding:20px 20px 40px 20px;
	margin:0px 10px 10px 10px;
	background-color:#fff;
	background-image:url("../images/seats.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:800px;
	z-index:99;
}
#ticket{
	position:absolute;
	width:445px;
	height:300px;
	left:650px;
	top:-170px;
	background-image:url("../images/ticket.png");
	background-repeat:no-repeat;
}
.news_item{
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	background-image:url("../images/bg.png");
	background-repeat:repeat;

}
.new_item_content{
	padding:10px 10px 10px 10px;
	min-height:100px;
	background-color:#fff;
}
#flashcontent{
	text-align:center;
}
#footer{
	width:100%;
	text-align:right;
	margin:10px 0px 0px -10px;
	
	
}
/* FONTS */
p{
font-family:verdana;
}
a{
	font-family:arial;
	font-weight:normal;
}
h1{
	color:white;
	font-family:verdana;
	font-weight:normal;


}
h2{
	color:#E74753;
	font-family:arial;
	font-weight:normal;

}
h3{
	color:#E74753;
	font-family:arial;
	font-size:24px;
	font-weight:bold;

}
.news_title{
	color:#E74753;
	font-family:verdana;
	font-weight:normal;
}
.news_date{
	color:#DBEDF3;
	font-family:impact;
	font-weight:normal;
}
#footer a{
	
	text-decoration:none;
	padding-left:5px;
	color:#fff;
}
/* REGISTER */
/* FORM */
#frmregister input, textarea, select{
	font:normal 30px verdana,arial,serif;
	border:4px solid #DBEDF3;
}
#frmregister input.highlighted, textarea.highlighted, select.highlighted{
	border:4px solid #E8CD11;
}

#frmregister img{
	vertical-align:middle;
}

#frmregister div{
	font:normal 15px verdana,arial,serif;
	line-height:60px;
}
#divsubmit{
	text-align:right;
}
/* REVIEWS */
#stars{
	text-align:center;
}
/* GALLERY */
img {border:0;}

.clearboth {clear: both;}


#pg_container
{
	width: 800px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.24em;
top:40px;
	padding: 30px;
}


#photo
{
	float: left;
	width: 600px;
	overflow: hidden;
	text-align:center;
}


#thumbnails
{
	float: left;
	width: 145px;
	height: 450px;
	overflow: auto;
	padding: 0px 5px 5px 5px; 
	text-align: center;
}

.imgcontainer{
background-repeat:no-repeat;
background-position:top center;
width: 120px;
height: 120px;
overflow:hidden;
margin: 0px 3px 5px 3px;
}
