@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;
	}
/* ------------- "header" styles */	
#header {
	height: 170px;
	width: 958px;
	position: relative;
	background-image:url(../images/WorkHeader.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{
	background-color:#FFFFFF;
	width: 381px;
	position: relative;
	float: left;
	background-image:url(../images/welcomeL.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height:560px;
	padding-top: 90px;
	padding-left: 50px;
}
#contentLeft img {
	margin: 0px;
	padding: 0px;
}
#contentLeft h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:28px;
	color:#B32014;
	padding-top:25px;
	padding-bottom:15px;
	text-align: left;
}
#contentLeft h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:22px;
	color:#999999;
	padding-bottom:15px;
	text-align: left;
}
#contentLeft h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:20px;
	color:#999999;
	padding-bottom:15px;
	text-align: left;
	margin-right:15px;
}
#contentLeft a {
	font-weight: bold;
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 60px;
	text-decoration: none;
}
#contentLeft  a:hover  {
	font-weight: bold;
	color: #B32014;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}

#contentRight{
	background-image:url(../images/welcomeR.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;
}

#contentRight h2{
	font-size:22px;
	color:#999999;
	line-height: 22px;
	font-weight: bold;
	letter-spacing:.5px;
	margin-top:20px;
	margin-right:10px;
}
#contentRight p{
	font-size:16px;
	color:#999999;
	line-height: 20px;
	font-weight: normal;
	padding-right: 20px;
	padding-top:15px;
}

/* ------------- "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;
}
#container #contentRight a {
	color: #B32014;
	text-decoration: none;
}
.red {
	color: #B32014;
	font-weight: bold;
}
.audition {
	width:400px;
	background: #e9e9e9;
	margin-bottom: 15px;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 30px;
}
#contentRight .audition p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
