/* MAIN PAGE STRUCTURE */
 
body {
	background-color: #2AA7C8;
}
 
#contentContainer {
	width: 744px;
	background-color: #2AA7C8;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}


#judges_1 {
	float:left;
	width: 744px;
	height:236px;
}

#judges_2 {
	float:left;
	background: url('../images/judges_2_bg.jpg') no-repeat;
	width: 744px;
	height:334px;
	_height:358px;
	margin-top:0px;
	padding-bottom:12px;
	_padding-bottom:0px;
}

	.judges_2_text {
		float:right;
		margin-right:45px;
		_margin-right:22px;
		width:400px;
	}

#songsContainer {
	float:left;
	width:744px;
	margin-top:-4px;
	_margin-top:-12px;
}

#songs_left {
	float:left;
	background: url('../images/songs_left.jpg') no-repeat;
	width:438px;
	height:216px;
}
	#songs_left_text {
		margin:80px 0 0 40px;
		width:390px;	
	}

#songs_right {
	float:right;
	background: url('../images/songs_right.jpg') no-repeat;
	width:306px;
	height:216px;
}

#sponsorshipContainer {
	float:left;
	width:744px;
}

	#sponsorship_left {
		float:left;
		width:101px;
		height:182px;
		background: url('../images/sponsorship_left.jpg') no-repeat;
	}
	
	#sponsorship_middle {
		float:left;
		width:506px;
		height:182px;
		padding-top:15px;
		background: url('../images/sponsorship_middle.jpg') no-repeat;
	}
	
	#sponsorship_right {
		float:left;
		width:137px;
		height:182px;
		background: url('../images/sponsorship_right.jpg') no-repeat;
	}


#albumContainer {
	float: left;
	margin-left:-40px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px !important;
	color: #ffffff !important;
}

#albumlist {
	list-style-type: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px !important;
	color: #ffffff !important;
}
#albumlist li {
	float: left;
	text-align:center;
	margin-right: 3px;
	margin-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px !important;
	color: #ffffff !important;
}
#albumlist img {
	display: block;
}

#albumlist a
{
	text-decoration:underline !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px !important;
	color: #ffffff !important;
}

#albumlist a:hover
{
	text-decoration:none !important;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px !important;
	color: #ffffff !important;
}

#footer {
	float: left;
	padding: 0 0 0 15px;
}
