* {
	margin:  0 0 0 0;
	padding: 0 0 0 0;
}
html {height: 100%}
body {
	font: 0.85em 'trebuchet ms', Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
    	background-image: url(_storage/gradient.gif); /* Путь к фоновому рисунку */
    	background-repeat: repeat-x; /* Повторяем фон по горизонтали */
}
a {
	color: #446699;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:red;
}

a:visited {color:#553355}

p {margin: 0 0 18px}

img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;


}


/* Header
-----------------------------------------------------------------------------*/
#navigator {
	height: 20px;
	/*background: #ff0000;*/
}

#links {
/*background-color:#ff0000;*/
height: 16px;
text-align:center;
}
h1 {font-family:'trebuchet ms';line-height:50px; }

#header { text-align:center;
	height: 90px;
	padding-top: 5px;line-height:50px;

	/*background: #ff0000;*/
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;         
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden; /*	background-color:red;    */
}
#content {
	padding: 0 0 0 160px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
/*	background: #f0f0f0;*/
	padding: 0px;
	line-height: 2em;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	background: #FFACAA;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
 	font-size:0.8em;
	width: 800px;
	margin: -45px auto 0;
	height: 45px;
	padding-top: 20px;
/*background: #FFACAA;*/

}