html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #C89C52 url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #E5D19C;
	padding: 20px 0 0 0;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 683px;
    position: relative;
}

/** header **/
#header {
  padding-top: 0px;
}
#header h1
{
	font: 28px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	left: 0;
	top: 4px;
	color: #F2CD91;
	line-height: 1;
}
#nav-top {
  left: 0;
  height: 40px;
}
#nav-top a {
  color: #443816;
  text-decoration: none;
}
#nav-top a:hover {
  color: #241D0A;
}
#headerimgdiv 
{
	width: 683px;
	height: 391px;
}

img.headerimage 
{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0px;
}


img.galleryimg 
{
	position: relative;
	top: 0;
	left: 0px;
	margin-bottom: 20px;
}

#nav {
  padding-top: 0px;
}

#nav ul {
  margin: 0;
  padding: 0;
  height: 36px;
  line-height: 36px;
  border-left: 2px solid #9E9479;
  background: bottom left url(images/nav_lit.gif) repeat-x;
}
#nav li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
}
#nav li.currentpage {
  background: bottom left url(images/nav_drk.gif) repeat-x;
  padding-left: 25px;
}
#nav a
{
	font: 16px Verdana;
	color: #FFE5C3;
	text-decoration: none;
}
#nav a:hover {
  color: #F2E7D6;
}

/** content **/

#content {
  padding-left: 20px;
}
#content h2 {
  font: 24px "Times new roman", serif;
  color: #513408;
  font-weight: normal;
  border-left: 3px solid #615331;
  padding: 1px 1px 1px 8px;
  margin-top: 22px;
}
#content h3
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #513408;
	font-weight: normal;
	padding: 1px 1px 1px 8px;
	margin-top: 8px;
}
#content p {
  margin-left: 11px;
  line-height: 1.4;
}
#content a {
  color: #8D692D;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #5B431A;
}
#content span.displaynone
{
    display: none;
}

/** column widths **/
#content .left-col 
{
  margin: 0 15px;
  float: left;
  width: 540px;
}
#content .right-col {
  float: right;
  width: 130px;
}

#content #welcome {
  margin-right: 40px;
  font-size:13px;
  color: #3E341E;
}
#content #body {
  font-size:13px;
  color: #3E341E;
}
#content #welcome a{
  color: #3E341E;
  text-decoration:underline;
}
#content #welcome a:hover{
  color: #DBBF77;
  text-decoration:underline;
}
#content #centered {
	text-align: center;
}
#gallery {
  margin-top: 14px;
}
#gallery .box {
  float: left;
  width: 140px;
  height: 200px;
  padding: 5px 5px 5px 5px;
  background: #615331;
  position: relative;
}
#gallery .box h3 {
  text-align: center;
  line-height: 23px;
  font: 23px "Times new roman", serif;
  color: #fff;
  height: 23px;
  margin-bottom: 20px;
  background: top center url(images/tab_drk.gif) no-repeat;
}
#gallery .box p {
  margin: 1px 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: small;
}
#gallery .box img   
{
	width: 140px;
	height: 180px; 
	top: 0;
	left: 0;
}
#gallery .box .more {
  height: 18px;
  line-height: 18px;
  background: #978040 top left url(images/moretab_left_drk.gif) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.2em;
  padding-right: 4px;
  margin-bottom: 0;
}
#gallery .box .more a {
  color: #4C330D;
}
#gallery .box .more a:hover {
  color: #291B06;
}
#gallery .box-lit {
  background: #735220;
}
#gallery .box-lit h3 {
  background: top center url(images/tab_lit.gif) no-repeat;
}
#gallery .box-lit .more {
  background: #B4A26D top left url(images/moretab_left_lit.gif) no-repeat;
}

#content .right-col li, #content .right-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .right-col li {
  border-left: 1px solid #615331;
  padding-left: 9px;
  margin: 10px;
}
#content .right-col a {
  font-size: 12px;
  font-weight: normal;
  color: #67450D;
}
#content .right-col a:hover {
  color: #2C1D04;
}
/** later **/

#later {
  color: #564929;
  height: 175px;
}
#later h2 {
  font-size: 20px;
}
#later .left-col {
  position: relative;
  float: left;
  width: 430px;
  height: 100%;
}
#later .right-col 
{
  position: relative;
  float: right;
  width: 200px;
  height: 100%;
  
}

#later .box {
  float: left;
  width: 85px;

}
#later .box a{
	text-decoration:underline;
}
#later #later-b1 {
  padding-top: 67px;
  margin-right: 4px;
}
#later #later-b2 {
  width: 155px;
  margin-right: 4px;
}
#later #later-b3 {
  width: 114px;
  margin-right: 6px;
}
#later #later-b4 {
  padding-top: 67px;
  width: 137px;
}

/* Testimonial */

#testimonial{
  width: 92%;
  margin-left: 25px;
  margin-right: 15px;
}
/** http://blog.themeforest.net/tutorials/vertical-centering-with-css/ **/
#testimonial .floater 
{
	float:left; height:50%; margin-bottom:-30px;
}
#testimonial .box-left 
{	
  border: 1px solid #9E9479;
  background: #615331;
  width: 44%;
  height: 70px;
  text-align: center;
  font: 14px "Times new roman", serif;
  float:left;
  padding: 2px 8px 2px 8px;
  
}
#testimonial .box-right 
{
  border: 1px solid #9E9479;
  background: #735220;
  width: 44%;
  height: 70px;
  text-align: center;
  font: 14px "Times new roman", serif;
  float: right;
  padding: 2px 8px 2px 8px;
}

#footc {
  height: 10px;
}
#footer {
  background: #735220;
  text-align: center;
  color: #CFB472;
  padding: 14px;
}

.caption 
{
	margin-top: -20px;
	margin-bottom: 20px;
}
