html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:11px; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}
	
img a:link {
    border:0 !important;
}

img {
    border:0 !important;
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background:#DDDDDD;
	background-image: url(images/tile.png);
	background-repeat: repeat;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:150px; 
	bottom:52px; 
	width:760px; 
	margin-left:-380px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	background-image:url(images/tile_parchment_white.png);
	text-align:center;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:760px;
	border-top:154px solid #fff; 
	border-bottom:50px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-380px; 
	left:50%; 
	top:0; 
	width:760px; 
	min-width:760px; 
	height:148px; 
	background:#fff; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	border-bottom:none;
	text-align:center;
	background-image:url(images/header_background.png)
	}
	
#shadow_left {
	width:20px;
	left:50%;
	top:0;
	margin-left:-400px;
	position:absolute;
	background-image:url(images/left_shadow.png);
	background-repeat:repeat-y;
	height:100%;
}

#shadow_right {
	width:20px;
	left:50%;
	top:0;
	margin-left:380px;
	position:absolute;
	background-image:url(images/right_shadow.png);
	background-repeat:repeat-y;
	height:100%;
}

* html #head {
	top:2px; width:760px; height:148px;
	}

/*
a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6, a.nav7, a.nav8 {width:80px; height:150px; display:block; float:left; background:url(heading.jpg); text-align:center; font-size:1em; font-weight:bold; color:#000; text-decoration:none; font-family:verdana, arial, sans-serif; line-height:25px; overflow:hidden;}
#head a .pad {display:block; width:80px; height:125px;background:transparent; border-bottom:1px solid #000;}

a.nav1 {background-position:0 150px;}
a.nav2 {background-position:-80px 150px;}
a.nav3 {background-position:-160px 150px;}
a.nav4 {background-position:-240px 150px;}
a.nav5 {background-position:-320px 150px;}
a.nav6 {background-position:-380px 150px;}
a.nav7 {background-position:-480px 150px;}
a.nav8 {background-position:-560px 150px;}

a.nav1:hover {background-position:0 0;}
a.nav1:hover .button {background:#f80; color:#fff; cursor:pointer; display:block; width:80px; height:25px; cursor:hand;}
a.nav2:hover {background-position:-80px 0;}
a.nav2:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
a.nav3:hover {background-position:-160px 0;}
a.nav3:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
a.nav4:hover {background-position:-240px 0;}
a.nav4:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
a.nav5:hover {background-position:-320px 0;}
a.nav5:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
a.nav6:hover {background-position:-380px 0;}
a.nav6:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
a.nav7:hover {background-position:-480px 0;}
a.nav7:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
a.nav8:hover {background-position:-560px 0;}
a.nav8:hover .button {display:block; width:80px; height:25px; background:#f80; color:#fff; cursor:pointer; cursor:hand;}
*/

#foot {
	text-align:center;
	position:absolute; 
	margin-left:-380px; 
	left:50%; 
	bottom:0; 
	width:760px; 
	min-width:760xpx;
	height:100px;
	background-color:#FFFFFF;
	background-image:url(images/footer_background.png);
	background-position:bottom;
	font-size:1em; 
	z-index:5;
	border:1px solid #a9a699;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:2px; width:760px; height:48px;
	}


#content p {
	padding:5px; text-align:justify;
	}
.boldhead {
	font-size:1.5em; 
	font-weight:bold;
	}
.bold {font-weight:bold;}
.left {float:left; margin:10px; border:1px solid #FF0000;}
.right {float:right; margin:10px; border:1px solid #00FF00;}
.lefttext {float:left; width:300px; text-align:justify;}
.righttext {float:right; width:300px; text-align:justify;}

* html .lefttext {float:left; width:310px; text-align:justify;}
* html .righttext {float:right; width:310px; text-align:justify;}

.menu {
    width:760px;
	height:18px;
    line-height:18px;
    margin:0 auto;
    text-align:center;
	background-color:#4e5262;
}
 
.menu_link a:link, .menu_link a:active, .menu_link a:visited, .menu_link a:hover, .menu_active {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFFFFF;
    text-decoration:none;
}

.menu_active {
    color:rgb(212, 222, 255);
}

.menu_link a:hover {
    color:#FE9D00;
	color:#EEEEFF;
    text-decoration:underline;
}

.section_title {
    font-size:11px;
    background-color:#4e5262;
    color:#FFFFFF;
    text-transform:uppercase;
    font-weight:bold;
    width:100%;
    margin:10px 0 5px 0;
    }
    
#content_inner_left {
    width:232px;
    text-align:center;
	float:left;
	text-align:center;
}
#content_inner_middle {
    width:480px;
    margin:0 10px 0 10px;
    text-align:left;
	float:left;
}
#content_inner_right {
    width:120px;
    text-align:center;
	float:left;
}

.photo_div {
	width:200px;
	height:200px;
	margin-left:21px;
	margin-top:21px;
	background-color:#EEEEEE;
}

.photo_stack_div {
	width:200px;
	margin-left:21px;
	margin-top:21px;
}

a:link {
	color: #54586A;
}
a:visited {
	color: #54586A;
}
a:hover {
	color: #000000;
}
a:active {
	color: #54586A;
}
body,td,th {
	color: #333333;
}
.schedule_column {
    float:left;
    width:236px;
    margin-right:10px;
}
.schedule_column H1 {
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}
.schedule_venue {
    font-weight:bold;
}
.schedule_time {
    margin-right:8px;
}
.ticket_link {
    font-weight:bold;
    text-transform:uppercase;
    font-decoration:none;
    padding:2px 4px 2px 4px;
    border: 1px solid black;
    background-color: rgb(212, 222, 255);
    text-decoration:none;
}

a.tooltip {color: #000000; font-weight:bold; text-decoration:none;}
a.tooltip:hover {color: #000000; background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {color: #000000; display:none; padding:2px 6px 2px 3px; margin-left:60px; margin-top:16px; text-decoration:none;}
a.tooltip:hover span{display:inline; position:absolute; background:#eeeeee; border:1px solid #999999; color:#333333;text-decoration:none;}