* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background:url(../images/for_sait/ser96.jpg);
	

}
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: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#d1cdc9;
	border:inset 1px #999999;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: url(../images/for_sait/headerfon1.jpg) repeat-x #CCCCC;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 220px 0 220px;
	margin-top:30px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	background: #d1cdc9;
	
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	position: relative;
	background: #d1cdc9;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer { color:#FFFFFF;
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;
	background:  #a39583;
}