@charset "utf-8";
/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/wood1.jpg);
	background-position:top left;
	background-repeat:repeat;
}

#cont_body {
	background-color:#FFF;
}

.oldpaper {
	background-image: url(images/header-back.jpg);
	background-position:top left;
	background-repeat:repeat;
}

.header-back {
	background-image: url(images/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	/*background-color:#eccc9b;*/
}

.banner-repeat-left {
	background-image: url(images/banner-repeat.jpg);
	background-position:top right;
	background-repeat: repeat;
}

.banner-repeat-right {
	background-image: url(images/banner-repeat.jpg);
	background-position:top left;
	background-repeat: repeat;
}

.body_background {
	background: url(images/clear.png) top left repeat;
}

.top-line {
	background-image: url(images/top-line.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.rip-left {
	background-image:url(images/rip-left.png);
	background-position:top right;
	background-repeat:repeat-y;
}

.rip-right {
	background-image: url(images/rip-right.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.paper-back {
	background-image: url(images/paper.jpg);
	background-position:top left;
	background-repeat:repeat;
}

.vtt-line {
	background-image: url(images/vt-line.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.ht-line {
	background-image: url(images/ht-line.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.mainback{
	background-color:#eccc9b;
}

.leftfade {
	background-image:url(images/leftfade.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}

.rightfade {
	background-image:url(images/rightfade.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.top{
	background-image:url(images/topshadow.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#d8bc58;
}

.left{
	background-image:url(images/leftshadow.png);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#d8bc58;
}

.right{
	background-image:url(images/rightshadow.png);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#d8bc58;
}

.bottom{
	background-image:url(images/bottomshadow.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#d8bc58;
}

.rowshadow{
	background-image:url(images/picshadow.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#624e0a;
}

p, ul, span, font, .maintext{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}
.special-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #503214;
}

img {
	border:0;
}


/*---------------------------------feature paper back ---------------------------------*/

.feature-top {
	background-image:url(images/featurebacktop.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.feature-mid {
	background-image:url(images/featurebackmid.png);
	background-position:left top;
	background-repeat:repeat-y;
}

.feature-bot {
	background-image:url(images/featurebackbot.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.feat-top {
	background-image:url(images/feature-top.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.feat-mid {
	background-image:url(images/feature-mid.png);
	background-position:left top;
	background-repeat:repeat-y;
}

.feat-bot {
	background-image:url(images/feature-bottom.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.body_top_left {
	background: url(images/body_top_left.png) bottom right no-repeat;
}

.body_top_right {
	background: url(images/body_top_right.png) bottom left no-repeat;
}

.body_bottom_left {
	background: url(images/body_bottom_left.png) top right no-repeat;
}

.body_bottom_right {
	background: url(images/body_bottom_right.png) top left no-repeat;
}

.body_left {
	background: url(images/body_left.png) top right repeat-y;
}

.body_right {
	background: url(images/body_right.png) top left repeat-y;
}

.body_top {
	background: url(images/body_top.png) bottom left repeat-x;
}

.body_bottom {
	background: url(images/body_bottom.png) top left repeat-x;
}
