@charset "utf-8";
/* CSS Document */
.hg_news {
	height:245px;
}


.bg_gallery {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border:solid 1px #c5ca3e;
	background-color:#e9f3bb;
	font-family:"Berlin Sans FB", Arial;
	font-size:23px;
	color:#6b7c0c;
}

.bg_news {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#eae9e9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
}

.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;
}