body { 
background-color: #E8CBA8;
background-image: url('../image/background2.jpg');
}
a {
color: #663300;
}	
#header {height: 220px;
background-color: no-repeat;
z-index: 10;
width: 100%;
max-width: 960px;	  
background-position: 10px;
position: relative;
z-index: 30;
} 
#top {position: relative;  padding:5px; }
#logo {float: left; position: relative; z-index: 50;} 
#container{ 

max-width: 960px;	
margin: 0 auto;
}
#content{ 


margin: 0 auto;
margin-top: 20px;
z-index: -10;
position: relative;    
max-width: 960px;	


}




#footer {
margin:  0 auto;	
margin-top: 10px;

padding: 10px;
text-align: center;

border-radius: 5px;
position: absolute;
bottom: 0px;
width: 100%;
background-color: white;
/* Fallback for web browsers that don't support RGBa */
background-color: rgb(255, 255, 255);
/* RGBa with 0.6 opacity */
background-color: rgba(255, 255, 255, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

.MLink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;	
}




.pallet {    
height: 490px;    

/*background-image: url('../image/background2.jpg');*/
/*background-position: -300 -730px;*/
z-index: -10;
position: relative;
margin-top: 20px;
max-width: 960px;
width: 100%;
background-position: center;
}



.op {
opacity:0.6;
filter:alpha(opacity=60); 
background-color: #fff;
height: 220px;
margin-bottom: -220px;
position: relative; 
z-index: 0;
border-radius: 5px;


}


.language {
font-size: 20px;
float: right;
color: blue;
font-family: Arial;
border: none;
padding: 5px;
background-color: white; 
width: 130px;
margin: 5px;
border-radius: 4px;
background-color: white;

}


.menu {
position: absolute;
font-size: 24px;
left: 330px;
margin-top: 55px;
text-transform: uppercase;
border-radius: 4px;
background-color: white;
padding: 10px

}
.menu ul {list-style: none;}
.menu ul  li{float: left;  padding-right: 35px}

.banner1 {
width: 50%; padding: 10px;
margin: 0 300px auto 0;
background-color: #BB9768;   border-radius: 5px;
font-size: 24px;
min-height: 200px; 
}

.welcome  {font-weight: bold; margin-bottom: 5px; }
.banner1 p {font-size: 16px; }

