/* ebtv Styles */


body {
	font-size:80%;
	font-family:verdana,arial,sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	text-align: left;
	background-color:#ffffff;
}



#holder {
	width:720;
	height:520px;
	margin:24px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	background-color:#0;
}

#header {
	width:720px;
	height:138px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	padding:0px 0px 16px 0px;
	background-image:url(images/headerwithreflection.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align: middle;
	line-height: 100px;
}

h1 {
	font-family: Helvetica, Futura, Trebuchet MS;
	font-weight:bold;
	color: #bbbbbb;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 48px;
}

#title {
	font:bold 250% Futura, tahoma, arial, verdana, sans-serif;
	float:left;
	border-top:7px;
	margin-left:7px;
	color:#eeeeee;
}


/* FOOTER */
#footer {
	width:720px;
	height:20px;
	background-color:#fefefe;
	margin:12px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;	
}

#footer ul {
	font-family: Futura, Trebuchet MS;
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	list-style:none;
/*	margin-top:0.7em;*/
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
}

#footer li {
	display:inline;
	border-right: 1px solid #777777;
	padding:.3em 2%;
}


/* Main layout DIV styles */
#mainwrapper {
	float: left;
	width: 512px;
	height: 584px;
	background-color:#555500;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#moviewrapper {
	float: left;
	width: 100%;
	height: 288px;
	background-color:#005500;
}

#column1 {
	float: left;
	width: 48%;
	height: 296px;
	background-colour:#550000;
}

#column2 {
	float: right;
	width: 48%;
	height: 296px;
	background-color:#ff0000;
}

#sidebar {
	float: right;
	background-color:#555555;
	width: 200px;
	height: 584px;
}





/** Navigation **/

ul#nav {
   	list-style:none;
   	margin:0;
	text-align:center;
	padding:0;
	background-color:#333333;
	border-left:7px #white solid;
	border-right:7px #white solid;
	width:726px;
   	height:22px;	
}


#nav li {
	list-style:none;
   	border-left:1px inset #cccccc;
   	border-right:1px inset #555555;
    width:72px;
    height:21px;
    float:left;
	display:inline;
    text-align:center;
	color:#bbbbbb;
	background:url(images/buttonstripe.gif) repeat-x left top;
}

#nav a {
	font-size:100%;
	font-family:verdana,arial,sans-serif;
    display:block;
	text-decoration:none;
	color:#cccccc;
	margin:1px;
	background:transparent;
}

#nav a:focus, #nav a:hover, #nav a:active {
	background:#555555;
	color:#eeeeee;
	text-decoration:underline;
}

ul#nav li#active {
	background:#dddddd url(images/selectedbuttonstripe.gif) repeat-x left top;;
	color:#ffffff;
	text-decoration:underline;
}

ul#nav li#bookend {
	list-style:none;
	border-left:0px;
	margin-top:0px;
	font:normal 80% 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
	width:160px;
	height:21px;
	text-decoration:none;
	float:right;
	text-align:center;
	background: transparent;
	color:#eeeeee;
	background:#dddddd url(images/selectedbuttonstripe.gif) repeat-x left top;;
}


