/* NEWS */
#news-container {
	float: left;
	padding: 36px 0px 0px 24px;
	width: 347px;
}

#news-container #header-thenews {
	margin: 0px 0px 0px 6px;
}

#news-container iframe {
	margin: 5px 0px 0px 0px;
}




/* MUSIC VIDEOS */
#music-container {
	width: 256px;
	float: left;
	margin: 24px 0px 0px 16px;
	border-right: 1px solid #180a05;
}


#music-header {
	width: 233px;
	padding: 0px 8px 0px 9px;
}

#music-header #img-musicvideos {
	padding: 6px 0px 0px 0px;
}

#music-header #img-arrow-music {
	float: right;
}

#music-content-container {
	background-color: #5d4631;
	width: 100%;
	clear: both;
	margin-top: 4px;
}

#featured-movie-container {
	background: url(/site/imgs/site/home_featured_border.jpg) no-repeat 5px 11px;
	border-bottom: 1px solid #443120;
}

#featured-movie-container #img-featured {
	padding: 21px 0px 18px 20px;
}

#featured-movie-container #feature-movie-txt {
	font-size: 11px;
	padding: 0px 11px 20px 11px;
}

#music-other-container {
	padding: 11px 4px 0px 9px;
}

#music-other-container .othermovie {
	float:left;
	margin: 0px 0px 10px 0px;
	width: 80px;
}

#music-other-container .othermovie p.othertitle {
	margin: 0px;
	padding: 0px 0px 6px 2px;
	font-size: 10px;
}


#music-space {
	clear: both;
	display: block;
	height: 38px;
/*	padding: 17px;*/
/*	background-color: #FF0000;*/
}

.watchbtn, .watchbtn:visited {
	display: block;
	width: 62px;
	height: 20px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/site/watch_btn.gif) no-repeat top left;
}

.watchbtn:active, .watchbtn:hover {
	background-position: 0px -20px;
}




/* MOVIES */
#movies-container {
	float: left;
	width: 272px;
	margin-top:  29px;
}

#movies-header {
	width: 238px;
	padding: 0px 8px 0px 12px;
}

#movies-header #img-movies {
	padding: 6px 0px 0px 0px;
}

#movies-header #img-arrow-movies {
	float: right;
}

#movies-menu {
	clear: both;
	margin-top: 4px;
	background-color: #6f553e;
	width: 256px;
}

#movies-menu #movies-menu-leader {
	padding: 18px 10px 24px 10px;
}

#movies-menu #movies-menu-leader img {
	margin: 0px 6px 8px 0px;
	float: left;
}

#movies-menu #movies-menu-leader p.leader {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
	float: left;
}



a.leaderlink {
	font-size: 11px;
	clear: both;
	display: block;
	margin-bottom: 6px;
}


.morebtn, .morebtn:visited {
	margin-top: 2px;
	display: block;
	width: 54px;
	height: 20px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/site/more_btn.gif) no-repeat top left;
}

.morebtn:active, .morebtn:hover {
	background-position: 0px -20px;
}




/* ABOUT THE FILMMAKER */
#about-container {
	clear: both;
	background-color: #6f553e;
	width: 256px;
}

#about-header {
	padding: 12px 4px 0px 12px;
	margin: 0px;
}

#about-container #img-filmmaker {
	padding-top: 6px;
}

#about-container #img-arrow-filmmaker {
	float: right;
}


#about-content {
	padding: 11px 8px 10px 12px;
}

#about-content img {
	margin: 0px 8px 4px 0px;
	float: left;
}

#about-content p.leader {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}

#about-space {
	clear: both;
	display: block;
	height: 52px;
}