@charset "utf-8";
/* CSS Document */
htlm, body, div, class, span, h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html, body {
    height: 100%;	
    font-size: 1em;
    font-family:Georgia, "Times New Roman",Times, serif;
    font-weight: normal;	
}
img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
body{
    background-image:
        url(images/wood-repeat.png);
}
#background-wrapper {
    width: 100%;
    max-width: 100%;
    max-width: 1710px;
    margin: 1% auto;
    display: block;
    overflow: hidden;
    /*background-image: url(images/p.p.c1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-position: 1330px 400px;*/
}
#wrapper {
    width: 100%;
    max-width: 100%;
    max-width: 980px;
    margin: 1% auto;
    display: block;
    overflow: hidden;
}

#header{
    max-width: 100%;
    min-width: 100%;
    display: block;
    overflow: hidden;
}
#paper{
    background-image: url(images/paper-pattern.png);
    width: 100%;
    max-width: 100%;
    max-width: 890px;
    display: block;
    margin: 0 auto;
    background-color: #fff8ed;
    overflow: hidden;
    box-shadow: 4px 4px 5px #ac8d52; 
   }

.column{
    margin: 30px 35px 30px 35px;
    overflow: hidden;
}

.column_last{
    margin: 30px 35px 30px 35px;
    border-top: 1px solid #630;
    overflow: hidden;
}
.photo1, .photo6{
	width: 160px;
	height: 110px;
	margin: 0 10px 0 0;
	float: left;
}
.photo4, .photo5{
	width: 160px;
	height: 110px;
	margin: 0 0 0 10px;
	float: right;
}
.photo8, .photo9, .photo10, .photo11{
	width: 160px;
	height: 110px;
	margin: 5px 10px 10px 0;
	float: left;
}
.photo12{
	width: 160px;
	height: 110px;
	margin: 5px 0 0 0;
	float: right;
}
.photo13{
	width: 160px;
	height: 110px;
	margin: 5px 5px 0 10px;
	float: right;
}
.photo14{
	width: 160px;
	height: 112px;
	margin: 5px 10px 10px 0;
	float: left;
	border: 1px solid #630;
}
p{
	font-size: 1em;
	line-height: 1.313em;
	color: #630;
	margin: 0 0 10px 0;
}
p.bold_text{
    font-weight: bold;
    margin: 0;
}
h1{
	font-size: 2em;
	text-align: center;
	color: #2F4F2F;
	letter-spacing: 1px;
	margin: 0;
}
h2{
	font-size: 1.5em;
	text-align: center;
	color: #2F4F2F;
}
h3{
    font-size: 1.25em;
	text-align: center;
	font-style: italic;
	color: #630;
	margin: 15px 0 0 0;
}
h4{
	font-size: 1.25em;
	color: #2F4F2F;
	margin: 0;
}

p.ital{
	font-style: italic;
	font-weight: bold;
    margin: 0;
}
p.color{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #2F4F2F;
    margin: 21px 0 0 0;
}

p.color_top{
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    color: #2F4F2F;
    margin: 0;
}

.nav {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 30px 0 20px 0;
    border-top: 1px solid #630;
    border-bottom: 1px solid #630;
}
.nav_link{
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 10px 40px;
    text-align:center;
    font-size: .875em;
    list-style: none;
    text-decoration: none;
   font-weight: bold;
}
.current{
    color: #2F4F2F;
    font-style: italic;
}
.nav a:link{
	text-decoration: none;
    color: #630;
}
.nav a:visited{
	text-decoration: none;
    color: #630;
}
.nav a:hover{
	text-decoration: none;
    color: #2F4F2F;
}
.nav a:active{
	text-decoration: none;
    color: #630;
}
.address{
	font-size: 1em;
	line-height:1.313em;
	margin: 0;
}
.address_heading{
	font-size: 1.188em;
    font-weight: bold;
	line-height: 1.313em;
	margin: 10px 0 0 0;
	color: #2F4F2F;
}
a:link{
    text-decoration:none;
	color: #2F4F2F;
}
a:visited{
    text-decoration:none;
	color: #2F4F2F;
}
a:hover{
	text-decoration:none;
	color: #2F4F2F;
}
a:active{
    text-decoration:none;
	color: #2F4F2F;
}
#footer{
	font-size: .75em;
	color: #630;
	width: 90px;
	margin: 12px 0 0 0;
	float: right;
}
@media all and (max-width:960px){
.nav{
    display: block;
    width: 100%;
    max-width: 100%;
    border-top: 0;
    border-bottom: 0;
}
.nav_link{
    display: block;
    text-align: center;
    width: 200px;
    border-bottom: 1px solid #630;
    padding: 14px 0;
    margin: 0 auto;
    font-size: 1em;
    }
.first{
    border-top: 1px solid #630;    
    }
.current{
    display: block;
    text-align: center;
    color: #2F4F2F;
    font-weight: bold;
    border-bottom: 1px solid #630;
    }
}
