/*основные настройки*/
body {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
}
#container {
	margin: 0px auto;
	padding: 0px;
	}
#container-inner {
	padding : 0px;
	margin: 0px;

}	
#container-wrap {
	padding : 0px;
	margin: 0px;
}



/*шапка*/
#header {
	display: none;
}
#logo h1 {
	display: none;

}
#logo ul {
	display: none;
}
#logo li {
	display: none;
}
#logo a {
	display: none;
}
#logo a:hover {
	display: none;
}

/*навигация*/
#navigation {
	display: none;
}
#navigation-inner {
	display: none;
}
#navigation a {
	display: none;
}
#navigation a:hover {
	display: none;
}

#sidebar-right {
	display: none;
}

/*левая панель*/
#sidebar-left {
	display: none;
}
#menu {
	display: none;
}
#sidebar-left b {
	display: none;
}
#sidebar-left li {
	display: none;
}
#sidebar-left a {
	display: none;
}
#sidebar-left a:hover {
	display: none;
}

/* \*/
* 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;
}	
.p {
	page-break-before: always;
}
#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;
}	
.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 {
	display: none;
}
#footer-inner {
	display: none;
}
#footer a {
	display: none;
}
#footer a:hover {
	display: none;
}
#foot {
	display: none;
}
