@charset "UTF-8";
/* CSS Document */

/* ------------- "generic" styles */
*{
	padding:0;
	margin:0;
}
body {
	margin:					0px;
	padding:				0px;
	background-color: 		#B32014;
	font:Arial, Helvetica, sans-serif;
}
#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	position: relative;
	background-color: #ffffff;
	height: 100%;
	overflow:hidden;
	}
#form {
	height: 80px;
	width: 240px;
	left: 692px;
	position: absolute;
	top: 40px;
	visibility: visible;
	text-align: center;
	background-image:url(../images/form_bkgd.gif);
	background-repeat:no-repeat;
	vertical-align: middle;
}
/* ------------- "header" styles */	
#header {
	height: 170px;
	width: 958px;
	position: relative;
	background-image: url(../images/AuditionHead.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/* ------------- "navigation" styles */
#navigation {
	height: 27px;
	width: 908px;
	position: relative;
	top: -15px;
	margin-left:30px;
	margin-right:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b32014;
	display: inline-block;
}
#navigation li{
	display: inline;
	list-style-type: none;
	position: relative;
	}
/* ------------- "content" styles */
#content {
font:Arial, Helvetica, sans-serif;
}
#contentLeft{
	width: 431px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#contentLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #b32014;
	line-height: 17px;
	width: 431px;
	text-align: center;
	position: absolute;
	top: 590px;
	left:11px;
}
#contentLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #FFDE2D;
	width: 100px;
	text-align: center;
	position: absolute;
	top: 420px;
	left: 312px;
}
#Aud2 {
	height: 587px;
	width: 298px;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}
#Aud3 {
	height: 587px;
	width: 298px;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}
#contentRight{
	background-image: url(../images/AudRight.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	float: right;
	width: 507px;
	padding-top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	padding-left: 20px;
}

#contentRight h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:.5px;
	padding-top:3px;
	padding-bottom: 10px;
}
#contentRight h2{
	font-size:18px;
	color:#999999;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	letter-spacing:.5px;
	margin-top:15px;
	}
#contentRight h3{
	font-size:18px;
	color:#666666;
	line-height: 20px;
	font-weight: normal;
}
#contentRight h4{
	font-size:20px;
	color:#b32014;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:5px;
}

#contentRight h6{
	font-size:12px;
	color:#0000C0;
 	line-height: 18px;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:5px;
}
#contentRight p{
	font-size:12px;
	color:#000000;
	line-height: 15px;
	font-weight: normal;
	margin-top:3px;
}
#contentRight p b{
	font-weight: bold;
	letter-spacing:.75px;
}

#contentRight a {
	color:#b32014;
	text-decoration:none;
}

/* ------------- "footer" styles */
#footer {
	background-image: url(../images/footer.jpg);
	height: 59px;
	width: 958px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 17px;
	float: left;
}
#footer a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #B32014;
	text-decoration: none;
}
.red {
	color: #B32014;
	font-weight: bold;
}

.audition {
	width:465px;
	background: #e9e9e9;
	margin-bottom: 15px;
	border: 1px solid #666666;
	padding: 10px;

}

.explain{
	clear: left;
	float: right;
	width: 260px;
	position: relative;
	top: -75px;
}

#auditionForm {
	height: 80px;
	width: 240px;
	left: 692px;
	
	visibility: visible;
	text-align: center;
	background-image:url(../images/form_bkgd.gif);
	background-repeat:no-repeat;
	vertical-align: middle;
}
