﻿body {margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 80%;background-image:url('images/Flag-Bkg.jpg');}
h1  {font-size:20px; font-family:Verdana, Arial, Helvetica, sans-serif ; }
h2 {  }
#wrapper  {width: 900px; margin: 0 auto 0 auto;  border: 2px #757575 solid; background-color: #FFFFFF;}
#header  {height: 107px; background-image:url('images/bkg-hdr.jpg');  }
#movie  {height: 177px; background-image:url('images/bkg-movie.jpg');  background-position:right; background-repeat:no-repeat; }
#movie-L {float:left; height: 140px; width: 450px; padding-top: 30px; }
#content  { clear:both }
#content-L  {float:left; width: 410px; padding: 15px; }
#content-R  {float:right; width:410px;  padding: 15px;}
#footer  {clear: both; height: 107px; background-image:url('images/car-strip.jpg') }
#subfooter  {height: 65px; padding: 15px; background-color:#363636  }
#subfooter-R {	float:right; width: 620px; }
#col-L {float: left; width: 160px;}
#col-R {float: left; width: 175px;}
#credits  {  }

.alignL40px {	text-align: left;	margin-left: 40px;}
.bs {clear:both; width: 750px; margin: 0 auto 0 auto; }
.content-L  {float:left; width: 420px; padding: 15px; }
.content-R  {float:right; width:420px;  padding: 15px;}
.center {text-align: center;}
.left {	text-align: left;}
.movie-margins {margin-left: 42px;}
.marginL40 {margin: 0 0 0 40px;}
.margintop7 {	margin-top: 7px;}

.style1 {margin-right: 46px;}
.style2 {color: #FFFFFF;}
.style3 {	text-align: center;	font-size: x-small;}
.style4 {	margin-right: 9px;}
.style5 {	float: left;	width: 420px;	padding: 15px;	text-align: center;}
.style6 {	text-align: left;}
.style7 {font-weight: normal;}
.style8 {	font-family: Arial, Helvetica, sans-serif;	font-size: 11pt;	margin: 0;	padding: 0 10px;}
.style17 {	margin-right: 13px;}
.style18 {	margin-left: 15px;}
.style19 {	margin-right: 13px;	margin-bottom: 15px;}
.style21 {	margin-top: 7px;	margin-left: 11px;	margin-right: 13px;}
.style22 {margin-left: 2px;	margin-right: 10px;}
.style23 {margin-left: 17px;}
.style24 {	border-width: 0px;}
.style25 {	border-width: 0px;	margin-right: 17px;}

.whitelink {}
.whitelink a:link {color: #FFFFFF; }
.whitelink a:visited {color: #FFFFFF; }
.whitelink a:active {color: #FFFFFF; }
.whitelink a:hover {color: #FF0000; }

#menu {clear:both; height :27px; background-color:#363636; border-bottom: 0px #000066 solid; border-top: 0px #8080FF solid; margin-top: 1px;}
	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-weight:bold;
width:120px;
padding:7px 0;
color:#FFF;
background:#363636;
text-decoration:none;
margin-right:1px;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#FFF;
background:#800000;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

