@charset "utf-8";

@font-face {
	font-family: 'limerick-serial';
	src: url('../site-fonts/ufonts.com_limerick-serial-regular_db.eot');
	src: local('limerick-serial'), url('../site-fonts/ufonts.com_limerick-serial-regular-db.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_4410">Text with this font applied</p> */
.limerick {
	font-family: 'limerick-serial' !important;
}

.normal {
font-family: 'limerick-serial', sans-serif;
}
    
#page {} 

#top-margin  {
height: 50px;
background: linear-gradient(#eeeeee, #ffffff); }

#bkg {
	color: #666;
    margin-left: 15%;
    margin-right: 15%;
}

#banner {
}

.news-box {
font-family: Arial, Helvetica, sans-serif;
padding: 30px;
border-top:1px solid #0C446F;
border-bottom:1px solid #0C446F;
 }