body, html {
margin:0px;
padding:0px;
    background-color: #f9f9ed;
}

.small {
  width: 82px !important;
}

.large {
  width: 111px !important;
}

#page {
width:1024px;
margin:0 auto;
}

#header {
    height: 160px;
    position: relative;
}


#header-logo {
    background-image: url('../images/natural-logo-2.png');
    height: 160px;
    /*width:220px;*/
    position: relative;
    border-bottom: 1px solid #666423;
    /*opacity:0.7;*/
    z-index: 1;
}

#header-text {
    padding-left: 210px;
    padding-top: 20px;
	color: #1c0c58;
	font-size: 40px;
	font-family: Arial;
    position: absolute;
    clear: both;
    margin: 0 auto;
    z-index: 2;
	}

#header-text-2 {
    padding-left: 410px;
    padding-top: 62px;
    color: #1c0c58;
    font-size: 17px;
    font-family: Arial;
    position: absolute;
    clear: both;
    margin: 0 auto;
    z-index: 2;
}

#header-address {
    padding-left: 835px;
    padding-top: 7px;
    color: #1c0c58;
    font-size: 18px;
    font-family: Arial;
    position: absolute;
    clear: both;
    margin: 0 auto;
    z-index: 3;
}


#menu-container {
    position:absolute;
    top:85px;
    left:220px;
    clear: both;
    margin: 0 auto;
    z-index: 2;
}

#content{
font-size: 14px;
/*font-family: Arial;*/
font-family: "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
text-align: justify;
min-height:300px;
border-bottom: 1px solid #D3F3F3;
}

.section {
    overflow: hidden;
	margin:0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background:#efefef;
/*    border-left: 1px solid #666423;
    border-right: 1px solid #666423;*/
    /*border-bottom: 1px solid #666423;*/
	}
	
.section-head {
	border-bottom: 1px solid #514d87;
	font-weight: bold;
    color: #28166f;
        padding-top: 11px;
        padding-bottom: 4px;
	}
.section-content {
	margin-left: 0px;
}	

.news-date {
	font-size: 10px;
	border-bottom: 1px dotted silver;
	color: silver;
}

.news-head {
	font-size: 18px;
}

.news-text {
	margin-top: 20px;
	padding-bottom: 30px;
}

.footer {
    border-top: 1px solid #666423;
	color: gray;
	font-size: 10px;
	font-family: Arial;
	text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;

}

a:hover {
    color: red;
   } 
.main-page-list li {
    padding: 10px;

}

.admin-tables {
 border-collapse: collapse;
 border: 1px solid silver;
 font-size: 12px;
 width: 100%;
}

.admin-tables td{
 vertical-align: top;
 border:1px solid silver;
 padding: 10px;
}

