/* Design by Free CSS Templates
   http://www.freecsstemplates.org
   Released for free under a Creative Commons Attribution 2.5 License */
/* . = class= */
/* # = id= */

body
{
	margin: 0;
	padding: 0;
	background: #311C00 url(images/img1.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C9BDAB;
} /* C9BDAB C5B9A6 */

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8D6B4;
}

h2,h3
{
	text-transform: lowercase;
}

h2
{
	font-size: 25px;
}

h3
{
	font-size: 17px;
}

p,ol,ul
{
	line-height: 140%;
}

/*
ul li
{
	padding: 2px 0 5px 0;
	background: url(images/img4.gif) repeat-x;
}
*/
ul li.first
{
	background: none;
}


a
{
	color: #D9C09A;
}

a:hover
{
	text-decoration: none;
}

strong
{
	color: #D9C09A;
}

.title
{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(images/img3.gif) repeat-x left bottom;
	letter-spacing: -1px;
}


.indent
{
	margin-top: 0;
	margin-left: 150px;
}

.image
{
	float: left;
	margin: 5px 10px 0 0;
}

#wrapper
{ 
	background: url(images/img2.jpg) repeat-x; 
	height: 240px;
}

/* #hovzoom {position:relative; top:10px; left:100px; width:75px; background-color:#fff; z-index:100;} */
/* #hovzoom a.p1, #menu a.p1:visited {display:block; width:75px; height:75px; text-decoration:none; background:#fff; top:0; left:0; border:0;} */
#hovzoom a img {border:0;}
#hovzoom a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#hovzoom a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#hovzoom a.p1:hover .large {display:block; position:absolute; top:65px; left:300px; width:500px; height:375px; border:10px solid #ccc;}


/* Header */
 
#header
{
	margin: 0 auto;
	width: 730px;
}

#header *
{
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1
{
	padding: 110px 0 0 0;
	letter-spacing: -2px;
	font-size: 36px;
	margin: 0; 
	clear:both;
}	


#header h2
{
	float: left;
	padding: 110 0 0 6; /* for firefox */
	background: none;
	font-size: 12px;
	font-weight: normal; 
}
/*	_padding: 120 0 0 6; /* for ie */

#header h2 a
{
	text-decoration: none;
}

#header ul
{
	float: right;
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
}

#header ul.sec
{
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

#menubar
{
	float: right;
	margin: 0;
	clear:both;
}

#header li
{
	display: inline; 
}

#header li.sec
{
	display: inline; 
}

#header li a
{
	top:0;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#header li.sec a
{
	top:0;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#header li.first a
{
	border: none;
}

#header li.first.sec a
{
	border: none;
}


/* Content */

#content
{
	width: 730px;
	margin: 0 auto;
}

#content hr
{
	text-align: center;
	width: 40%;
	height: 2px;
	background-color: #E8D6B4;
	_color: #E8D6B4; /* ie */
	border: 0px solid #E8D6B4;
	_border: none;
}

#colOne
{
	float: left;
	text-align: justify;
	width: 500px;
}

#colTwo
{
	float: right;
	width: 184px;
}

#colTwo h3
{
	margin-top: 10px;
}

#lightest
{
	color: #E8D6B4;
}


#f22
{
	color: #E8D6B4;
	font-size: 22px;
}

#f18
{
	font-size: 18px;
}

#f16
{
	font-size: 16px;
}

#f10
{
	font-size: 10px;
}


/* Footer */

#footer
{
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}


/* Photos */

/* -Vertical- */

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:500px; 
  height:375px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:375px;
  width:30px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }

/* -Horizontal- */

#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:687px; 
  height:375px; 
  border:1px solid #888; 
  background: #382A00;
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:375px;
  width:30px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:30px; 
  height:375px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:500px;
  }
#galleryh li a:hover img {
  width:500px;
  }


/* Start the "more >>" box
.holder {width:221px; margin:5px; padding:5px; border:1px solid #ddd; float:left; background:#E8D6B4; color: #000000;}
.holder h2 {text-align:left;}
a.hid {color:#000000; text-decoration:none; outline-style:none; position:relative; z-index:500;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; background:#f8f8f8; color:#000; width:221px; font-style:normal; cursor:default; padding:5px 5px 20px 5px; position:absolute; left:-6px; top:-5px; border:1px solid #ddd; border-width:0 1px 1px 1px;}
.clear {clear:both;}
End the "more >>" box */

