BODY {
	background-color: #280f01;
	background-image: url('../pics/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #C00;
	padding: 0px;
	margin: 0px;
	cursor: default;
}
a.nd {
	text-decoration: none;
}
a.nd:hover {
	text-decoration: none;
}
a {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/***********/
#head {
	width: 1040px;
	height: 350px;
	margin: 0 auto;
	background-image: url('../pics/head_pic.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
#head_line {
	width: 940px;
	height: 80px;
	background-image: url('../pics/head_line.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 270px;
	margin: 0 auto;
}
#head_line .address {
	width: 260px;
	padding-left: 50px;
	height: 60px;
	padding-top: 20px;
	float: left;
	color: #ac9260;
}
#head_line .address A {
	text-decoration: none;
	color: #ac9260;
	border-bottom: dashed 1px;
}
#head_line .address A:hover {
	text-decoration: none;
	color: #ac9260;
	border-bottom: solid 1px;
}
#head_line .logo {
	width: 360px;
	height: 140px;
	float: left;
	background-image: url('../pics/logo.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -60px;
}
#head_line .phones {
	width: 220px;
	padding-left: 50px;
	height: 60px;
	padding-top: 20px;
	float: left;
	color: #ac9260;
}
#head_line .phones A {
    text-decoration: none;
	color: #ac9260;
}
#head_line .phones A:hover {
    text-decoration: none;
	color: #ac9260;
}
/*****/
#paper {
	background-color: #e5cd94;
	background-image: url('../pics/paper_bg.gif');
	background-repeat: repeat;
	background-position: center top;
	width: 800px;
	padding: 0px 70px 60px 70px;
	margin: 0 auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	font-size: 18px;
	color: #351204;
}
#paper #navi {
	width: 970px;
	height: 50px;
	padding-top: 20px;
	background-image: url('../pics/navi_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -85px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
}
#paper #navi A {
	color: #5f1e03;
	font-size: 20px;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	text-shadow: -1px 1px 1px rgba(248, 230, 186, 0.8);
}
#paper #navi A:hover {
	color: #b80404;
	text-decoration: none;
}
#paper #navi A.current {
	color: #b80404;
	font-size: 20px;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	text-shadow: -1px 1px 1px rgba(248, 230, 186, 0.8);
}
#paper H1 {
	font-size: 26px;
	margin-top: 55px;
	margin-bottom: 40px;
}
#paper H2 {
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 35px;
}
#paper H3 {
	font-size: 22px;
	margin-top: 45px;
	margin-bottom: 30px;
}
/*****/
#paper #wrap {
	background-image: url('../pics/wrap_bg.gif');
	background-repeat: repeat;
	background-position: center top;
	width: 940px;
	margin-left: -70px;
	margin-top: 45px;
	margin-bottom: 45px;
}
#paper #wrap .wtop {
	background-image: url('../pics/wrap_w_top.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
#paper #wrap .wbott {
	background-image: url('../pics/wrap_w_bott.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 40px 70px 40px 70px;
}
#paper A {
	color: #b80404;
}
/*****/
#foot {
	background-image: url('../pics/foot_pic.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 240px;
	margin: 0 auto;
	margin-top: -10px;
}
#foot .soc {
	float: left;
	font-size: 14px;
	color: #946833;
	text-align: right;
	width: 210px;
	padding-top: 45px;
}
#foot .soc A img {
	border: 0px;
}
#foot .text {
	float: left;
	font-size: 14px;
	color: #946833;
	width: 445px;
	margin-left: 90px;
	padding-top: 45px;
}
#foot .cright {
	float: left;
	font-size: 14px;
	color: #844d21;
	text-align: right;
	margin-left: 55px;
	padding-top: 45px;
}
#foot .cright A {
	text-decoration: none;
	color: #844d21;
}
#foot .cright A img {
	border: 0px;
}
#foot .flogo {
	background-image: url('../pics/foot_logo.gif');
	background-repeat: no-repeat;
	background-position: center 30px;
	clear:  both;
	margin-left: 410px;
	width: 160px;
	color: #a68b4c;
	font-size: 14px;
	text-align: center;
	padding-top: 77px;
}
/*****/
#articles_listing_node {
	padding-bottom: 30px;
}
#articles_listing_node A.header {
	display: block;
	color: #351204;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
}
#articles_listing_node A.morelink {
	display: block;
	padding-top: 5px;
}
/*****/
#paging {
	text-align: center;
	background-image: url('../pics/rule.gif');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}
#paging A {
	border: solid 1px;
	border-radius: 17px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
#paging B {
	border: solid 1px;
	border-radius: 17px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
/*****/
.rule {
	background-image: url('../pics/rule.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
/*****/
FORM#sform {
	padding: 0px;
	margin: 0px;
}
FORM#sform P {
	display: block;
	font-size: 16px;
}
FORM#sform P INPUT {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #6e2508;
	background-color: #FFF;
	border: solid 0px;
	height: 40px;
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
FORM#sform P TEXTAREA {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #6e2508;
	background-color: #FFF;
	border: solid 0px;
	height: 40px;
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical;
}
FORM#sform P INPUT.button {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	background-color: #6e2508;
	border: solid 0px;
	height: 40px;
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
#send_form_mess_err {
	color: #F00;
}
#send_form_mess_ok {
	color: #669900;
}
/*****/
#gallery {
	padding: 0px;
	margin: 0px;
}
#gallery A IMG {
	border: 0px;
	padding: 6px;
}
#gallery A IMG:hover {
	border: solid 3px #6e2508;
	padding: 3px;
}
/*****/
table.listing {
	background-color: #b89e66;
}
table.listing TR TD {
	background-image: url('../pics/paper_bg.gif');
	background-repeat: repeat;
	background-position: center top;
}