body {
	padding: 0;
	background: #000000 url(images/bg.jpg) no-repeat top fixed;
	font-family: Arial, Helvetica, "Trebuchet MS",  sans-serif;
	font-size: 13px;
	color: #333333;
}

a:link {
	color: #660066;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #770D10;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	width: 980px;
	height: 133px;
	margin: 0 auto 0 auto;
}

#logo {
	float: left;
}

/* Menu */

#menu {
	background: url(images/navbg.png) no-repeat;
	height:60px;
	width:980px
	float: left;
	clear:both;
}
#menu table td.menutd {
	padding-right:.2em;
}



/* Content */

#container {
	background:#eaeaea;
	clear:both;
	margin: 0 auto 0 auto;
	width: 980px;
	padding: 15px 0;
}

#featured {
	background:url(images/featuredbg.gif) no-repeat top #757575;
	color: #FFFFFF;
	padding:10px 0;
	width: 940px;
	height: 230px;
	margin: 0 auto;
}
#featured h3 {
	margin-top:-60px;
}
#featured h2 a {
	margin-top:-20px;
	text-decoration:underline;
	color:#FFFFFF;
}

.featimg { 
	margin: 0 25px 0 5px;	
}
#content {
	margin:0 10px;
}
#content p, h3, h4 {
	background:#cccccc;
	padding: 5px;
}
#blog p {
	background:none;
}
table.front3 {
	width:940px;
	margin: 10px auto 0 auto;
	vertical-align:text-top;
	height: 200px;
}
table.front3 td {
	background:url(images/front3bg.jpg) no-repeat top #eaeaea;
	width:288px;
	min-height: 200px;
	margin: 10px auto 0;
}
table.front3 td h3 {
	background:none;
	padding: 0 15px 0 20px;
	margin-top:15px;
	font-size:medium;
}

table.front3 td p {
	padding: 5px 40px 0 20px;
}

/*Auditon form Tables */
table.audition {
	border-bottom: solid 2px #333333;
	margin-bottom: 10px;
}

table.audition td {
	border-bottom:solid 1px #333333;
	margin-left:-2px;
}

table.audition caption {
	background:#000000;
	color:#FFFFFF;
	font-size:medium;
}
td.step {
	background:#999999;
	color:#FFFFFF;
	font-size:medium;
	margin:25px;
	text-align:center;
}
td.stepactive {
	background:#333333;
	color:#FFFFFF;
	font-size:medium;
	margin:25px;
	text-align:center;
}

/*End Auditon form Tables */

/* Team Section */
div.teamportrait {
	width: 600px;
	float:left; 
	margin-right: 10px;
}
div.teambio {
	width:345px; 
	margin: 0 auto 0;
	float:left;
}
div.teambio h3,p {
	padding: 0 10px;
}
div.fullteam {
	width:100%;
	background:#999999;
	clear:both;
	margin: 5px auto;
	text-align:center;
}
table.teammember {
	padding: 5px 0 0 50px;
	width: 100%;
	text-align:center;
}
table.teammember img {
	margin:5px;
}

/* Team Section */

/* Footer */

#footer {
	background:url(images/footerbg.gif) no-repeat bottom;
	width:980px;
	height: 50px;
	min-height: 50px;
	margin: -15px auto 0 auto;
	text-align:center;
}
#footer p { 
	margin-top:5px;
}

/* Blog CSS */

.mysite_title1 {
	font-size:large;
}
a.mysite_title_link1 {
	text-decoration: none;
	font-size:medium;
}
.mysite_content1 {
	margin-left: 25px;
	border-bottom:solid 1px #333333;
}
a.mysite_title_link1 li {
	list-style:none;
}
a.mysite_item_links1 {
}


