@charset "utf-8";
/* CSS Document */
.hg_news {
	height:245px;
}


.bg_gallery {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:solid 2px #bee6be;
	background-color:#effdef;
	padding:18px;
}



.bg_news {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:solid 1px #7ea8ce;
	background-color:#dfecf7;
	font-family:"Berlin Sans FB", Arial;
	font-size:23px;
	color:#0e528b;
}

.bg_aboutus {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:solid 1px #c696b9;
	background-color:#f5e3f0;
	font-family:"Berlin Sans FB", Arial;
	font-size:23px;
	color:#3c032d;
}