body {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Georgia;
	font-size: 10pt;
	margin: 10px;
	background: #f6ebb6;

	}

#wrapper {
	width: 960px;
	background: url('files/content.gif');
	margin: auto;
	overflow: hidden;
	}
	
#shadow_top {
	width: 960px;
	height: 20px;
	background: url('files/shadow_top.gif');
	}
	
#logo {
	width: 960px;
	height: 120px;
	background: url('files/logo.jpg');
	}
	
#buttons {
	width: 450px;
	height: 30px;
	float: right;
	margin-top: 100px;
	position: relative;
	display: inline;
	}
	
#buttons a {
	text-decoration: none;
	color: black;
	width: 150px;
	height: 30px;
	}
	
.button {
	width: 150px;
	height: 30px;
	background: url('files/button.gif');
	float: left;
	line-height: 30px;
	}
	
.button:hover {
	background: url('files/button_h.gif');
	}
	
#belka {
	width: 960px;
	height: 10px;
	background: url('files/belka.gif');
	}
	
#content {
	width: 810px;
	float: left;
	background: url('files/content.gif');
	}
	
#main {
	width: 660px;
	float: left;
	}
	
#main a {
	color: white;
	text-decoration: none;
	font-size: 15pt;
	}
	
#main a:hover {
	text-decoration: underline;
	}
	
#main img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	color: #3d558a;
	font-size: 14pt;
	}
	
#menu {
	width: 150px;
	float: right;
	}
	
ul {	
	margin: 0px;
	padding: 0px;
	}
	
li {
	list-style: none;
	line-height: 30px;
	margin-top: 10px;
	width: 150px;
	height: 30px;
	background: url('files/menu.gif');
	font-size: 9pt;
	}
	
#menu a {
	color: black;
	text-decoration: none;
	}
	
#menu a:hover {
	color: black;
	text-decoration: underline;
	}	
	
#mebel {
	width: 150px;
	background: #faf4da;
	float: right;
	}
	
#mebel a {
	text-decoration: none;
	border: 0;
	}
	
#mebel img {
	border: 0px;
	padding: 0px;
	margin:0px;
	}
	
#shadow_bottom {
	width: 960px;
	height: 20px;
	background: url('files/shadow_bottom.gif');
	margin: auto;
	}