* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background-image:url(img/back.jpg);
	background-repeat:repeat-x;
	
	background-attachment:fixed;
}
body {
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	
}

h1 {color:#003366;
font-size:1.5em;
padding-bottom: 15px;}
h2{color:#003366;
font-size:1.3em;}
h3 {color:#003366;
font-size:1.1em;}
a {
	color: #003366;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 15px
}
p.lic {font-style:italic;
font-size:85%;
}
img {
	border: none;
}
img.img_left{float:left;
padding: 0 15px 15px 0;}
img.img_right{float:right;
padding: 0 0 15px 15px}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(img/podlozh.png);
	background-repeat:repeat;
	box-shadow:0px 0px 20px #222;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
	padding:20px;
	padding-bottom:5%;
}
h2.newHead{
	float: left;
  	margin-left: 0;
  	text-align: left;
}
ul.newText{
	display: inline-block;
  	list-style: none;
}
}
ul.newText li{margin: 5px 0px;}
ul.newText li h3{
	font-size: 1em;
  	color: #000;
}
p.lic{
	font-style: italic;
  	font-size: 0.95em;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -46px auto 0;
	height: 46px;
	background-image:url(img/foot.jpg);
	background-repeat:repeat-x;
	position: relative;
}
#menu{ background-image:url(img/menu.jpg); background-repeat:repeat-x; height:29px;}
#menu ul li { float:left; list-style:none; font-size:18px; color:#fff; margin-top:5px; margin-left:125px;}
#menu ul li a{font-size:18px; color:#fff; }
.logofoot{ margin-left:10px; margin-top:8px;}
ul li, ol li{ margin-left:20px;}
ul, ol{padding-bottom: 15px;}