@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 50px;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-x;
}

h3,h4,h5 {
	margin-bottom:10px;
	padding-bottom:0px;
}

.lrgTxt {
	font-size:18px;
	line-height: 32px;
	}
	
.aboutUs {
	background-color:#FFF;
	margin-top: 20px;
	padding:20px;
	font-size:14px;
}

hr.double {margin-bottom:5px;}