body, html {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:12px;
}
a {
	text-decoration: none;
	color: #68bdea;
}
#header {
	height:195px;
	background: url("images/header.jpg");
}
#site {
	width: 950px;
	position: absolute;
	top:141px;
	left:-475px;
	margin-left:50%
}
#header_block {
	opacity:0.4;
	filter:alpha(opacity=40);
	height: 54px;
	width:632px;
	background: white;
	position: absolute;
	top:0px;
	right:53px;
}
#header_logo {
	position: absolute;
	top:7px;
	left:11px;
	width:183px;
	height:	53px;
	background: white;
	background: url("images/logo.jpg") no-repeat;
}
#wreaper {
	margin-top:54px;
	width: 950px;
}
#menu {
	position:absolute;
	top:54px;
	width:254px;
	background: url("images/menubg.jpg") no-repeat;
}
#menu ul {
	margin:5px 0px 0px 0px;
	padding: 0px;
	list-style: none;	
}
#menu li {
	width:192px;
	margin-left:17px;
	height:22px;
}
#menu .active{
	background: #68bdea;
	color:white;
}
#menu a {
	text-decoration: none;
	color:#68bdea;
	margin-left:15px;
	line-height: 20px;	
}
#page {
	position: absolute;
	top:13px;
	left:280px;
	right:68px;
	background: white;
	padding-top:68px;
	padding-left:13px;
	color:#6c6c6c;
}