@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;
}
#contentRight{
	background-image: url(../images/ExpRight.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 h3{
	font-size:14px;
	color:#b32014;
	line-height: 10px;
	font-weight: bold;
	letter-spacing:.25px;
	margin-top: 15px;
}
#contentRight p{
	font-size:12px;
	color:#999999;
	line-height: 16px;
	font-weight: normal;
	padding-right: 20px;
	margin-top: 2px;
}
#contentLeft{
	background-color:#FFFFFF;
	width: 431px;
	position: relative;
	float: left;
}
#Exp2 {
	height: 587px;
	width: 298px;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}
#Exp3 {
	height: 587px;
	width: 298px;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

/* ------------- "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;
}
