/* CSS Document */

body{
	background-color:#6FB7E7;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	} 
			
#container{
	width: 960px;
	margin: 0 auto 0 auto;
	}

#content {
	float:left;
	width:740px;
	margin-right:60px;
	}
	
#content h1 {
	color: #ffff01;
	font-size:2.4em;
	text-align:center;
	}
	
#content h2 {
	color: #ffff01;
	font-size:1.5em;
	}	
	
#content p {
	color:#FFFFFF;
	height: auto;
	clear: both;
	}

dl {
	color: #FFFFFF;
	}

dd {
	margin-left: 0;
	margin-bottom: 1em;
	}

#raw_talent_logo {
	width: 960px;
	text-align:center;
	}

#sponsor_and_others_info h2 {
	color: #FFFF01;
	font-size:1.35em;
	text-align:center;
	margin-top:100px;
	}
			
#sponsor_logos {
	float:left;
	width: 160px;
	height: auto;
	}

#sponsor_logos h2 {
	color:#FFFFFF;
	text-align:center;
	}
		
#sponsor_logos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sponsor_logos li{
	margin: 0 0 10px 0;
	padding: 0;
	text-align:center;
	}

img {
	border:none;
	}

dt {font-weight:bold;}

dt a {
	color:#FFFF33;
	text-decoration:none;
	}

dd a, p a {
	color:#FFFF66;
	text-decoration:none;
	}

dd a:hover, dt a:hover, p a:hover {
	color:#CCCCCC;
	}