#wrap {
	margin: 0; 	
	padding: 0;
	font-family: times, verdana;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
        float: left;
        width: 100%;
}

/* body */
body#tbss {background-color: #e8e8e8;}

/* content */

#header {
	width: 800px;
	text-align: center;
	padding: 10px 0px;
	margin: 0 auto;
        background-color: #ffffff;
        border-top: 3px solid #333333;
        border-left: 3px solid #333333;
        border-right: 3px solid #333333;
        border-bottom: 0px none #ffffff;
}

#divider {
        width: 795px;
	text-align: right;
	padding: 3px 5px 3px 0px;
	margin: 0 auto;
	background-color: #ff6600;
        border-top: 0px none #ffffff;
        border-left: 3px solid #333333;
        border-right: 3px solid #333333;
        border-bottom: 0px none #ffffff;
}

#scrolling {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
        border-top: 0px none #ffffff;
        border-left: 3px solid #333333;
        border-right: 3px solid #333333;
        border-bottom: 3px solid #333333;
}

#next_screening_box {
	float: right;
	margin: 7px 25px 0px 7px;
        width: 250px;
        text-align: center;
        padding: 0px;
        background-color: #ffffff;
        border: 1px solid #000000;
}

#past_screening_box {
	float: left;
	margin: 7px 25px 0px 7px;
        width: 250px;
        text-align: center;
        padding: 0px;
        background-color: #ffffff;
        border: 1px solid #000000;
}

#next_screening_title {
	float: left;
	margin: 0px;
        width: 243px;
        text-align: left;
        padding: 3px;
        background-color: #e8e8e8;
        border: 0px none #ffffff;
}
#next_screening_poster {
        float: left;
	clear: left;
        margin: 5px;
        width: 240px;
        padding: 0px;
        background-color: #ffffff;
        border: 0px none #ffffff;
}

#next_screening_info {
	float: left;
	clear: left;
	margin: 0px;
        width: 240px;
        padding: 5px;
	text-align: left;
        background-color: #ffffff;
        border: 0px none #ffffff;
}

#text_box {
	float: left;
        clear: left;
	overflow: auto;
        margin: 5px 0px 0px 0px;
        width: 425px;
        text-align: left;
        padding: 5px;
        background-color: #ffffff;
        border: 0px none #ffffff;
}

#text_box_program {
	float: right;
        clear: right;
	overflow: auto;
        margin: 5px 0px 0px 0px;
        width: 445px;
	height: 300px;
        text-align: left;
        padding: 5px;
        background-color: #ffffff;
        border: 0px none #ffffff;
}

#white_text {
        float: left;
        clear: left;
        margin: 5px 0px 0px 0px;
        width: 420px;
        text-align: left;
        padding: 5px;
        background-color: #ffffff;
        border: 0px none #ffffff;
}

#gray_text {
        float: left;
        clear: left;
        margin: 5px 0px 0px 0px;
        width: 420px;
        text-align: left;
        padding: 5px;
        background-color: #e8e8e8;
        border: 0px none #ffffff;
}

#curated_by {
        width: 800px;
	text-align: center;
	padding: 3px 0px;
	margin: 0 auto;
	background-color: #ff6600;
        border: 0px none #ffffff;
}

#tbss_form_header {
	position: relative;
	float: left;
	margin: 0px;
        width: 529px;
        text-align: left;
        padding: 3px 8px;
        background-color: #ff6600;
        border: 0px none #ffffff;
}

#tbss_form {
	position: relative;
	float: left;
	clear: left;
        margin: 0px;
        width: 520px;
        text-align: left;
        padding: 5px;
        background-color: #ffffff;
        border: 0px none #ffffff;
}

#tbss_form_back {
	float: left;
	clear: left;
	position: relative;
	margin: 0px;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	border: 0px none #ffffff;
}

#tbss_form_continue {
	float: right;
	position: relative;
	margin: 0px;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	border: 0px none #ffffff;
}

#footer {
	float: left;
	clear: both;
        width: 800px;
	height: 50px;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	background-color: #e8e8e8;
        border: 0px none #e8e8e8;
}

/* link attributes */
a:link {
    text-decoration: none; color: #000000;
    }
a:visited {
    text-decoration: none; color: #000000;
    }
a:active {
    text-decoration: none; color: #000000; 
    }
a:hover {
    text-decoration: underline; color: #000000; 
    }

/* All the scrolling formatting */
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:0 20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	

	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
                padding: 5px;
		text-align:left;
		width:800px;
		background:#fff;		
		margin-bottom:2em;
		}
                
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:770px;
		overflow: hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
		width:30px;
		height:77px;
		position: relative;
		left:-33px;
		top:-220px;
		z-index:800;
		}	
	#nextBtn, #slider1next{ 
		left:803px;
		top:-300px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position: relative;
		width:30px;
		height:77px;
		background:url(tbss_images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(tbss_images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
                position: relative;
		margin: 15px 0px 0px 360px;
		padding:0;
		height:28px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
