html {
	margin: 0;
	padding: 0;
}
body {
	background: #CDC2B3 url(../layout_images/bg.gif);
	text-align: center;
	color: #5F3E2F;
	font: 75% verdana, sans-serif;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}
img {
	border: 0px;
}
#wrapper {
	/*border: solid 1px; */
	width: 1024px;
	margin: auto;
	text-align: left;
	
	}


h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-style: italic;
}

h1 strong{
	color:#333333;
}

h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size:1.6em;
	font-style:italic;
	color:#862e06;
}

h2 strong{
	color:#341c12;
}

h3 {
	margin: 0px 0px 10px -10px;
	padding: 5px 10px 10px 10px;
	background:url(../layout_images/stripe_gray-large.gif);
	font-size:1.3em;
	font-style:italic;
	color:#862e06;
}

h4 {
	/* margin: 10px 0px -5px 0px; */
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #3e3e3e;		
}

h5{
	font-size: 1em;
	font-weight: bold;
	color: #862e06;
}

hr {
	border: 1px solid #4e4e4e;
}

/* HEADER */  
#header {
	height: 106px;
	background: url(../layout_images/header.gif) no-repeat;
	width:1024px;
}

/*#header div {
	padding: 10px 213px 0px 10px;
}*/
.search{
		float:right;
}
.top{
	float:right;
	background: url(../layout_images/slogan.jpg);
	background-repeat:repeat-x;
	height:106px;
	width:698px;
	margin: 0px;
	padding: 0px;
	font-size:1.5em;
	font-style:italic;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
.logo{
	width:326px;
}
#header p {
	margin: 0px;
	padding: 0px;
	font-size:1.5em;
	font-style:italic;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}
#header p.more {
	padding-right: 22px;
}


#header a {
	color:#000000;
}

/* MAIN NAVIGATION */
#nav {
	width: 1024px;
	height:48px;
	margin: 0px 0px 0px 0px;
	background-image:url(../layout_images/fon01.gif);
	background-repeat:repeat-x;
	display:inline;
	float:left;
	
}
#nav a {
	font-size:1.5em;
	font-style:italic;
	color:#260403;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #03F;
	height:36px;
}
#nav a:hover {
	color:#862e06;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}


#body {
	background: url(../layout_images/body_bg.gif) repeat-y;
	clear: both;
	width: 100%;
}
#body-top {
	/*background: url(../layout_images/body_top.gif) no-repeat;*/
	background-image:url(../layout_images/header.gif);
}
#body-bot {
	/*background: bottom url(../layout_images/body_bot.gif) no-repeat; */
	padding: 21px 25px 0px 10px;
}

/* right side bar */
#about-box {
	float: left;
	width: 210px;
}

#about-box h3 {
	background: none;
	margin: 0px 0px 0px -10px;
	padding: 5px 10px 0px 10px;
}
#about-box ul {
	/* margin-left: 8px; */
}

#about-box ul li {
	padding-left: 10px;
}

#ticket-box {
	float: right;
	width: 653px;
}

#ticket-box {
	float: right;
	width: 660px;
}

#ticket-box table {
	margin: 10px 0;
}

#ticket-box td {
	padding: 5px;
}



/* Footer */
#foot {
	background: url(../layout_images/foot_bg.gif) repeat-y;
/*	text-align: center; */
	font-size: 0.8em;
	color: #000000;
	
}

#foot a:link {
	color: #000000;
}
#foot img {
	
}

#foot a:visited {
	color: #000000;
}

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

#foot a:active {
	color: #000000;
	text-decoration: underline;
}

#foot-top {
	margin-top: 0px;
	background: url(../layout_images/img02.gif) repeat;
}
#foot-bot {
	background: bottom url(../layout_images/main_bot.gif);
	background-repeat:repeat-x;
	padding: 0px 21px 12px 0px;
}

#footer_logos {
	width: 372px;
	height: 135px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../layout_images/bg_foot_logos.gif);
	/*background-image: url(../layout_images/footer_bg_ori.png);*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#footer_logos_top {
	padding: 5px 0px 0px 0px;
}

/* Original footer style 
#footer {
	margin: 14px;
	text-align: center;
	font-size: 0.8em;
} 
*/

#footer {
	margin: 10px 0px;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	background: bottom url(../layout_images/footer.gif) no-repeat top left;
}

#what-box {
	float: left;
	width: 332px;
}
#what-box img.left {
	margin-left: 10px;
}
#what-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#news-box {
	float: right;
	width: 316px;
}
#news-box ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}

/* LIST STYLE */
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 20px 5px 0px;
	list-style: none;
	background: 0px 3px url(../layout_images/bullet.gif) no-repeat;
}

#ticket_list {
	margin: 15px 0px;	
}

#ticket_list li {
	list-style: none;	
	background: none;
	padding: 5px 0px 0px 20px;
}


p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.narrow-text {
	margin-right: 0px;
}

img.left {
	float: left;
	margin-right: 14px;
	margin-bottom: 16px;
}

#body p.more {
	padding-top: 6px;
}

#news-box p.more {
	padding-top: 0px;
	margin-top: 0px;
}

p.more {
	text-align: right;
}

.clear {
	clear: both;
}

.event_text {
	line-height: 1.4em;
}

/* for buzzwords */
.help { 
	position: relative;
	cursor:pointer;
	color: #336699;
}
.help span { 
	position: absolute; 
	top: 0.5em; 
	left: 3em; 
	width: 30em; 
	display: none;
	background-color:#86ABD8;
	padding: 10px;
	border:1px solid #333333;
	color: #FFFFFF; 
}
.help:hover span { 
	display: block
}

/* contact information */
dl #office {
	background:url(../layout_images/postal.jpg) no-repeat;
	padding-left: 39px;
	height:50px;
}

dl #telephone {
	background:url(../layout_images/phone.jpg) no-repeat;
	padding-left: 39px;
	height:50px;
}

dl #web_site {
	/*background:url(../layout_images/website.jpg) no-repeat; */
	padding-left: 39px;
	height:50px;
}

dt {
	font-weight: bolder;
}


dd {
	margin-bottom: 10px;
}

dd a {
	text-decoration: none;
	font-weight: normal;
}

dd a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/* left side */
#contact {

	/*background:url(../layout_images/contact.gif) no-repeat; */
	height: 400px;
}

.submitbutton {
	vertical-align: bottom;
}

/* index page background */
#index {
	float: left;
	width: 210x;
	/*height: 700px;
	/*background:url(../layout_images/logo_bg.gif) bottom left no-repeat;*/
}

div#termsconditions ul li {
	list-style: disc outside;
	margin-left: 25px;
	background:none;
}

div.soldout {
	background:url(../layout_images/soldout.gif) no-repeat center right;
	color:#366C87;
	font-weight:bold;
}

#right_side{
	margin-left:10px;
	
}
.category_links_left {
	float:left;	
	width:512px;
/*	border-right: solid 1px;	*/
}
category_links_right{
	width:512px;
	float:left;
}
.details{
	padding-top:10px;
}
.line{
	background-image:url(../layout_images/main_bot.gif);
	background-repeat:repeat;
	margin-top:10px;
}
.topline{
	background-image:url(../layout_images/top_line.jpg);
	background-repeat:repeat-x;
	height:10px;
}
.asta{
	float:left;
	width:222px;
	
}
.disclaimer{
	text-align:center;
	height:160px;
	
}
.outerx{
width:1060px;
background:#fff url(../layout_images/bg_left.gif) repeat-y left top;
margin:auto;
vertical-align:top;
}

.innerx{
background:transparent url(../layout_images/bg_right.gif) repeat-y right top;
width:100%;

}


