/*=========================== TAGS ============================*/

* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: url(../images/tail-body.gif) repeat-x left top #4d2607; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	line-height: 1em; 
	color: #595959; 
	min-width: 990px;
}

p { 
	margin:0; 
	padding:0;
	margin-bottom:20px;
	line-height:1.6em;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/

.wrapper { 
	width:100%; 
	overflow:hidden;
}

/*=========================== TAILING =========================*/

.header-bg {
	background:url(../images/header-bg.png) no-repeat center top;
}

/*========================== OTHER ============================*/

.img-box1 { 
	width:100%; 
	overflow:hidden;
}

.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

dl {
	line-height:1.42em;
	margin-bottom:-15px;
}
dl dd {
	margin-bottom:15px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#8b593d; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:27px;
	line-height:0.8em;
	color:#5a5440;
	border-bottom:1px solid #b4ac96;
	padding:0 0 13px 13px;
	margin-bottom:16px;
	font-weight:normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8b593d;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	margin-top:2em;
	margin-bottom:8px;
}

h4 {
	color:#FF9933;
	font-size:15px;
	font-weight:bold;
	line-height:1em;
	margin-top: 2.5em;
	margin-bottom:6px;
}

/*============================ BOXES ==========================*/

/*--- main-box ---*/
.main-box {
	width:100%;
	overflow:hidden;
	background:url(../images/main-box-tail1.png) repeat-y center top;
}
.main-box .top {
	background:url(../images/main-box-top-resize.jpg) no-repeat center top;
	width:100%;
}
.main-box .bot {
	background:url(../images/main-box-bot.jpg) no-repeat center bottom;
}
.main-box .tail {
	background:url(../images/main-box-tail2.jpg) repeat-y center 1092px;
}

/*--- content-box ---*/
.cont-box { 
	background:#f7edd7;
	width:100%;
}
.cont-box .left-top-corner {	
	background:url(../images/left-top-corner.gif) no-repeat left top;
}
.cont-box .right-top-corner { 
	background:url(../images/right-top-corner.gif) no-repeat right top;
}
.cont-box .left-bot-corner {	
	background:url(../images/left-bot-corner.gif) no-repeat left bottom;
	min-height:468px;
	height:auto!important;
	height:468px;
}
.cont-box .right-bot-corner { 
	background:url(../images/right-bot-corner.gif) no-repeat right bottom;
}
.cont-box .inner {
	padding-bottom:20px;
}
.cont-box .inner1 {
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
}

/*========================== HEADER ===========================*/

#header div {
	position:absolute;
	left:0;
	top:12px;
}

/*========================= CONTENT ===========================*/

#content .indent {
	padding:15px 26px 0 19px;
}
#content .indent1 {
	padding:0 10px 0px 44px;
}
#content .indent2 {
	padding-bottom:60px;
}
#content .indent3 {
	padding-right:24px;
	padding-left:28px;
}
#content .indent4 {
	padding-top:22px;
	padding-left:35px;
	padding-bottom:25px
}
#content .indent3a {
	padding-top:20px;
	padding-left:42px;
	padding-right:42px;
}
/*========================= FOOTER ============================*/

#footer p {
	color:#5e2901;
	padding:22px 0 0 124px;
}
#footer p a {
	color:#5e2901;
}

/*=============================================================*/