body{
	margin: 20px;
	background: #F5F1EC;
	background: #F5EFE9;
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: center;
}
h1, h2, h3, p{
	margin: 20px;
}
h1{
	margin-bottom: 0px;
}
h1, .h1{
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
h2{
	color: #588926;
}
h2, .h2{
	font-size: 16pt;
	font-weight: normal;
	line-height: 120%;
}
h3, .h3{
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}
p{
	font-size: 80%;
	line-height: 150%;
}
li{
	margin-right: 20px;
}
li{
	font-size: 80%;
	line-height: 150%;
}
i{
	font-family: times new roman, times, serif;
	font-size: 11pt;
}
a{
	font-weight: bold;
	color: #655E56;
	color: #972C88;
}
a:hover{
	text-decoration: none;
	border-bottom: none;
}
img{
	border: 0px;
}
#page{
	margin: 0px auto;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" ); /* IE Max-Width Hack */
	text-align: left;
}
#body{
	width: 100%;
	border: 10px solid #FFFFFF;
}
#nav_column{
	width: 150px;
	background: #9EA6CA;
}
#nav_column a{
	border: 0px;
}
#navigation a{
	display: block;
	width: 140px;
	padding: 5px;
	background: #9EA6CA;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	border-bottom: 1px solid #B6BCD7;
}
#navigation a:hover{
	background: #000000;
}
#header{
	height: 200px;
	background: #C6E6F4 url(fringe_images/fringe2007.gif) no-repeat top right;
}
.default{
	background: #B9D55A url(fringe_images/bg_content.gif) repeat-x 0px 200px;
}
.column1, .column2{
	width: 50%;
	float: left;
}
.column1 p{
	margin-right: 10px;
}
.column2 h1, .column2 h2, .column2 h3, .column2 p{
	margin-left: 10px;
}

#shows p{
	margin: 0px;
}
.show_image{
	width: 160px;
}
.show_image img{
	border: 5px solid #FFFFFF;
}
.show_title{
	font-size: 16pt;
	font-weight: normal;
}
#venuenav{
	width: 100%;
	background: #000000;
}
#venuenav a{
	display: block;
	padding: 5px 0px;
	background: #000000;
	color: #BDC3DE;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#venuenav a:hover{
	background: #666666;
}
.venue1 .show_title{ color: #DC0E0E; } /* red */
.venue1{ background: #EE8787 url(fringe_images/bg_content_pink.gif) repeat-x 0px 200px; }
.venue2 .show_title{ color: #3F89B2; } /* blue */
.venue2{ background: #9FC4D9 url(fringe_images/bg_content_ltblue.gif) repeat-x 0px 200px; }
.venue3 .show_title{ color: #E56C00; } /* orange */
.venue3{ background: #F2B680 url(fringe_images/bg_content_orange.gif) repeat-x 0px 200px; }
.venue4 .show_title{ color: #982588; } /* purple */
.venue4{ background: #CC92C4 url(fringe_images/bg_content_purple.gif) repeat-x 0px 200px; }
.venue5 .show_title{ color: #254398; } /* dark blue */
.venue5{ background: #92A1CC url(fringe_images/bg_content_dkblue.gif) repeat-x 0px 200px; }
.venue6 .show_title{ color: #666666; } /* grey */
.venue6{ background: #B3B3B3 url(fringe_images/bg_content_grey.gif) repeat-x 0px 200px; }
.venue_byov .show_title{ color: #997437; } /* brown on gold */
.venue_byov{ background: #FDBF10 url(fringe_images/bg_content_gold.gif) repeat-x 0px 200px; }

.show_company{
	font-size: 11pt;
	font-weight: bold;
}
.show_times{
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}
.show_description{
	padding-top: 15px;
	padding-bottom: 20px;
}


#sponsors{
	padding: 5px;
	padding-bottom: 15px;
	background: #FFFFFF;
	text-align: center;
}
#sponsors p{
	margin: 0px;
}
#sponsors img{
	margin: 0px 10px;
}
#credit{
	margin: 5px;
	font-size: 70%;
	color: #655E56;
}
#credit a{
	color: #655E56;
}