html {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 100.1%;
	}
img {
	border: 0;
	}
hr {
	display: none;
	}
a i {
	visibility: hidden;
	}
/*++++++++++++++++++++++++*/

#header {	margin: auto;
	padding: 65px 0 0 360px;
	width: 620px;
	height: 75px;
	background: url(img/header.jpg) no-repeat top;	}
#menu a {	margin-right: 25px;
	text-decoration: none;
	color: #630e16;	}
#menu a:hover {
	color: #fff;
	}
/*++++++++++++++++++++++++
content*/
#content {	padding: 10px 40px;
	padding-bottom: 180px;
	margin: auto;
	width: 900px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: url(img/bg_main.jpg) no-repeat top;
	}
h1 {	margin-top: 0;	font-size: xx-large;
	font-weight: normal;	color: #555;	}
h2 {	margin-top: 0;	font-size: large;
	font-weight: normal;	color: #630e16;	}
p, li {
	font-size: small;
	color: #333;
	text-align: justify;
	}
.comm {
	font-size: x-small;
	}
li {
	margin-bottom: 0.5em;
	}
.tbl {
	margin-bottom: 2em;
	font-size: small;
	border-collapse: collapse;
	}
.tbl td {
	border: 1px #A0BD7D solid;
	}
	
.newsblock {
	border-bottom:1px #859E65 solid;
	margin-bottom:20px;
	}
	
.newsblock p {
	padding-left:20px;
	font-size:x-small;
	color:#333;
	}

.newsblock h4 {
	margin-bottom:0;
	color:#000;
	font-size:small;
	}
.newsblock h4 span {
	font-weight:normal;
	font-size:x-small;
	}	
	
#content a {
	color: #630e16;
	}
#content a:hover {
	color: #777;
	text-decoration: none;
	background: #fff;
	}
#content .def {	color: #999;	}
#bread_crumbs {	font-size: x-small;
	color: #555;	}
#bread_crumbs a {
	color: #555;
	}
#bread_crumbs a:hover {	background: transparent;
	color: #333;
	}
#toptext {	padding-left: 320px;
	}
#content #toptext p {	margin: 0 0 0.2em 0;	font-size: small;	}
#content #toptext p strong {
	font-size: small;
	}
#content div.col {	padding-right: 40px;	width: 260px;
	/*height: 100px;*/
	background: url(img/dot.gif) repeat-y right;
	float: left;
	}
#content div.col li {	text-align:left;
	}
#content div.news li {	font-size:x-small;
	}
#content div.news li a {	color:#333;
	}
/*++++++++++++++++++++++++
footer*/
#footer {
	position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -490px;
	padding: 80px 0 0 360px;
	width: 620px;
	height: 80px;
	background: url(img/bg_footer.jpg) no-repeat top;
	font-size: x-small;
	color: #555;
	}
#footer a {
	color: #555;
	}
#footer a:hover {
	color: #333;
	}
#counters {	margin-left: -320px;
	width: 300px;
	height: 40px;	float: left;	}
