html,body{
	margin: 0;
	background:url(../images/bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	left: 50%;
	position: relative;
	width: 800px;
	margin-left: -394px;
	background:url(../images/shadow.png) repeat-y;
}

#page{
	margin-left: 11px;
	width: 780px;
}

#header{
	background:url(../images/header2.png) no-repeat;
	width: 779px;
	height: 217px;
}

#menu{
	background: url(../images/bg_menu.png) repeat-x;
	height: 38px;
}

#menu ul{
	margin: 0 0 0 20px;
	padding: 0;
}

#menu ul li{
	display: inline;
	list-style-type: none;
}

#menu ul li a{
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 11px 5px 2px 5px;
	margin: 0 5px 0 5px;
	font-size: 10pt;
	font-weight: bold;
}

#menu ul li a:hover{
	border-bottom:4px solid #0080FF;
}

#menu ul li.this a{
	border-bottom:4px solid #0080FF;
}

#content{
	padding: 20px;
	color: #FFFFFF;
}

img{
	border: 0;
}
h1{
	font-size: 18pt;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h2{
	color: #0080FF;
	font-size: 10pt;
}

h3{
	background: #000000;
	color: #FFFFFF;
	font-size: 14pt;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 0;
	padding: 10px 10px 5px;
}

h4{
	color: #FFFFFF;
	font-size: 12pt;
}

h5{
	color: #FF00CC;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
a{
	color: #0080FF;
	text-decoration: none;
}

#left_box{
	width: 540px;
	float: left;
	margin-bottom: 50px;
}

#right_box{
	float: right;
	width: 180px;
	margin-bottom: 50px;
}

#contact_comments{
	font-size: 8pt;
	line-height:13px;
	clear: right;
}

#booking_box{
	background:url(../images/booking_box.gif) no-repeat;
	width:191px;
	height:135px;
	margin-bottom: 20px;
	padding-top: 45px;
	text-align: center;
}

#nav_right{
	background:url(../images/musicianswanted.png) no-repeat;
	width: 190px;
	height: 270px;
	padding-top: 40px;
	text-align: center;
}

#nav_right img{
	margin-bottom: 20px;
}

#nav_right a{
	display: block;
}

.black_box{
	background: #000000;
	padding: 20px 15px 10px 15px;
	font-size: 8pt;
	float: left;
	min-width: 95%;
}

.input_box{
	color: #666666;
	border: 1px solid #1E90FF;
	font-weight: bold;
	font-size: 12pt;
	padding: 0 3px 0 3px;
	width: 100%;
}

dl{
	margin: 5px 5px 15px 0;
}

dt{
	margin: 0;
	float: left;
	padding: 0;
	width: 100%;
}

label{
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	color: #6495ED;
}

dd{
	margin: 0;
}

#footer{
	background: url(../images/footer.jpg) no-repeat;
	height: 108px;
	clear: both;
}

#footer ul{
	margin: 0;
	padding: 85px 0 0 20px;
}

#footer ul li{
	display: inline;
	list-style-type: none;
}

#footer ul li a{
	color:#777777;
	font-size:8pt;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #0080FF;
}

.blue{
	color: #0080FF;
}

.button_submit{
	float: right;
	margin-top: 10px;
}

.notice{
	font-size: 8pt;
	font-style: italic;
}

.contact_list{
	float: left;
	width: 220px;
	margin-left: 20px;
}

.img_right{
	float: right;
	border: 5px solid #FFFFFF;
}

.require{
	color:#FF00CC;
}

.group{
	border:1px solid #0099FF;
	margin-bottom:20px;
	padding: 15px;
	color: #0080FF;
	font-size: 11pt;
	font-weight: bold;
}

.require_notice{
	margin: 0;
	font-size: 8pt;
	font-style:italic;
}

#booking_policy_box{
	background:url(../images/booking_policy_box_footer.gif) no-repeat scroll center bottom;
	width: 191px;
	padding-bottom: 36px;
}

#booking_policy_title{
	background:url(../images/booking_policy_box_title.gif) no-repeat left top;
	width: 191px;
	height: 34px;
}

#booking_policy_body{
	background:url(../images/booking_policy_box_body.gif) repeat-y;
	padding: 10px 0 20px 10px;
	font-size: 8pt;
	text-align: justify;
}

#booking_policy_body ul{
	padding: 0;
	padding: 0;
	list-style: inside;
	margin-left: 8px;
	margin-right: 5px;
}

#booking_policy_body ul li{
	margin-bottom: 10px;
}