/* Talent CSS */

html {
	margin: 0;
	padding: 0;
	}
	
body { 
	background-color: #000000;
	padding: 0;
	margin-top: 50px; 
	font-size: 12px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:justify;
}
		
p { 
	text-align: justify;
}

a { 	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	color:#FFFFCC;
}
td {
text-align: left;
}


#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	background-color: transparent;
	z-index: 1;
}

#roster {
	width: 100%;
	height: 16px;
	float: right;
	margin-top: 105px;
	margin-right:0px;
	float:right;
	position: absolute;
}


#artists_wrap {

width:100%;
padding-top:10px;
margin-left:0px;
margin-top: 10px;
position: absolute;
}

#border { border-color:#339999;
border-bottom-width:medium; }

#background_box{
	width:75%;
	margin-left: 231px;
	right: 0px;
	margin-top:0px;
	position: relative;
	z-index:8;


/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='background_test.png');
	padding: 5px 10px 5px 10px;
	float: right;
	height: 100%;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.background_box[class] {
  background-image: url(../images/background_test.png);
 }	


#top {
	float:right;
	width: 25px;
	position: absolute;
	right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #cc0000;
}

#line_top {
background-image:url(../images/line.gif);
background-repeat:repeat-x;
width:100%;
height:1px;
margin-top: 31px;
margin-left:0px;
float: left;
position: absolute;
}

#line {
background-image:url(../images/line.gif);
background-repeat:repeat-x;
width:100%;
height:1px;
margin-top: 128px;
margin-left:0px;
float: left;
position: absolute;
}



li {/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='background_test.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
li[class] {
  background-image:url(../images/background_test.png);
 }	

.mybutton{
 font-size: 9px;font-family: Verdana, Helvetica, sans-serif;    
 color: #003333;
 border-left: #525f99 1px outset;
 border-right: #525f99 1px inset;
 border-top: #525f99 1px outset;
 border-bottom: #525f99 1px inset;
 background-color:#66cccc;
 }
	

heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #99cccc;
	
	}
	
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #33CCFF; 
	font-style: normal;
	font-weight:bold;
		/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='background_test.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.text[class] {
  background-image:url(../images/background_test.png);
 }	
 
 .text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal
	font-weight: lighter;

