html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
}
p{
	margin: 15px;
	font-size: 10pt;
	line-height: 130%;
}
ul, li{
	font-size: 10pt;
	line-height: 130%;
}
li{
	margin-right: 15px;
}
a{
	color: #8ED7FE;
}
a:hover{
	color: #ACE0FC;
}
h1{
	display: block;
	background-color: #00659A;
	border: 1px solid #00659A;
	margin: 0px;
	padding-left: 15px;
	font-family: arial;
	font-size: 20pt;
	font-weight: normal;
	line-height: 150%;
}
h2{
	margin: 15px;
	color: #FFDF10;
	font-family: arial;
	font-size: 14pt;
	font-weight: normal;
}
h3{
	margin: 15px;
	color: #FFDF10;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
img{
	border: 0px;
}

#intrepidpresents{
	display: block;
	width: 750px;
	height: 30px;
	margin: 0px auto;
	background: #F26B32 url(fringe_images/intrepidpresents.gif) no-repeat center;
}
#intrepidpresents p{
	display: none;
}
#header, #body{
	width: 750px;
	margin: 0px auto;
}
#header img{
	display: block;
}
#menu_column{
	width: 150px;
	background: #E23B96;
}
#menu{
	margin: 0px;
	padding: 0px;
	width: 150px;
	text-align: left;
}
#menu a{
	display: block;
	width: 135px;
	height: 25px;
	padding-left: 15px;
	background: #E23B96 url(fringe_images/menubg.gif) repeat-y;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 19pt;
}
#menu a:hover{
	background: #6F2A8E url(fringe_images/menubg_over.gif) repeat-y;
}
.button_border{
	border-bottom: 1px dotted #FFFFFF;
}
#side_column{
	width: 150px;
	background: #9FCF67 url(fringe_images/sidecolumnbg.gif) repeat-y;
}
#content_column{
	width: 551px;
	padding-right: 49px;
	background: #007BBE url(fringe_images/contentbg.gif) repeat-y right;
	color: #FFFFFF;
	text-align: left;
}
.featurebox{
	margin: 15px;
	width: 518px;
	background-color: #F26B32;
	border: 1px solid #F26B32;
	text-align: center;
}
#footer{
	width: 720px;
	margin: 0px auto;
	padding: 15px;
	background: #FFDF10 url(fringe_images/footerbg.gif) repeat-x bottom;
}
#footer table{
	text-align: center;
}
#credit, #credit a{
	margin: 5px;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}
#credit a:hover{
	color: #000000;
	text-decoration: underline;
}

/* SHOW SPECIFIC STYLING */

.show{
	margin: 15px;
	width: 518px;
}
.showtitle{
	font-size: 18pt;
	font-weight: normal;
	line-height: 100%;
}
.showimage{
	border: 1px solid #FFFFFF;
	float: right;
}
#venue1 .show{
	background-color: #E23B96;
	border: 1px solid #E23B96;
}
#venue1 .showtitle, #venue1 a{
	color: #FFB4DD;
}
#venue2 .show{
	background-color: #00659A;
	border: 1px solid #00659A;
}
#venue2 .showtitle, #venue2 a{
	color: #8ED7FE;
}
#venue3 .show{
	background-color: #F76B31;
	border: 1px solid #F76B31;
}
#venue3 .showtitle, #venue3 a{
	color: #FFC1A8;
}
#venue4 .show{
	background-color: #6F2A8E;
	border: 1px solid #6F2A8E;
}
#venue4 .showtitle, #venue4 a{
	color: #DCB8EC;
}
#venue5 .show{
	background-color: #7EA74B;
	border: 1px solid #7EA74B;
}
#venue5 .showtitle, #venue5 a{
	color: #ACE767;
}
#byovs .show{
	background-color: #D6AD18;
	border: 1px solid #D6AD18;
}
#byovs .showtitle, #byovs a{
	color: #FFD91A;
}
.showcompany{
	font-variant: small-caps;
	font-weight: bold;
}
i{
	font-family: times new roman, serif;
	font-size: 12pt;
}
hr{
	height: 1px;
	border: 0px;
	color: #978B5B;
	background-color: #978B5B;
	margin-left: 20px;
	margin-right: 20px;
}

/* CONTACT FORM STYLING */

#contactform{
	margin: 15px;
	font-size: 10pt;
	line-height: 150%;
}
#contactform p{
	margin: 0px;
}
input{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
}
#checkbox{
	border: 0px;
}
#button{
	margin-top: 10px;
	background-color: #E23B96;
	border: 0px;
	color: #FFFFFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 3px;
}