	* {
	margin: 0;
	padding: 0;
	}
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%
	text-align: center;
	color: #625A58;
	}
	
	a {
	text-decoration: none;
	color: #BBBDC0;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	#wrapper {
	width: 730px;
	margin: 0 auto;
	text-align: left;
	}
	
	#logo {	
	background: url(../images/gui/logo.gif) 0 0 no-repeat;	
	display: block;
	margin: 70px 0 0 0;
	width: 144px;	
	height: 22px;	}			
	
	#logo a {	
	width: 144px;	
	height: 22px;	
	text-decoration: none;	
	display: block;	
	}
	
	#logo span {
	display: none;	
	}
	
	#navigation {
	width: 100%;
	height: 18px;
	font-size: 12px;
	background-color: #BBBDC0;
	list-style-type: none;
	margin: 7px 0 13px 0;
	}
	
	#navigation li {
	margin: 0;
	float: left;
	padding: 0 3px 0 0;
	display: inline;
	}
	
	#navigation li a {
	text-decoration: none;
	display: block;
	padding: 2px;
	color: #fff;
	}
	
	#navigation li a:hover {
	background-color: #625A58;
	}	
	
	#sub-navigation {
	clear: left;
	width: 250px;
	float: left;
	}
	
	#sub-navigation ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	color: #625A58;
	}
	
	#sub-navigation li a {
	color: #625A58;
	text-decoration: none;
	}
	
	#sub-navigation li a:hover {
	color: #fff;
	background-color: #625A58;
	}
	
	#content {
	width: 400px;
	float: right;
	}
	
	img {
	border: none;
	}
	
	.title {
	text-transform: uppercase;
	margin: 8px 0 0 0;
	color: #625A58;
	}
	
	.descr {
	color: #625A58;
	}
	
	/** setting current menu **/
	
	#work #nav-work a, #experiments #nav-experiments a, #contact #nav-contact a {
	background-color: #625A58;
	}