body, iframe {
margin-left:0px;
margin-right:0px;
margin-top:0px;

background-color:f1c38f;
align:center;
background-position: left top;
background-image: url('images/background.gif');
background-repeat: repeat-x;
background-repeat: repeat-y;

    scrollbar-3dlight-color:f1c38f; 
	scrollbar-arrow-color:000000;
	scrollbar-highlight-color: f1c38f;
	scrollbar-face-color:efa95b;
	scrollbar-shadow-color:f1c38f;
	scrollbar-darkshadow-color:f1c38f;
	scrollbar-track-color: f1c38f;
    

}

iframe{
frameborder:0;
margin-height:0;
margin-left:0;
}

#film{
position:absolute; 
left:0px; 
top:0px;
z-index:1; 
width:100%;
min-width:1350px;
width:expression(document.body.clientWidth < 1350? "1350px": "auto" );
background-position: left top;
background-image: url('images/film.gif');
background-repeat: repeat-x;
}

#statues{
position:absolute; 
left:0px; 
top:0px;
z-index:2; 
width:100%;
min-width:1350px;
width:expression(document.body.clientWidth < 1350? "1350px": "auto" );
}

#statues_pict{
position: absolute;
left:100%;
margin-left:-185px;
 
}
#banners {
position:absolute;
top:100%;
left:100%;
align:right;
z-index:2;
width:70px;
margin-left:-70px;
margin-top:-40px;
}

#main {
/*position:absolute;
left:50%;
margin-left:-559px;*/

position:absolute; 
left:0px; top:0px; 
z-index:3; 
width:100%;
min-width:1350px;
width:expression(document.body.clientWidth < 1350? "1350px": "auto" );
}

#container{
  
  float: left;
  width:80%;
  min-width:1120px;
  width:expression(document.body.clientWidth < 1110? "1110px": "auto" );
}



#header {

height:270px;
}
img {
   behavior: url("pngbehavior.htc");
}

#menu {
width:220px;
height:100%;
float:left;
}
#leftsidebar {
/*margin-left:220px;*/

float:left;
width:220px;
}


#wrap{
	float:left;
	width:490px;
	
}

#info {
	margin-left:490px;
	align: center;

}

#rightsidebar {
/*margin-left:220px;*/
align:center;
width:200px;
float:right;

}






/* Fix IE. Hide from IE Mac \*/
* html ul.menu li.menu { float: left; height: 1%; }
* html ul.menu li.menu a { height: 1%; }

* html #bottom_header {margin-top:-4px; }
* html #statues {margin-left:21px; }




/* End */



ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	
	}
	
ul.menu li.menu {
	position: relative;
	}
	
li.menu ul.menu {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
	}

ul.menu li.menu a {
	display: block;
	color:black;
	text-decoration: none;
	background: f1c38f;
	padding: 5px;
	border-bottom: 0;
	}
	
li.menu:hover ul.menu { display: block; }

li.menu:hover ul.menu, li.menu.over ul.menu { 
	display: block; 
      }


a {
 text-decoration: none;
 color:black;
}

a img{
border: none;
}

#news_header{
  font-weight:bold;
  font-size:18;
}

#news_subheader{
   font-size:18;
}

#abouttext {
	width:700px;
    font-size:18;
	}
	





