/*основные настройки*/
body {
	padding: 0px;
	margin: 0px;
	background-color: #afde8a;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 1004px;
	border-left: #3e6e18 2px solid;
	border-right: #3e6e18 2px solid;
	background-color: #fff;
	background-image: url(../media/footer.jpg);
	background-position: left bottom;	
	background-repeat: no-repeat;
	overflow: hidden;

	}
#container-inner {
	padding : 0px;
	margin: 0px;
	width: 1004px;
	background-image: url(../media/header.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}	
#container-wrap {
	padding : 0px;
	margin: 0px;
	width: 1004px;
	background-image: url(../media/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}



/*шапка*/
#header {
	padding : 0px;
	margin: 0px;
	height: 481px;
	width: 100%;
	overflow: hidden;
}
#logo h1 {
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding: 25px 15px 0 0;
	color: #0f503a;

}
#logo ul {
	padding-top: 10%;
	margin-left: 12px;
	padding-left: 12px;
	list-style: none;
}
#logo li {
	list-style: none;
	padding-top: 12px;
}
#logo a {
	color: #000100;
	font-weight: bold;
}
#logo a:hover {
	color: #e75112;
	text-decoration: none;
}

/*навигация*/
#navigation {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 34px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-image: url(../media/navigation.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
#navigation-inner {
	padding-top: 6px;
	text-transform: uppercase;
}
#navigation a {
	color:#fff;
	text-decoration: underline;
}
#navigation a:hover {
	color:#fff;
	text-decoration: none;
}

#sidebar-right {
	float: right;
	width: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/*левая панель*/
#sidebar-left {
	float: left;
	font-size: 90%;
	width: 300px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#menu {
		padding: 10px 0 0 0; 
}
#sidebar-left b {
	color: #000100;
	padding-left: 8px;
}
#sidebar-left li {
	line-height: 1.5em;
}
#sidebar-left a {
	color: #3e6e18;
	font-weight: bold;
	text-decoration: none;
}
#sidebar-left a:hover {
	color: #e75112;
	text-decoration: underline;
}

/* \*/
* html .#sidebar-left {
margin-right: -3px;
}

/*контент*/
#content {
	margin: 0px;
	padding: 0px;
	height: 1%;
	overflow: hidden;
}
#content-inner {
	width: 90%;
	overflow: hidden;
	padding-left: 15px;
	border-left: dotted 2px #afde8a;
}
#content-inner h2 {
	color: #000100;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	padding: 10px 0 0 0; 
}	
#content-inner h3 {
	color: #3e6e18;
	font-weight: bold;
}	
#content-inner a {
	color: #3e6e18;
	text-decoration: none;
}	
#content-inner a:hover {
	text-decoration: underline;
}	
#article img {
	float: left;
	margin: 0 18px 0 0;
	padding: 0 4px 4px 0;
	background: url(../media/photo-frame.gif) no-repeat bottom right;
}		
#content-inner ul {
	clear: left;
}	
.p {
	page-break-before: always;
}
.contact {
	padding-bottom: 15px;
	font-size: 90%;
}
.contact h3 {
	color: #000100;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 0 0 0; 
}	
.contact h4 {
	font-weight: bold;
	font-size: 90%;
}	
#content-inner h4 {
	font-weight: bold;
	font-size: 90%;
}	

#content-wrap {
	width: 95%;
	margin-left: 14px;
	padding-bottom: 40px;
}
.structura {
	background-color: #3e6e18;
	color:#fff;
	padding: 4px;
	margin: 0;
	text-align: center;
}
.line {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#structura {
	font-size: 90%;
	padding: 0;
	margin: 0;
}
#structura h1 {
	font-size: 120%;
	font-weight: bold;
	color: #3e6e18;
	text-decoration: underline;
	margin: 0;
}
#structura a {
	color:#fff;
	text-decoration: underline;
}
#structura a:hover {
	text-decoration: none;
}

table {
	 font-size: 90%;
    border-collapse: collapse;
}
.tbl1 td, .tb1l th {
	padding: 5px 5px;
	text-align: right;
}
/*подвал*/
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: right;
	height: 53px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.0em;
	width: 100%;
	overflow: hidden;
}
#footer-inner {
	padding-top: 4px;
}
#footer a {
	padding-right: 12px;
	font-size: 90%;
	color: #3e6e18;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#foot {
	text-align: center;
	font-size: 90%;
}
#code {
text-align: center;
vertical-align: bottom;
padding-bottom: 5px;
}
