body{
	color:#000;
	margin:0;
	padding:0;
}
img{
	border:0;
	padding:0;
}
a{
	text-decoration:none;
}
.header{
	background: url("img/slim.png") repeat-x 0 0;	
	display:block;
    height: 191px;
    margin: 0;
    width: 100%;
}
.clear{
	clear:both;
	height:0
}
.center{
    margin: 0 auto 0 auto;
	position: relative;
    width:1000px;
}
#logo{
	background: url("img/image.png") 0 -99px;	
	display:block;
	float:left;
	height:166px;
	margin:0 0 0 34px;
	width: 159px;
}
#site_name{
	background: url("img/image.png") 0 0;	
	color:#000;
	float:right;
	font:bold 60px/100px Arial;
	height:98px;
	margin:42px 32px 0 0;
	overflow: hidden;
	text-align:center;
	width: 722px;
}
.center.grey{
	background:#f2f0f6;
	display:block;
	margin:11px auto 30px auto;
	padding:33px 20px 25px 0;
	width:980px;
}
#sidebar{
	float:left;
	margin:0 55px 0 22px;
	width: 152px;
}
.menu{
	background:#fac55d;
    border: 1px solid black;
    margin: 0;
    padding: 0;
    width: 150px;
}
.menu li{
	border-bottom: 1px solid black;
	list-style-type: none;
	text-align: center;
    width: 150px;
}
.menu li:last-child{
	border-bottom:0;
}
.menu li:hover{
	background:#fccd72;
}
.menu li a{
	color:#000;
	display: block;
	font:bold 17px/20px Arial;
	padding:12px 0;
}
.menu li.subcurrent a {
	color:#AC0000;
	}
#sidebar img{
	margin-top:13px
}
.article{
	float:left;
	overflow: hidden;
	position:relative;
	width:750px;
}
.txt{
	border-bottom: 1px solid #c0c0c0;
	font:16px Verdana;
	padding:30px 0;
}
.txt_contact{
	color:#000000;
	font:18px/18px Verdana;
	margin-top:33px;
}
.txt_contact span{
	color:#000000;
}
