* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Verdana, Arial, Tahoma, sans-serif;
	width: 100%;
	color: #ADDDF3;
	text-align: justify;
	background-color: #000000;
}
a {
	color: #EBB882;
	outline: none;
	text-decoration: underline;
}
a:hover {
    color: red;
	text-decoration: none;
}

p {
	margin: 0 10px 0 10px;
}
img {
	border: none;
	margin: 5px 5px;
}
input {
	vertical-align: middle;
}
H1 {color: #EBB882; text-align: center; font-weight: bold; font-size: 18px; margin: 10px 0;}
H2 {color: #EBB882; text-align: center; font-weight: bold; font-size: 16px; margin: 10px 0;}
H3 {color: #EBB882; text-align: center; font-weight: bold; font-size: 14px; margin: 10px 0;}
H4 {color: #EBB882; text-align: center; font-weight: bold; font-size: 13px; margin: 10px 0;}
.l-image {float: left;}
.r-image {float: right;}
.centr {text-align: center; padding-top: 15px;}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 320px;
	background-image: url(images/shapka.jpg);
	background-repeat: no-repeat;
}
#header img {
width: 1000px;
height: 320px;
}
/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 1000px;
	height: 30px;
	background-image: url(images/menu.jpg);
}
#menu img {
    width: 1000px;
	height: 30px;
}
#menu-verh {
	text-align: center;
	padding-top: 12px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 220px solid #2E556C;
	border-right: 220px solid #2E556C;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 20px 10px 10px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 220px;
	position: relative;
	background: #2E556C;
	left: -220px;
}
#left-menu {
    padding-top: 15px;
}
#left-menu li {
	text-align: left;
	padding-left: 10px;
	list-style: none;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -220px;
	width: 220px;
	position: relative;
	background: #2E556C;
}
#right-menu {
    padding-top: 15px;
	color: #EBB882;
}
#right-menu li {
	text-align: left;
	padding-left: 10px;
	list-style: none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	background: #2E556C;
}
#schetchik {
    float: left;
	width: 88px;
	height: 31px;
}