@charset "UTF-8";
/* CSS Document */



h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#524832;
	line-height: multiple;
}



a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC9933;
}
a:active {
	text-decoration: none;
}

 body {
	background-image: url(images/layout/background/bg_antique_lg.jpg);
 background-repeat: repeat;
 background-position:top; 
 padding: 0;
  margin: 0;
  background:  no-repeat center top;
  width: 100%;
  display: table;
  z-index:70;
	overflow:auto;
	position: auto;
}

#gallerycontainer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 80%;
	background-repeat: repeat-y;
	background-position: top,center;
	margin-top: 0;
	margin-right: px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FCF9EA;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 600px;
	background-repeat: repeat-y;
	background-position: top,center;
	margin-top: 0;
	margin-right: px;
	margin-bottom: 0;
	margin-left: px;
	background-image:url(images/layout/background/bg_index_maincontent.jpg)
}

#cont {
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	position: auto;
}

.box {
	width: 800px;
	padding-bottom:0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 200px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/layout/background/bg_header.jpg);
}


* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
   
}



.maincontent{
	padding-top: 40px;
	padding-left: 270px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-right: 50px;
}

.gallery{
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
}

#outer-wrapper {
	background-color:#473624;
	border-$startSide:1px solid #332A24;
	border-$endSide:1px solid #332A24;
	width:800px;
	padding:8px;
	text-align:center;
        font: $bodyFont;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;		
}
.contact {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
color:#FFFFCC
text-align:right;
	padding-left: 500px;
	color: #C5A56D;
	text-align: right;
}

#heading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7777px;
	height:150px;
	margin-top: -35em; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -35em;
	color: #000000;
	font: helvetica, san serif;
	font-size: 12px;
	background-color: #eeeeee;
	}
	
	
	
	
	
	
	.content {
	font: Helvetica, sans-serif;
	padding:20px 20px 20px 20px;
	color:#CCCCCC;
	font-size: 12px;
	width:775px;
}
	
	
	/*main navigation*/
#nav 
{
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	background-image: url(images/layout/background/crumpled_paper_273117.JPG);
	border-bottom: 1px solid #ccc;
	
}
#nav ul {
	list-style: none;
	width: 800px;
	margin: 0 auto;
	padding: 0; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: lighter;
	color: #4E241A;
	border-right: none;
}
	
#nav li:first-child a {
	border-left: none; }
#nav li a:hover {
	color: #c00;
	background-color: #FDF6E2;
}
	
	/*side navigation*/
.sidenav {
width:218px;
float:left;
margin-right:20px;

}

#footer p {
	padding:10px;
	color:#C2A26A;
}
