/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	text-align: center; 
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	color: #663300;
	height: 100%;
	background: #fff url(/images/backmiddle.jpg) center repeat-y;
	}

a { text-decoration: none; color: #11A0CF; font-size: 0.9em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

#wrapper {
    width: 780px;
    background: #fff;
    color: #000;
    margin: 5px auto; /*center for compliant browsers*/
    text-align: left; 
    border: 2px solid #a28465;
    padding: 10px;
    }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	

#containerTOP {
    position:relative; 
    width:700px; 
    height:0px; 
    margin:1px auto 0 auto; 
    }   

#container {
    position:relative; 
    width:700px; 
    height:396px; 
    margin:20px auto 0 auto; 
    } 





/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
    border-bottom: 2px solid #a28465;
    margin-bottom: 10px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	text-align: center;
	padding: 40px 0 97px 20px;	
	}	
#header h1 {
	margin: 10; 
	clear: both;
	padding: 40px 0 0 0px;	
	font-size: 4em;	
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;	
	}	
#header h1 a:hover { background-color: transparent;  color: gold;} 	
* html #header h1 { padding-top: 23px; }



/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 85%;
	background: url(/images/nav.jpg) no-repeat;
	width: 114px;
	height: 36px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.off,
#header li a:hover {   font-size: 90%; font-weight: bold; color: gold; background-color: transparent;  height: 28px; }


/*------------------------------------------------------------*
**  stuff
**------------------------------------------------------------*/

/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    } 


/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }



/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }


/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }


/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:450px; 
    height:400px; 
    top:10px; 
    left:20px; 
    color:#000; 
    background:#fff;
    }



#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

/*------------------------------------------------------------*
**  THUMBNAILS
**------------------------------------------------------------*/

#container a.slidea {
    background:url(images/a_t.jpg); 
    height:85px; 
    width:90px;
    }
#container a.slideb {
    background:url(images/b_t.jpg); 
    height:85px; 
    width:90px;
    }
#container a.slidec {
    background:url(images/c_t.jpg); 
    height:85px; 
    width:90px;
    }
#container a.slided {
    background:url(images/d_t.jpg); 
    height:85px; 
    width:90px;
    }
#container a.slidee {
    background:url(images/e_t.jpg);
    height:85px; 
    width:90px;
    }
#container a.slidef {
    background:url(images/f_t.jpg);
    height:85px; 
    width:90px;
    }
#container a.slideg {
    background:url(images/g_t.jpg);
    height:85px; 
    width:90px;
    }
#container a.slideh {
    background:url(images/h_t.jpg);
    height:85px; 
    width:90px;
    }
#container a.slidei {
    background:url(images/i_t.jpg);
    height:85px; 
    width:90px;
    }




/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:215px; 
    height:386px;
    margin:5px; 
    float:right;
    }
#container li {
    float:left;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container2 {
        border: 2px solid #a28465;
   	  margin-top: 10px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
}
#container2 p {
    font-weight: bold; 
    background-color: #ffffff;
    color: #a28465;
    text-align: justify;
    }  





/* #footer */

#footer {
    border-top: 2px solid #a28465;
    margin-top: 10px;
    padding-top: 5px;
    }  
    
#footer p {
    font-size: 0.9em;
    text-align: center;
    font-weight: bold; 
    color: #a28465;
    } 

#footer a {
    color: #a28465;
    text-decoration: none;
    }
    
#footer a:hover {
    text-decoration: underline;
    }    


 

    
    
    

    
            