html, body{
	background: url(../images/bg.jpg) repeat;
    margin: 0;
    padding: 0;
	min-height: 100%
	height: 100%;
}

a:link, a:visited {
    color: #01854c;
    text-decoration: underline;
    font-weight: bold;
}
a:hover { color: #013e3b; }
h1, h2, h3, h4{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #007A40;
    text-decoration: none;
}
h1 { font-size: 24px; margin: 0px auto; text-align: center; font-weight:normal;}
h2 {font-size:large;}
ul#list { list-style: disc; }
.main { margin: 20px auto; font: 14px Verdana; }
.head {
    background: url(../images/head.png) no-repeat center;
    margin: 0px auto;
    height: 171px;
    width: 901px;
    position: relative;
    padding: 0 80px; /*resolving problem with synchronization main template blocks if user monitor definition is smaler than needed*/
}
.separator {
    position: absolute;
    bottom: -38px;
    padding: 0px;
    margin: 0px 0px 0px 35px;
    text-align: center;
    vertical-align: bottom;
    width: 829px;
    height: 1px;
    color: silver;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}
.separator_ {
    padding: 0px;
    /*	margin: 0px 0px 0px 35px;*/
    text-align: center;
    vertical-align: bottom;
    width: 829px;
    height: 1px;
    color: silver;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}
.nav {
    position: absolute;
    bottom: -43px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: bottom;
    right: 200px;
}
.nav a {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #013e3b;
    display: block;
    float: left;
    vertical-align: bottom;
    height: 20px;
    position: relative;
}
.nav a:link, .nav a:visited {
    margin: 0px 1px 0px 1px;
    background: url(../images/gradient-w.png) repeat-x top;
    background-color: #F8F8BC;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 2px solid;
    border-color: #C6C6C6;
    padding: 3px 10px;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
}
.nav a:hover, .nav a.current {
    background-color: #CFFECF;
    height: 26px;
    line-height: 26px;
    bottom: 6px;
}
.nav a.current {
background-color: #F9E1F9;
}
.main_content {
    background: url(../images/bg_content.png) repeat-y center;
    width: 1001px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    margin: 0px auto;
    overflow: hidden;
}
.tail {
    background: url(../images/tail.png) no-repeat center;
    height: 178px;
    width: 901px;
    margin: 0px auto;
    padding: 0 80px; /*resolving problem with synchronization main template blocks if user monitor definition is smaler than needed*/
}
.informer { color: Black; text-decoration: none; }
.fit_page{ margin: 0 auto; width: 800px; padding: 20px 0; }
.box {
    padding: 10px;
    margin: 10px;
    /*background: url(../images/gradient-w-165.png) repeat-x top;*/
    background-image: url(../images/gradient-w-165.png);
    background-repeat: repeat-x;
    background-position: top;
    vertical-align: middle;
    border: 0px;
    overflow: hidden;
}
.box a { 
    font-style: normal;
    line-height: 17px;
    text-decoration:none;
}
.box a:hover {text-decoration:underline;}
.box ul { list-style: none; padding: 0px; }
.box ul.disc{
	list-style-type: disc;
	margin: 15px;
}
.box ul li {padding:3px 0;}

.yelow { background-color: #F8F8BC; display: inline-block; border: 1px solid silver;}
.green { background-color: #CFFECF; display: inline-block; border: 1px solid silver;}
.silver { background-color: #E1E0DB; display: inline-block; border: 1px solid silver;}
.full_line { display: block;}
.pagination, .pagination_desc{
    margin: 10px auto 0;
    text-align: center;
    color: #003C39;
    font-style: italic;
    font-weight: bold;
    font: 15px Verdana;
}
.pagination img{
    border: 0;
}
.bottom_cotacts{
    font-size: 12px;
    left: 40px;
    position: relative;
    top: 36px;
}
.info hr {border:none; border-top:1px solid gray;border-bottom:1px solid white;}

.archive_filter{
    display:block;
    overflow:hidden;
    margin: 3px auto;
    text-align: center;
    width: 900px;
}
.archive_filter ul{
    list-style: none;
    text-align: center;
    display: block;
    overflow: hidden;
    clear: both;
}

.archive_filter li {
    float: left;
    padding: 0 2px;
}

.padded-li{
	padding: 5px 0;
}

.gallery_item{
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	height: 100px;
	margin: 5px 0;
}
#member_form{
	font: 14px/18px "Times New Roman", Times, serif;
}
#member_form ul{
	list-style: none;
	padding: 0;
}
#member_form label.error{
	color: red; 
	font-weight: bold;
}

