/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html, body, ol,  h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #fff;
	font-family: tahoma, serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #999;
	}
acronym { cursor: help; background-color: #f4f4f4; border: 0; }
a { text-decoration: none; color: #640000; border-bottom: 1px solid #640000; }
a:hover { border-bottom: 1px solid #ffffff; color: #ffffff; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
 background: url(../images/bg.jpg) top left;
	margin: 0 auto;
	margin-top:-10px;
	width: 855px;
	height:100%;
  position:relative top;
  padding: 0px 20px 0px 50px

	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(../images/header.png) no-repeat;
	margin:10px;
	height:202px;
	width: 838px;
	padding: 0;
	}	
#header h1, 
#header h2 { 	
	margin: 0;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	color: #59BD9B; }	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav { margin: 0; padding-left: 350px; background-color: transparent; padding-top:175px; position:bottom; }
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 44px;
	margin-right: 5px;
	text-transform: uppercase;
	}		
#nav li a { 
	text-decoration: none; 
	color: #666;
	border-bottom: 0;
	padding: 9px 8px 0;
	font-size: 1.1em;
	text-transform: lowercase;
	}
#nav li a:hover { border-bottom: 1px solid #640000; }
#nav li a.on { border-bottom: 1px solid #640000; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	
	line-height: 25px; 
	height:100%;
	width:770px;
	color: #5c5c5c; 
	text-align: justify;
	position:relative bottom; 
	word-spacing: 1px;
	text-align: left; /* Cancel IE Fix */	
	padding: 15px 30px;
	font-size: 1em;
	padding-bottom:10px;
	
	}	
	#content h1 { 
	font-size: 1.3em; 
	color: #880000; 
	text-decoration: underline;
	margin: 0; 
	cursor: default;
	}
#content h3 { 
	font-size: 1em; 
	color: #880000; 
	margin: 0; 
	cursor: default;
	}
#content p { margin-top: 5px; margin-bottom: 10px; padding-left: 20px; }
#content blockquote { 
	background: #F0F9F5; 
	margin: 10px 0; 
	padding: 10px 20px;
	border-top: 1px solid #CEECDE;
	border-bottom: 1px solid #CEECDE;
	}
#content blockquote p { margin: 0; text-indent: 0; }	
#content ul li { list-style-image: url(img/li_bullet.gif)	; }



/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
margin:8px;
margin-bottom:0px;
	background: #640000;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	line-height: 16px;
  position:relative bottom;
  width:838px;
  height:50px;  

}
	
	
#footer a { text-decoration: none; color: #fff; border-bottom: 1px solid #fff; }
#footer a:hover { border-bottom: 1px solid #fff; color: #fff; }
/*------------------------------------------------------------*
** Gallery
**------------------------------------------------------------*/
#gallery {position:relative; width:686px; margin:40px auto; padding:10px; border:6px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:672px; height:375px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:682px; height:100px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}