h1{
	font-size: 1.3em;
	color:#2e1f0c;
	font-weight: bold;
}
p {
	margin:10px 0;
}
div#content_page h2 {
	font-size: 1.5em;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	font-weight: normal;
}
div#intro{
	float: left;
	width: 100%;
	margin: 10px 0;	
	}
div#home-gallery{
	float: left;
	width:280px;
	height: 119px;
	padding: 0 50px 0 150px;
	_width:130px;
	margin-bottom: 15px;
	background: url(../img/front-galler-bg.jpg) no-repeat;
}

div#home-gallery h2  {
	font-size: 1.4em;
}
div#home-gallery h2 a {
	width: 300px;
	float: left;
	line-height: 119px;
	color: #93481d;
	text-decoration: none;
	}
ul#home-menu{
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
	}	
ul#home-menu li{
	float: left;
	width: 84px;
	margin: 0 30px 0 0;
	text-align: center;
	font-weight: bold;
	}	
ul#home-menu li img {
	border: none;
	float: left;
	margin:10px 0 ;
	}	
ul#home-menu li a{
	color: #fff;
	text-decoration: none;
	}	
ul#home-menu li a{
	float: left;
	clear: both;
	}
	
.red {
	font-weight: bold;
	color: red;
}
.green {
	font-weight: bold;
	color:green;;
}

