* {
	margin: 0;
	padding: 0;
}

a {
	color: #07768d;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12pt;
	line-height: 2em;
	font-family: Georgia, serif;
	background: #56423e url('img_from_template/bg.jpg');
	color: #d5d0cf;
}

br.clear {
	clear: both;
}

h1,h2,h3,h4 {
	text-transform: lowercase;
}

h2,h3,h4 {
	margin-bottom: 5px;
	font-family: Bitter, serif;
	color: #fff;
}

img.left {
	float: left;
	margin: 0px 20px 15px 0;
}

img.top {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.75em;
}

ul {
	margin-bottom: 1.75em;
}

.imageList {
	list-style: none;
}

.imageList li {
	clear: both;
}

#banner {
	background: #fff;
}

.box1 {
	width: 480px;
	overflow: hidden;
  border-bottom: 1px dotted #CBB1AC;
  margin: 0px 0px 15px;
}

#box2 {
	width: 225px;
	overflow: hidden;
	float: left;
}

#box3 {
	width: 225px;
	overflow: hidden;
	margin: 0px 0 0 255px;
}

#content {
	width: 480px;
	float: right;
	padding: 35px;
	background: #fff;
}

#copyright {
	padding: 35px 0 65px 0;
	text-align: center;
	color: #896F6A;
  text-shadow: 0px 2px 1px #36221E;
}

#copyright a {
	color: #997F7A;
}

#header {
	position: relative;
	padding: 35px;
	height: 130px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 35px;
	height: 130px;
	line-height: 130px;
}

#logo a {
	text-decoration: none;
	color: #fff;
}

#logo h1 {
	font-size: 3em;
	font-family: Bitter, serif;
	text-shadow: 0px 2px 1px #36221e;
}

#main {
	position: relative;
	padding: 0px;
	width: 865px;
	color: #262626;
  margin: 0 auto;
}

#main a {
	color: #8B6A63;
}

div.pag {
  display: inline-block;
  color: white;
  background: #886963 url("img_from_template/bg2.jpg") repeat scroll 0% 0%;
  padding: 5px 11px 5px 11px;
}

div.pag:hover {
  background: #886963 url("img_from_template/bg.jpg") repeat scroll 0% 0%;
}

#main h2, #main h3, #main h4 {
	color: #1a1a1a;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 10px 0 10px 0;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#nav {
	position: absolute;
	right: 35px;
	height: 57px;
	line-height: 57px;
	top: 71px;
}

#nav a {
	text-decoration: none;
	text-transform: lowercase;
	color: #f1f0f0;
	text-shadow: 0px 2px 1px #36221e;
}

#nav li {
	margin: 0px 1em 0 1em;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#outer {
	position: relative;
	width: 1000px;
	margin: 40px auto 0 auto;
}

#search input.button {
	margin-left: 1em;
	border: 0px;
	color: #fff;
	background: #07768d;
	padding: 6px;
}

#search input.text {
	border: dotted 1px #fff;
	padding: 5px;
}

#sidebar1 {
	width: 215px;
	float: left;
	padding: 35px;
	background: #b09792 url('img_from_template/bg3.jpg');
	color: #ede9e8;
	border: solid 1px #C1B0AC;
	text-shadow: 0px 1px 1px #705752;
}

#sidebar1 a {
	color: #f9f7f6;
}

#sidebar1 h2, #sidebar1 h3, #sidebar1 h4 {
	color: #fff;
	text-shadow: 0px 1px 1px #402722;
}

#sidebar1 ul {
	list-style: none;
}

#sidebar1 ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #fde8e3;
}

#sidebar1 ul li.first {
	padding-top: 0;
	border-top: 0;
}

.sidebar2 {
	width: 215px;
	padding: 35px;
	background: #886963 url('img_from_template/bg2.jpg');
	color: #f3efef !important;
	border: solid 1px #967B76;
	text-shadow: 0px 1px 1px #583933;
}

.quic input {
  width: 100%;
  box-sizing: border-box;
  padding: 3px;
  background: transparent;
  border: none;
  border-bottom: 1px dotted #CBB1AC;
  color: #FFFFFF;
}

.sidebar2 a {
	color: #f5f3f3 !important;
}

.sidebar2 h2, .sidebar2 h3, .sidebar2 h4 {
	color: #fff !important;
	text-shadow: 0px 1px 1px #482923;
}

.sidebar2 ul {
	list-style: none;
}

.sidebar2 ul li {
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #cbb1ac;
}

.sidebar2 ul li.first {
	padding-top: 0;
	border-top: 0;
}