html {
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
/* for non-css3 browsers */
	background-color: #000000;
/* for IE */
	filter: 
	progid:DXImageTransform.Microsoft.gradient(startColorstr='#006600', endColorstr='#000');
  /* for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#000)) fixed ;
/* for firefox 3.6+ */
	background: -moz-linear-gradient(top,  #006600,  #000) fixed; 
	color:#fff;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	border:0px;
	margin:0px;
	padding:0px;
	min-height: 101%;

}

a:link	{
	color:#006600;
	text-decoration:underline;
	}
a:visited{
	color:#006600;
	text-decoration:underline;
	}
a:hover	{
	color: #9966ff;
	text-decoration:underline;
	}
a:active{
	color:#006600;
	text-decoration:underline;
	}

img {border:0;}

table {
	background-color:#ccc;
	margin-left:30px;
	border:1px solid #18282c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

td {
	background-color:#fff;
	border:1px solid #18282c;
	padding:5px;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#center {
	z-index:100;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	top:0px;
	width:1099px;
	height:220px;
	background-image:url('header2.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

#center a:link{color:#ffffff;text-decoration:none;}
#center a:visited{color:#ffffff;text-decoration:none;}
#center a:hover{color: #9966ff;text-decoration:none;}
#center a:active{color:#ffffff;text-decoration:none;}


#center h1 {
	position:relative;
	float:left;
	font-family:"lucida sans unicode"; 
	font-size:58px; 
	margin-left:30px;
	margin-top:60px;
}

#contact {
	color:#eee;
	float:right;
	margin-right:150px;
	margin-top:100px;

}


#bar {
	position:relative;
	z-index:100;
	width:1099px;
	height:40px;
	padding-top:10px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

ul.nav { }

ul.nav li {
	display: inline;
}


#bar a { 
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	padding-right:15px;
	padding-left:15px;
	
}

#bar a:link {text-decoration:none;
	color:#eee;
}
#bar a:visited {text-decoration:none;
	color:#eee;
}
#bar a:hover {text-decoration:none;
	color:#9966ff;

}

#bar a:active {text-decoration:none;
	color:#eee;
}


#class {width:600px;
	padding-bottom:20px;
}

#main {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width: 1019px;
	background-color:#fff;
	color:#374549;
	font-size:12px;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:40px;

}

#text {width:450px;
}

#viewer {
	position:relative;
	float:right;
	margin-left:20px;
	margin-top:30px;
	z-index:5;
	background-color:#000;
	width:600px;
	height:457px;

}

#chacha {
	position:relative;
	margin-top:20px;
	background-color:#000;
	height:344px;
	width:425px;
	z-index:5;
	float:right;
	clear:right;
	margin-right:30px;
	border:40px solid black;
}



#maincomp {
	z-index:3;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width: 1099px;
height:700px;
	background-image:url('troupe3.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	color:#fff;
	padding-left:0px;
	padding-right:0px;
	padding-top:1px;
	padding-bottom:0px;
	background-color:#312e55;

}

#audition {position:relative;
	
	z-index:6;
	top:50px;
	left:230px;
	width:400px;

}

#main h1 {font-family:arial;font-size:18px;color:#000;margin-left:10px;margin-top:20px;}
#main h2{font-size:14px;color: #374549;margin-left:20px;}
#main p{
	margin-left: 20px;
 	font-family: arial;font-size:12px;
	color: #374549;
	margin-right:50px;
	}



.plain {list-style-type:none;
margin-left:-18px;
}



#smart {
	position:relative;
	width:1099px;
	float:left;
	padding:0px;
	margin:0px 0px 0px -40px;
	background-color:#fff;"
	
}



#nets {
	position:relative;
	float:right;
	width:600px;
	text-align:center;
	margin-top:20px;

}

#lefttext {
	position:relative;
	float:right;
	width:244px;
	
	margin:0px;
	padding:0px;
}

#lefttext p {margin-right:0px;}

.centered {
	display:block;
	margin: 0px auto;
}

.slideshow { margin: 0px auto; padding: 0; }

.slide { margin: 0; padding: 0 }

.slideshow, .slide { height: 432px; width: 432px; }

.slide img { 
 background-color: #eee; margin: auto; display: block }

	
