@charset "UTF-8";
/* CSS Document */

body{
	background:#297076 url(/images/press_background.jpg) repeat-x top left; 
}

#movie {
	background: url(/images/banner_background.jpg) no-repeat top;
}

#left_nav{
	width:200px;
	background: #5CBBC3 url(/images/press_left_bg.png) no-repeat top left;
	background-repeat:repeat;

}

#main_nav {
	width:200px;
	overflow:hidden;
	background-color:#5CBBC3;

}

#content{
	text-align:left;
	width: 900px;
	background: #5CBBC3;
	
}

#content_area{
	padding:0px;
	margin:0px;
}


#right_col{
	background:#5CBBC3;	
}

#lower_panel{
	background-color:#5CBBC3;
}

#music_player{
	width:200px;
	overflow:hidden;
}

div#press_articles {
	width: 591px;
	height: 451px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #002626;
}

div#press_articles .article {
	background-color: #002626;
	margin: 7px;
}

div#press_articles .article tr {
	background-color: #336666;
	height: 160px;
	color: #E8C671;
}

div#press_articles .article tr td {
	padding-left: 15px;
	padding-top: 10px;
}

div#press_articles .title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

div#press_articles .date { 
	color: #E8C671;
	font-size: 12px;
	font-weight: bold;
}

div#press_articles .desc { 
	color: #E8C671;
}

div#press_articles a {
	color: #E8C671;
	text-decoration: none;
	width: 135px;
	display: block;
	border: 0px;
}

div#press_articles .link {
	color: #FFFFFF;
}

div#press_articles hr {
	color: #EFCD76;
	width: 562px;
	margin-left: 7px;
}

div#share {
	margin-bottom: 10px;
}

div#press_btn {
	width: 277px;
	height: 106px;
	overflow: hidden;
}

div#press_celeb_btn {
	width: 277px;
	height: 106px;
	overflow: hidden;
}


div#press_btn a {
	text-decoration: none;
	float: left;
	color: #000000;
	background: url(/images/press_btn.png) top left no-repeat;
	width: 277px;
	padding: 106px 0 0 0;
	margin-top: 0px;
	height: 0px !important;
	height /**/: 106px; /* for IE5/Win only */
	overflow: hidden;
}

div#press_btn a:hover {
	background-position: 0px -106px;
}

div#press_celeb_btn a {
	text-decoration: none;
	float: left;
	color: #000000;
	background: url(/images/celeb_btn.png) top left no-repeat;
	width: 277px;
	padding: 106px 0 0 0;
	margin-top: 0px;
	height: 0px !important;
	height /**/: 106px; /* for IE5/Win only */
	overflow: hidden;
}

div#press_celeb_btn a:hover {
	background-position: 0px -106px;
}



/*------------ MENU CSS -----------------*/
