html,body{
  margin:0;
  padding:0;
  border:0;

}
body{
min-width:1000px;
background-color: #4a1500;
font-family: verdana, arial, helvetica, sans-serif;
color: #000;
font-size: 12px;
}

a:link, a:visited {
	color: #c6a419;
	font-weight: normal;
}

a:hover, a:active {
	color: #8b0000;
	font-weight: normal;
}

p {
	padding: 0 0 18px 0;
	margin: 0;
	line-height:15px;
	text-align: justify;
}

/*headings */

h1{
	font-weight: bold;
	padding: 0 0 15px 0;
	margin:0;
	font-variant: small-caps;
	font-size: 15px;
	background-image: url(graphics/bg_h1.gif);
   background-repeat: repeat-x;
	width: 430px;
}

.h1{
background-image: url(graphics/bg_h1.gif);
background-repeat: repeat-x;
padding-left:0;
color: #0f0100;
line-height: 26px;
width: 390px;
font-variant: small-caps;
font-size: 15px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	padding: 0 0 14px 0;
	margin:0;
}

.h2{
	background-image: url(graphics/bg_h2.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-left:43px;
}

/* lists */
ul{
	padding: 0;
	margin:0 0 18px 0;
}

li{
	padding: 0;
	margin:0 0 0 18px;
	list-style: square;
}

.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0;
  margin-bottom:-1px;
}

* html .clear{
height:auto;
margin-bottom:0;
}

#fullheightcontainer{
  position:relative;
  width:1000px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#wrapper{

  background-color:#FFF;
  background-image: url(graphics/wrapper.gif);
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  z-index:1;
  position:relative;
  margin-left:350px;
  width:650px;
  background:transparent;


}
#left{
  width:350px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-353px;
  background-image:  url(graphics/site_name.gif); 
  background-repeat: no-repeat;
  background-position: 127px 50px;
  }
*>html #left{width:349px;}

#container-left{
  width:222px;
  margin-left:127px;

}

#container-center{
  width:560px;
  padding:5px 25px 25px 25px;
  margin-left:5px;
}

/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
#center{
  width:645px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#clearheadercenter{
  height:222px;
  overflow:hidden;
}
#clearheaderleft{
  height:222px;
  overflow:hidden;
}
#clearfootercenter{
  height:85px;
  overflow:hidden;
}
#clearfooterleft{
  height:85px;
  overflow:hidden;
}
#footer{
  z-index:1;
  position:absolute;
  clear: both;
  width:835px;
  height:86px;
  overflow:hidden;
  margin-top:-86px;
  margin-left:124px;

}
#subfooter1{
  background-color:#0F0100;
  color:#d6d3aa;
  text-align:center;
  height:86px;
  line-height:20px;
	padding-top:15px;
	font-size: 10px;
}

.subfooter1 a:link, .subfooter1 a:visited {
	color:#d7b31b;
	  font-size: 10px;
	  font-weight: normal;
}

.subfooter1 a:hover, .subfooter1 a:active {
	color:#4a1500;
	  font-size: 10px;
	    font-weight: normal;
}

#header{
  z-index:1;
  position:absolute;
  top:0;
  width:650px;
  height:222px;
  overflow:hidden;
  margin-left:350px;

}
#subheader1{
  background-color:#FFFFFF;
  background-image: url(graphics/header.gif);
  text-align:center;
  height:222px;

}
#gfx_bg_middle{
  top:0;
  position:absolute;
  overflow:hidden;
  width:650px;
  margin-left:350px;
  background:transparent;
}
* html #gfx_bg_middle{
  display:none;
}

.s1{
position:absolute; 
top:50px; 
left:30px; 
border: 1px solid #0F0100;
} 

.s2{
position:absolute; 
top:50px; 
left:262px; 
border: 1px solid #0F0100;
}

.s3{
position:absolute; 
top:50px; 
left:15px; 
border: 1px solid #0F0100;
}

/* navigation */
.navleft {
position: absolute;
top:102px;
left:132px;
text-align:left;
}

.navleft ul{
padding:0 0 0 0;
margin:0;
width:200px;
}

.navleft li {
list-style: none;
display: block;
padding: 0 0 0 5px;
margin: 0 0 1px 0;
height:27px;
line-height:23px;
width:200px;
background-image: url(graphics/bg_nav.gif);
background-repeat: no-repeat;
background-position: left;
}

.navleft a:link, .navleft a:visited {
 color: #d7b31b;
 text-decoration: none;
 font-size: 12px;
}

.navleft a:hover, .navleft a:active {
 color: #0f0100;
 text-decoration: none;
  font-size: 12px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D6D3AA;
padding: 5px;
left: 4px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
display: block;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -195px;
left: 25px; /*position where enlarged image should offset horizontally */
display: block;
}

