* {
	margin:0;
	padding:0;
}
/* CSS Document */

body { background:#666 url(images/bgd.gif);}
#container { width: 800px; height 1000px; border: 0px solid #000;}
#name{ color:#660000; font:34px Verdana, Arial, Helvetica, sans-serif;  
       margin-left: 180px;padding-top: 20px;text-align: center;}
#title{ margin-left: 150px; 
          padding-top: 15px;text-align: center; color: #660000; 
		  }
/* Gallery */
#gallery {margin-left: 200px; width:586px; 
          margin-top: 20px; padding:0px; border:0px solid #fff; 
		  background:none;}
#images {border:1px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
    float: left;
	position:relative;
	width:450px;
	height:380px;
	padding:0px;
	border: 0px solid #666666;
	background:none;
	vertical-align: middle;
}
#image img {border: 1px solid; border-color: #663300; position:absolute; top:10px; left: 155px;}

#thumbwrapper {
	margin-top:10px;
	padding:0px;
	width:582px;
	height:100px;
	border:0px solid #660000;
	background: none;
}
#thumbarea {position:relative; overflow:hidden; height:100px; width:582px; border: 0px; border: 1px solid; border-color:#663300}
#thumbs {position:absolute; list-style:none; margin-left:0px; height:100px; width:10000px; border-right:0px solid #FFF}
#thumbs li {float:left; margin-right:0px; cursor:pointer}
#thumbs li img  {border: 2px inset; border-top: 0px; border-color:#666666;}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; border-left:0px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; border-right:0px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
/* end Gallery */

/* Navigation */
div#navigation {
	float: left;
	margin-top: 40px;
	width: 0px;
}
#navigation ul {
    text-decoration: none;
	line-height: 50px;
}

#navigation li {
 list-style-type: none;
 margin-left: 35px;
}

#navigation li a {
float:left;
display: block;
border-right: 1px solid #663300;
text-decoration:none;
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size: 13px;
width: 110px;
text-align: center;
	text-decoration: none;
	}

#navigation li a:link {
 color:#663300;
}
#navigation li a:visited {
 color:#663300;
}

#navigation li a:hover {
color:#660000;
font-size: 15px;}

#navigation li a:active {
color #663300;
}

span#current{ 
font-family:"Times New Roman", Times, serif;
display: block;
    text-align: center;
	text-decoration: none;
	width: 100px;
	border-right: 1px solid #666666;
	font-size: 15px;
	color:#333333}
	
#statement {
    display: inline;
	width: 150px;
	height: 400px;
   }



