* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #006;
	background-image: url(images/f2.gif);
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background-image: url(images/fon.gif);
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 210px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 220px;
	margin-right: 20px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 35px;
	text-align: center;
}

/* MENU
----------------------------------------------------------------------------*/
.h_mnu_01{
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #765;
	text-align: center;
}

.h_mnu_01 a{
	color: #765;
	text-decoration: none;
}

.h_mnu_01 a:visited{
	color: #765;
}

.h_mnu_01 a:hover, .h_mnu_01 ul li .selected{
	color: #003 !important;
}

/* text
---------------------------------------------------------------------------*/
.spis {
	font-weight: bold;
	list-style-type: decimal;
	text-align: justify;
}

.spis2 {
	font-weight: bold;
	text-align: justify;
	list-style-type: square;
	left: 20px;
}
.prim {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
}
.text h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}
p {
	font-weight: bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
}
