body {
font: 11px Arial, Helvetica, sans-serif; 
margin: 0; 
padding: 0; 
background: #BCCFCA;
color: #333; 
text-align:center; /* for IE */
min-height: 100%; height: 100%; }


h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	}
	
/*links*/	
#navlist a { color: #fff; text-decoration: none;}
#navlist a:hover { color: #000; text-decoration: none;}
#navlist a:visited { color: #fff; text-decoration: none;}
/*//links*/	


/*bodytsyle*/
#wrapper { width: 750px; border: 1px solid #000; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: left; background: #fff;}

#header { background: #CCD6E0; width: 750px; height: 260px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
#movie { float: left; }
#heading { float: left; width: 200px; text-align: center; padding: 0; margin-left: 2em; margin-top: 2em;}

#content { width: 750px; padding: 1.0em; }

#text { width: 380px; margin: 0 0 0 0; line-height: 1.5em; text-align: justify; padding: 4px;}

.image {float: left; clear: both; border: 1px solid #333;  margin: 0 2.5em 10px 0; }

td {font-size: 11px; padding: 4px;}

.thumbnail
{
float: left;
width: 100px;
margin: 0 1em 1em 0;
border: 1px solid #333;
}

#press {width: 500px; text-align: left;}

/*//bodytsyle*/


/*nav style*/

#navcontainer
{
background: #999;
overflow: hidden;
width: 750px;
}

#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
margin: 0 .5em 0 -0.2em;
padding: .2em .9em .2em 1.2em;
}
/*nav style*/

.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}