/* Universal Styles */
* {padding:0;margin:0;}
body {
	background: #837762 url(img/_bg_body.gif) repeat-x fixed;
	font-family: "Trebuchet MS";
}
h1, h2, h3, h4, h5, h6 {}
h1 {
	font-size: 1.5em;
	text-align: left;
	clear: both;
	padding-top: 10px;
	display: block;

}
h2 {
	color: #000000;
	font-size: 1em;
}

p {
	font-size: .8em;
	color: #524633;
	text-align: justify;
	line-height: 1.8em;
	text-indent: 2pc;
	}
p.caption {
	background: #663300;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	text-indent: 0px;
}
ul.general {
	font-size: .8em;
	list-style: none;
}

ul.general li {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 0px solid #ECE4DF;
	border-right: 0px solid #ECE4DF;
	border-bottom: 0px solid #ECE4DF;
	border-left: 10px solid #ECE4DF;
	margin-left: 10px;
	padding-left: 10px;
}

#infoblock {
	background: #ECE4DF;
	padding: 15px 20px;
	color: #FAF7F1;
	margin: 10px 0px;
}
#infoblock_whitebg {
	background: #FFFFFF;
	padding: 15px 20px;
	color: #FAF7F1;
	margin: 10px 0px;
}

p a {
	color: #684000;
	font-weight: bold;
}
p a:hover {
	text-decoration: none;
}
a.backtotop {
	display: block;
	text-decoration: none;
	background: #684000;
	color: #FFFFFF;
	width: 150px;
	font-size: .8em;
	text-align: center;
	border: 2px solid #ECE4DF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
}


.left {float:left;}
.right {float:right;}


img.thumb, img.left, img.right {
	border: 1px dashed #A69985;
	padding:2px;
}

img.left {
	margin-right: 20px;
}
img.right {
	margin-left: 20px;
}

