@charset "ISO-8859-1";
/* 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;
}


#header {
	height: 170px;
	width: 958px;
	position: relative;
	background: url(images/header.jpg) no-repeat;

}
#form {
	background: url(images/form_bkgd.gif) no-repeat;
	height: 100px;
	width: 280px;
	left: 500px;
	position: absolute;
	top: 46px;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
	float:right;
}
/* ------------- "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 {
	position: absolute;
	height: 460px;
	width: 679px;
	left: 279px;
	top: 125px;
}
#left {
	width: 431px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;

}
#right {
	float: right;
	width: 507px;
	padding-top: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding-left: 20px;
	background: #FFFFFF url(images/right.gif) no-repeat;
}
#right h1 {
	color: #B32014;
	margin-right: 50px;
}
.redHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B32014;
}
#right a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B32014;
}
#right a:hover {
	color: #666666;
}


#footer {
	height: 42px;
	width: 958px;
	position: relative;
	background-image: url(images/footer.jpg);
	font-family: Verdana, 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;
}

#test2 {
	height: 587px;
	width: 298px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 5;
}
#test3 {
	height: 587px;
	width: 298px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
#container #right h2 {
	font-size: 24px;
	color: #B32014;
	text-align: left;
	padding-top: 10px;
}
.style1 {
	color: #666666;
	margin-right: 20px;
}
.style2 {font-size: 18px
}
#form_container {
	height: 72px;
	width: 232px;
	left: 710px;
	position: absolute;
	top: 40px;
	visibility: visible;
}
#form {
	height: 25px;
	width: 210px;
	position: absolute;
	left: 10px;
	top: 35px;
}
.audition {
	width:400px;
	background: #e9e9e9;
	margin-bottom: 15px;
	border: 1px solid #B32014;
	padding: 10px;
	margin-top:20px;

}
.auditionL {
	width:380px;
	background: #e9e9e9;
	margin-bottom: 15px;
	border: 1px solid #B32014;
	padding: 10px;
	margin-top:20px;
	margin-left:20px;

}
.testimonial {
	width:400px;
	background: #FCF5D5;
	margin-bottom: 15px;
	border: 1px solid #B32014;
	padding: 10px;
	margin-top:20px;

}
.red {
	color: #B32014;
	font-weight: bold;
}
