body
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	background: #000000 url(../_img/body_bg.jpg) repeat-x;
}
#intro
{
    background-image: none;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 position: absolute;
	 text-indent: -99999px;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 800px;
	background: url(../_img/wrapper_bg.jpg) no-repeat;
}
#intro #wrapper
{
	background: none;
}
/*----------------
Header
----------------*/
#header
{
	width: 800px;
	height: 92px;
	overflow: hidden;
}
#intro #header
{
	width: 800px;
	height: 153px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#content
{
	width: 660px;
	margin-top: 30px;
	margin-left: 140px;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 222px;
}
*html #content
{
	height: 222px;
	overflow: visible;
}
#intro #content
{
	width: 800px;
	height: 250px;
	margin: 0px;
	background: url(../_img/into_content_bg.jpg) no-repeat;
	min-height: 0px;
	overflow: hidden;
}
#intro #content div
{
	position: absolute;
	width: 364px;
	height: 160px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 271px;
}
/*----------------
Menu
----------------*/
#menu_wrapper
{
	position: absolute;
	margin-top: 70px;
	margin-left: 193px;
}
#menu
{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#menu li
{
	float: left;
	margin: 0px;
	padding: 0px 4px;
	font-size: 16px;
	line-height: 22px;
}
#menu li a
{
	color: #FFFFFF;
	text-decoration: none;
}
#intro #menu
{
	position: relative;
	width: 800px;
	height: 114px;
	background: url(../_img/intro_menu_bg.jpg);
	overflow: hidden;
}
#intro #menu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
#intro #menu #link_home
{
	position: absolute;
	top: 80px;
	left: 20px;
}
#intro #menu #link_aboutus
{
	position: absolute;
	top: 80px;
	left: 170px;
}
#intro #menu #link_seasontickets
{
	position: absolute;
	top: 80px;
	left: 330px;
}
#intro #menu #link_pastperformances
{
	position: absolute;
	top: 80px;
	left: 512px;
}
#intro #menu #link_contact
{
	position: absolute;
	top: 80px;
	left: 700px;
}
/*----------------
Tagline
----------------*/
#tagline
{
	position: relative;
	margin-top: 10px;
	width: 755px;
	text-align: center;
	font-size: 20px;
	line-height: normal;
	font-style: italic;
}
/*----------------
TwoK
----------------*/
#twok
{
	margin: 0px auto;
	padding: 10px;
	padding-top: 20px;
	width: 780px;
	text-align: right;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form_view
{
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #7C0507;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #7C0507;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.webform select
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    width: 380px;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #7C0507;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}

.webform #contactype
{
    border-collapse: collapse;
    border-width: 0px;
}
.webform #contacttype input 
{
    float: left;
    width: 25px;
    margin: 0px;
    padding: 0px;
    border: none;
}
.webform #contacttype label
{
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    width: 330px;
}