@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%;
	}
#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;
}
#center_content {
	width: 878px;
	height: 100%;
	top: 154px;
	float: left;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	background: url(../images/center.gif) no-repeat;
}
#center_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #999999;
	text-decoration: none;
	display: inline;
	margin-left: 15px;
	margin-right:45px;
	list-style-image: none;
}

#center_content li a {
	font-weight: bold;
	color: #B32014;
	text-decoration: none;
}

#center_content li  a:hover  {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#left {
	width: 431px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#right{
	background-color:#FFFFFF;
	float: right;
	width: 431px;
	}
.audition {
	width:400px;
	background: #FDF7D7;
	margin-bottom: 5px;
	margin-top:10px;
	padding: 10px;
}

/* ------------- "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;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

