
body
    {
    background: #d81e05 url(images/bg2.png);
    margin: 0;
    padding: 0;
    color: #a54200;
    }
    
.imgborder
    {
    border: 2px solid #d86e05;
    }
    
    
#central
    {
    position: absolute;
    left: 10%;
    width: 80%;
    background: #e3c062;
    margin: 0;
    border: 2px solid #220700;

    }
    
.ttble
    {
    margin-left: 30px;
    padding: 15px;
    color: #a54200;
    border: 1px solid #d86e05;
    margin: 5px;
    text-align: left;
    }
td
    {
    padding: 5px;
    }
    
.indent
    {
     margin-left: 50px;
    }
    
h3
    {
    font-family: calibri, "Times New Roman", sans-serif;
    }
    
#banner
    {
/*
     
    background: #e3c163 url(images/ban4.jpg) no-repeat center right;
*/
    background: #ffcd02;
    margin: 0 0 0 0px;
    }
    
 .clear 
   {
	clear:both
   }

#gallery 
    {
	position: relative;
	height:360px;	
	margin-left: 200px;
    }
    
#gallery a 
	{
		float:left;
		position: absolute;
	}
	
#gallery a img 
	{
		border:none;
	}
	
#gallery a.show 
	{
		z-index:500;
	}
 
#gallery .caption 
	{
		z-index:600; 
		background-color:#00e; 
		color:#ffffff; 
		height:0px; /* caption height */
		width:100%; 
		position:absolute;
		bottom:0;
	}
 
#gallery .caption .content 
	{
		margin:5px;
	}
	
#gallery .caption .content h3 
	{
		margin:0;
		padding:0;
		color:#ffffff;
	}
   

#navigation
    {
    height: 32px;
    background: #220700;
    margin: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    }
    
#navigation ul
    {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #f3faff;
    line-height: 30px;
    text-align: center;
    margin: 0;
    }
    
#navigation li
    {
    list-style-type: none;
    display: inline;
    background: #220700; 
    text-align: center;
    }
    
#navigation li a
    {
    text-decoration: none;
    padding: 2px 10px 6px 10px;
    color: yellow;
    }
    
#navigation li a:link
    {
    color: yellow;
    }
    
#navigation li a:hover
    {
    color: yellow;
    background: #220700 url("images/navbg1.jpg") repeat-x center;
    }
    
   
#content
    {
    font-family: "Franklin Gothic Demi", sans-serif;
        }
    
#content a
    {
    color : #a542ff;
    text-decoration: none;
    }
 
#content img
    {
    border-style: none;
    }
    
#content p
    {
    padding: 15px 15px 0 15px;
    font-size: 100%;
    color: #a54200;
    text-align: justify;
    }
    
#footer
    {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    width:100%;
    background: #220700;
    }
    
#footer td
    {
    width: 100px;
    text-align: center;
    }
    
#footer img
    {
     border-style: none;
    }


#footer a
    {
    text-decoration: none;
    }
    
#footer a:link
    {
    color: #a54200;
    }
    
#footer a:hover
    {
    color: #cccccc;
    }
    
#footer a:visited
    {
    color: #a54200;
    }
