/* CSS Document */
#main{
	float: left;
	width: 600px;
}

#main #titleParties{
	float: left;
	margin: 0;	padding: 0;
	width: 600px;
	height: 40px;
	font-size: 6px;
	background: #000000 url(../images/grfx/title_parties.gif) no-repeat;
}

.item{
	display: block;
	margin-bottom: 10px;
	float: left;
	width: 600px;
	height: 170px;
}

.newsimage{
	float: left;
	width: 170px; height: 170px;
}

.info{
	display: block;
	float: right;
	width: 420px;
	height: 170px;
}

.smalllogo{
	float: right;
}

.info h4{
	margin: 50px 0 20px 20px; padding: 0;
	width: 380px;
}

.info p{
	margin: 0 0 0 20px; padding: 0;
	width: 380px;
	height: 70px;
}


#extra{
	float: right;
	width: 280px;
}

#extra #titleDjs{
	float: left;
	margin: 0 0 10px 0;	padding: 0;
	width: 280px;
	height: 210px;
	font-size: 6px;
	background: #000000 url(../images/grfx/title_djs.gif) no-repeat;
}

#extra .item{
	float: left;
	margin-bottom: 10px;
	width: 280px;
	height: 170px;
	background-color: #000000;
}

#extra h4{
	margin: 10px 0 0 10px;
	color: #AA179C;
	font-size: 12px;
}

#extra p{
	color: #FFFFFF;
	margin: 0 10px; 0 10px;
	height: 130px;
}

#extra .streetTeam{
	display: block;
	float: left;
	padding-top: 40px;
	width: 280px;
	height: 310px;
	overflow: hidden;
	background: #FFFF00  url(../images/grfx/spread_word.gif) no-repeat;
}

#extra .streetTeam .streetTeamLink{
	display: block;
	float: left;
	padding-left: 280px;
	width: 280px;
	height: 170px;	
	background: #FFFF00 url(../images/grfx/street_team.jpg) no-repeat;
}

#extra .streetTeam p{
	float: left;
	margin: 0; padding: 10px 10px 0 10px;
	color: #000000;
	font-size: 9px;
	width: 260px;
	height: 117px;
}

.minisiteLink {
	float: right;
	display: block;
	margin: 4px 0 0 0; padding: 0 2px 0 2px;
	height: 13px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

.moreLink{ float: right };

.minisiteLink:hover{
	color: #000000;
	background-color: #FFFFFF;
}

.item .moreDjLink{
	float: right;
	display: block;
	margin: 3px 0 0 0; padding: 0 2px 0 2px;
	height: 13px;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
}

.item .moreDjLink:hover{
	color: #FFFFFF;
	background-color: #000000;
}