html, body {
	height: 100%;
	
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("bg.png");
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #747474;
	text-shadow: 2px 2px 2px #c3c3c3;
	behavior: url("/js/PIE.htc");
	 
}



h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
	}

p {
	line-height: 30%;
	}


strong {
}

a {
	color: #706753;
   	 -webkit-transition: 0.3s;
    	-moz-transition: 0.3s;
   	 -o-transition: 0.3s;
   	 -ms-transition: 0.3s;
  	  transition: 0.3s;
}

a:hover {
	text-decoration: none;
	color: #9e8c65;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a img {
	border-radius: 8px 8px 8px 8px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin:auto;
}

img {
	border-radius: 8px 8px 8px 8px;

}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: auto;
}

hr {
	display: none;
}

ul.style1
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.style1 li
{
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #E5E5E5;
}

ul.style1 a
{
	color: #747474;
}

ul.style1 .first
{
	padding-top: 0;
	border-top: none;
}


#wrapper {
}

.container {
	width: 650px;
	margin: 0px auto;	
}



.clearfix {
	clear: both;
}


#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 650px;
	height: 0px;
	margin: 20 auto;
	padding: 0px 20px;
}


#logo {
	overflow: hidden;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 0em 0em 0em;
}

#logo h1, #logo p {
	text-align: center;
}

#logo h1 {
	padding: 0px 0px 0px 0px;
	text-transform: none;
	font-size: 4em;
	font-weight: 600;
	color: #706C53
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 5px;
	font-size: 20px;
	font-weight: 300;
	color: #696969;
}

#logo p a {
	color: #696969;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #3C342E;
}

#menu-wrapper {
	overflow: hidden;
	height: 35px;
	width: 0px:
	margin-bottom: 0em;
	border-top: 1px solid #D7CFAD;
	border-bottom: 0px solid #D7CFAD;
	behavior: url("/js/PIE.htc");
	
}

#menu {
	overflow: hidden;
	height: 30px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 25px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	color: #706C53;
	border-radius: 6px 6px 0px 0px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	behavior: url("/js/PIE.htc");
	
}

#menu a:hover, #menu .current_page_item a {
	background: #d7cbad;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}

#menu a:hover, #menu .current_page_item a after{

}


#page {
	overflow: hidden;
	width:400px;
	padding: 5px 30px;
	margin-bottom: 3em;
        background: #f3efe4;
	background-image: url("boxbg.png");
	background-repeat: repeat;
	border: 2px dashed #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 0 4px #f3efe4, 0px 0px 4px 6px #b5ac97;
	-webkit-box-shadow: 0 0 0 4px #f3efe4, 0px 0px 4px 6px #b5ac97;
	box-shadow: 0 0 0 4px #f3efe4, 0px 0px 4px 6px #b5ac97;
	behavior: url("/js/PIE.htc");
} 



#page h2 a
{
	letter-spacing: -2px;
	text-decoration: none;
	font-size: 1.7em;
	font-weight: 400;
	color: #706C53;
}


#box1
{
margin:0px 0px 0px 0px
padding:left
}


#footer {
	overflow: hidden;
	padding: 3em 0em;
	border-top: 1px solid #D9D2A5;
	color: #7A7762;
}


#footer p {
	text-align: center;
}


#footer a {
	color: #7A7762;
}

.cap {position: relative;}
 
.cap img {
   border: none !important;
   margin: 0 !important;
   padding: 0 !important;
}
 
.cap p {
   position: absolute;
   left: 0;
   bottom: 0;
   color: #fff;
   padding: 5px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}