body 
{
    width:100%;
	background-color: #C6D8E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#main 
{
    width:1200px;
	margin:0 auto;
	min-width: 1200px;
	max-width: 1200px;
	text-align: left;
}

#logo {
	position: static;
	width: 100%;
	float: left;
	background-image:url(images/logo_mirrored.jpg);
	background-position: top;
	background-repeat:no-repeat;
	padding:200px 0 30px 0;
}

#logo a,a:visited {
	color:#006699;
	font-size:20px;
}

#logo a:hover {
	color:#FF9900;
	font-size:20px;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight:normal;
	color: #FF9900;
	margin-bottom:15px;
}

a {
	color:#006699;
}

a visited {
	color:#006699;
}

a hover {
	color:#FF9900;
}

#performer {
	background: url(images/bg_stars.gif) repeat;
	position: relative;
	width: 250px;
	float: left;
	border: #FF9900 thin dotted;
	padding: 20px;
	margin-left: 10px;
	height:auto;
}

#performer p {
	line-height:1.8em;
}

#performer a {
	font-size:16px;
}

.joblist 
{
    	background: url(images/bg_stars.gif) repeat;

	background-color:#dce8f1;    
	width: 500px;
	float: left;
	border: #FF9900 thin dotted;
	padding: 20px;
	margin-left: 25px;
	margin-right: 10px;
	height:650px;
	
}

#joblist p {
	line-height:1.8em;
}

#joblist a {
	font-size:16px;
}

#producer {
	background: url(images/bg_stars.gif) repeat;
	position: relative;
	width: 250px;
	float: right;
	border: #FF9900 thin dotted;
	padding: 20px;
	margin-right: 10px;
	height:auto;
}

#producer p {
	line-height:1.8em;
}

#producer a {
	font-size:16px;
}

#news {
	background: url(images/news_backstage.jpg);	
	width: 250px;
	height: 210px;
}

#foot {
	position:static;
	float:left;
	clear:left;
	width:100%;
	padding: 50px 0 50px 0;
}