body {

	background-color: #5d4120;
	margin: 0;
	padding: 0;
	color: #5c4120;
	font: normal 14px/16px Garamond, "Times New Roman", serif;
}

p {
	 margin: 5px 0px;
	 padding:0px;
}

h1 {
	margin: 25px 0 0 0 ;
	padding: 5px 0 15px 0;
}

h2 {

}

h3 {
	 margin: 0px;
	 padding: 10px 0 5px 0;
}

a {
	 color: #23514f;
}

a:hover {
	 color: #173432;
}

.clear{clear: both;}
.left{float: left;}
.right{float: right}

.border {
	 padding-bottom: 2px;
	 border-bottom: 7px solid #9b8455;
}

#container {
	
}

#header {
	height: 275px;
	width: 100%;
	background: url(/img/css/header_bg.gif) repeat-x;
	text-align: center;
	
}

#header_content {
	height: 275px;
	width: 1024px;
	background: url(/img/css/header_content_bg.jpg) no-repeat;
	margin: 0 auto;
	text-align: left;
}

#date {
	position: relative;
	top: 15px;
	left: 50px;
	background: url(/img/css/header_bullet.gif) no-repeat;
	background-position: left center;
	padding-left: 10px;
	line-height: 12px;
	color: #d6ebbc;
}

#menu {
	position: relative;
	top: 41px;
	left: 50px;
	height: 34px;
	width: auto;
	
}

#menu ul{
	background: none;
	margin: 0;
	padding: 0;
}

#menu li{
	float: left;
   list-style: none;
}

#menu a{
	display: block;
	width: 99px;
	height: 34px;
	background: url(/img/css/menu_passive_bg.gif) no-repeat;
	font: bold 14px/34px Garamond, "Times New Roman", serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #579895;
}

#menu a:hover{
	background: url(/img/css/menu_active_bg.gif) no-repeat;
	color: #d6ebbc;
}

#menu a.active{
	background: url(/img/css/menu_active_bg.gif) no-repeat;
	color: #d6ebbc;
}

#content {
	background: url(/img/css/content_top_repeat.gif) repeat-x;
	background-color: #dac78b;
	text-align: center;
}

.main-container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

#main-top {
	 background: url(/img/css/content_top_bg.gif) no-repeat;
	 height: 36px;
}

#main {
	min-height: 300px;
	height:auto;
	_height: 300px;
	margin: 0px 58px;
}

#main-bottom {
	 background: url(/img/css/content_bottom_bg.gif) no-repeat;
	 height: 36px;
}

#footer {
	 background: url(/img/css/footer_bg.png) repeat-x;
	 height: 257px;
	 color: #f6e5a3;
	 font: bold 14px/14px Garamond, "Times New Roman", serif;
	 text-align: center;
}

#footer-menu {
	 float:left;
	 padding: 45px 35px;
	 font-size: 14px;
	 text-transform: uppercase;
}

#footer-menu ul{
	background: none;
	margin: 0;
	padding: 0;
}

#footer-menu li{
	float: left;
   list-style: none;
}

#footer-menu a{
	margin: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #f6e5a3;
}

#footer-menu a:hover{
	color: white;
	text-decoration: none;
	background: #275957;
}

#footer-contact {
	 float: right;
	 padding: 45px 35px;
	 text-align: right;
}

#footer-autors {
	 clear: both;
	 border-top: 1px solid #7e592c;
	 text-align: center;
}

.news-item {
	 width: 250px;
	 float: left;
	 margin-right: 24px;
	 margin-left: 24px;
	 font-size: 12px;
}

.paging {
	 float:right;
	 margin-right: 15px;
}

#messages-right th {
	 text-align: right;
	 vertical-align: top;
}

#messages-left {
	 float: left;
}

#messages-right {
	 float: right;
}

#messages-right td {
	 vertical-align: middle;
}


input {
	 background-color: #faf2d8;
	 border: 1px solid #5c4120;
	 width: 200px;
}

textarea {
	 background-color: #faf2d8;
	 border: 1px solid #5c4120;
}

.message-item {
	 width: 345px;
	 /*float: left;*/
    margin-left: 24px;
	 font-size: 12px;
}

.small {
	 font-weight:bold;
	 color: #23514f;
}

.question div {
	 display: inline;
}

.question input {
	 width: 15px;
	 position: relative;
	 top: -5px;
}

.sec {
	 display: none;
}

.error-message {
	 color: red;
}

.submit input {
	 width: 60px;
	 background: #5d4120;
	 color: #f6e5a3;
	 border: 2px solid #f6e5a3;
}

