html, body{ 

 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#fff; 
 font-family:arial;
 font-size: 12px;
} 

h1{
 font-size: 24px;
}
h2{
 font-size: 16px;
}

#headertitle { 
    position: relative;
		float:right;
}

#headertitle h1 {
    font-size: 36px;
    margin: 0;
    padding: 45px 60px 45px 75px;
    color: #000;
    text-shadow: #81A75B 2px 2px 2px;
}
#headertitle h1 a {
    font-size: 36px;
    text-decoration: none;
    border-bottom: none;
    color: #000;
}
#headertitle h1 a:hover { 
    color: #000; 
    text-shadow: #fff 0 0 4px;
}




a {
color:#000000;
line-height: 10px;
text-decoration:none;
font-weight:bold;
}

a:hover { 
text-decoration: underline;
} 

#content{
padding:10px;
}

#close{
text-align:right;
}

#close a{
font-weight: bold;
padding: 3px;
border: solid 1px #c0c0c0;
}

#close a:hover{
background-color: red;
color: white;
text-decoration:none;
}

#menu{
text-align:right;
position:absolute;
top:510px;
left:245px;
}

#form{
padding: 15px;
text-align:left;
font-size:120%;
}

#menu a{
font-weight: bold;
color:#191717;
padding: 10px;
}
#menu a:hover{
text-decoration: underline;
background-color: #DFDFDF;
}

#film_logon{
float:right;
width:190px;
height:90px;
padding:20px;
background: url(../images/film_logon.jpg) 0 0 no-repeat; 
}
 
#account_logon{
float:right;
width:190px;
height:460px;
padding:20px;
background: url(../images/account_logon.jpg) 0 0 no-repeat; 
}
 
#content_left{
float:left;
width:700px;
}
 
#home_bullet{
font-size:16px;
padding-left:50px;
background:#EFFCFF;
line-height:22px;
}

#pagewidth{ 
 width:960px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border 1px #c0c0c0 solid;
} 

#header{
 position:relative; 
 height:546px; 
 background: #FFFFFF url(../images/header_banner.jpg) 0 0 no-repeat; 
 width:960px;
 margin: 5px 0 0 0;
} 

.news-container{
width: 550px; 
height: 100px;
float:left;
margin: auto; 
padding: 20px; 
background: #FFFFFF url(../images/testimonial.jpg) 0 0 no-repeat;
}

.news-container ul{
list-style-type:none;
width: 500px; 
}

.news-container ul li{
font-size:14px;
font-weight:bold;
font-style:italic;
color:#4F8E9F;
}

#newsdiv{
height: 80px;
}

.news-container ul li a{
color:#5F5F47;
}




#footer{
width:100%;
height:100px;
background: #FFFFFF url(../images/footer_back.jpg) 0 0 no-repeat; 
}

#footermenu{
text-align:center;
position:relative;
top:30px;
}

#footermenu a{
font-weight: bold;
color:#505050;
padding: 10px;
}
#footermenu a:hover{
text-decoration: underline;
background-color: #DFDFDF;
}



