/* HOME PAGE  - Body and Container*/
body {
	margin: 0;
	padding:0;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #988568;
	text-decoration: none;
	background: #000000 url("images/bg.jpg") no-repeat center top;
	line-height: 1.4em;
	}

/* GENERAL - Links */
    a:link, a:active, a:visited {
	text-decoration:none;
	color:#ffffff;
	background-color:inherit;
	}
	
	a:hover {
	color:#FF9900;
	background-color:inherit;
	text-decoration:none;
	}

img {
	border-color: #45361E;
}
	
#container {
	margin: 0 auto;
	padding:0;
	width: 950px;
	text-align: center;
	background: url("images/container_main_bg.jpg") no-repeat center top;
}

#content {
	width: 950px;
	height: 600px;
	text-align: left;
}

#content_header {
	width: 950px;
	height: 115px;
	text-align: left;
}

#content_main {
	width: 950px;
	color:#ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 300px;
}

#content_main_left {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 350px;
	float: left;
}

#content_main_right {
	margin: 0;
	padding: 30px 80px 0 0;
	text-align: left;
	width: 480px;
	float: right;
}

#content_title {
	margin: 0;
	padding: 0 0 20px 0;
	color:#bc976a;
	font-size: 19px;
	font-weight: normal;
	float: left;
	width: 200px;
}

#content_subnav {
	margin: 0;
	padding: 3px 21px 0 0;
	color:#bc976a;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	float: right;
	width: 250px;
	}

#content_main_right a {
	/* padding: 2px 3px 2px 3px; */
	color:#D68000;
	}

#content_main_right a:hover {
	color:#FF9900;
	text-decoration: none;
	/*padding: 2px 3px 2px 3px;
	background-color: #663300; */
	}
	
#footer {
	margin: 0 auto;
	padding:0;
	width: 950px;
}

.spacer {
	padding: 0;
	margin: 0;
	height: 20px;
	}	
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	}

.title {
	color:#bc976a;
	font-size: 13px;
	font-weight: bold;
	}

/* End Structure */

 /* GENERAL - Fonts */
	.bold {
		font-weight:bold;
	}
	.italic {
		font-style:italic;
	}
	.red {
		color: #bc976a;
	}
	.subtitle {
		color:#bc976a;
		font-weight: bold;
	}
		
/* Movie Info and Media */
    #block_frame .media {
        margin-left:0px;
        height:27px;
        width:350px;
        margin-bottom:2px;
    }
    #block_frame .media div {
        float:left;
    }
    #block_frame .media_qt {
        padding-left:4px;
        padding-top:2px;
    }
    #block_frame .media_title {
        text-align:left;
        line-height:25px;
        padding-left:5px;
    }
	
/* SCROLL */
b.jScrollArrowUp {
	background: url(images/scrollbarUp.png) no-repeat 0 0;
    cursor:pointer;
}
b.jScrollArrowDown {
	background: url(images/scrollbarDown.png) no-repeat 0 0;
    cursor:pointer;
}
.holder {
	float: left;
}
.scroll-pane {
	padding: 0; 
	margin: 0; 
	width: 450px;
	overflow: hidden;
	float: left;
	height: 230px;
	text-align: justify;
}

#schedule_close {
	text-align:right;
	padding-top:7px;
}

#schedule_close a {
	color: #bc976a;
	text-decoration: none;
}

#schedule_close a:hover {
	color: #000000;
	text-decoration: none;
}