<!--
html, body {
margin:0; padding:0; 
font-family: Times New Roman; 
font-weight:bold; 
color: #000; 
text-align:center;
background-color: #F3EBDE;
background-image: url('../images/bg-new.jpg'); 
}



#container   {
width: 1000px;
height: 100%; 
Margin-left: auto;
Margin-right: auto;
background-color: #F3EBDE; 
}

#header {
background-color: #B39D6B; 
background-image: url('../images/banner6.jpg'); 
background-repeat: no-repeat; 
background-position:  center 50%;
height: 110px;  
border: 6px outset #9C7B4E; 
text-align: center;
}

#center    { 
background-image: url('../images/bg-new.jpg'); 
border: 10px outset #9C7B4E; 
text-align:justify; line-height: 130%; 
height: 80%;
padding:5px
}

#footer    {
background-color: #9C7B4E;   
height: 50px; 
font-size: 13px; 
border: 8px outset  #9C7B4E; 
}

#footer  h6  {
background-color: navy;   
color: #fff;
font-size: 10px; 
 }







/*GALLERY PAGE START*/



#center1 {
     text-align: center;
     background-image: url('../images/bg-new.jpg');  
     border: 10px double #9C7B4E
}
/*GALLERY PAGE END*/

#center2 {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     background-image: url('../images/bg-new.jpg'); border: 15px outset #9C7B4E;
     height:100%
}

#center2a {
text-align: center;
background-color: #fff;  
border: 10px double #00f;

}

-->