/*Main body information*/

body{
padding:0;
margin: 0;
background: #555555 url('../images/movie-background.gif') repeat-x top left;
line-height: 1.5;
font-style:normal; 
font-weight:normal;
font-size:12px; 
font-family: "Trebuchet MS", sans-serif;
text-align: center;
}

.imgAL{
float: left;
padding-right: 10px;
}

.imgAR{
float: right;
padding-left: 10px;
}

/*layout for headers*/

.head{
font-weight:bold; 
font-size:14px; 
color:#eeeeee; 
background:#990000;
text-align: center;
border: 1px solid black;
}

/*the main content*/

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 0;
background: #555555;
text-align: left;
color: #eeeeee;
height:100%;
border:0;
}

/* three column layout stuff - main GVP page only*/

#left{ 
float:left; 
width:250px; 
padding:10px;
margin: 0;
/*padding-top: 5px;*/
}

#line{
border-top: 3px dotted #eeeeee;
margin-top: 5px;
}


#middle{
margin-left:270px;
padding: 10px;
border: 0;
}

/* header info; spans the whole page*/

#header{
height: 265px;
clear:both;
width: 990px;
border: 5px solid black;
background-color: black;
background-repeat: no-repeat;
background-position: center right;
font-size: 12px;
color: white;
line-height: 1.2;
}

#blurb{
width: 180px;
margin: 5px;
}

/* footer info; spans the whole page*/

#footer{
clear: both;
width: 100%;
background: black;
color: #aaaaaa;
text-align: center;
padding: 4px 0;
border: 0;
border-top: 5px double #eeeeee;
font-size: 10px;
line-height: 1em;
}

/*link definitions for the footer*/

#footer a{
color: #396772;
}

/*no default border around any image*/

img{
border: 0;
}

/* Link Rules */
a{
color: orange;
font-weight: bold;
text-decoration: none;
}

a:hover{
text-decoration: underline overline;
}

.menu{
text-align: center;
font-weight: bolder;
}

.menu a{
font-size: 16px;
font-weight: bolder;
text-decoration: none;
color: #eeeeee;
padding-left: 15px;
padding-right: 15px;
}

.menu a:hover{
color:orange;
text-decoration: none;
}

.tit{
text-align: center;
font-size: 36px;
color: orange;
font-weight: bolder;
}