/* CSS Document */
body{
	margin:0% auto;
	padding:0%;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;}
#wrapper{
	margin:0% auto;
	width:100%;}
img {
    width:100%;
    height:auto;}	
a:link {
	text-decoration:none;}
a:visited {
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
a:active {
	text-decoration:none;}
#main-hdr{
	width:100%;
	height:auto;
	float:left;}
#main-wrap{
	width:100%;
	height:auto;
	float:left;
	margin:0%;
	padding:0%;}
#main-bnr-wrap{
	float:left;
	width:100%;
	height:auto;}
#main-bnr-img{
	float:left;
	width:100%;
	height:auto;
	border:0;}	
#main-cont{
	float:left;
	width:96%;
	height:auto;
	padding:1% 2% 1% 2%;
	text-align:justify;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}	
.clearfix {
	clear:both;}
#ftr{
	width:100%;
	height:auto;
	float:left;
	background:#333;
	overflow:hidden;
	text-align:center;
	padding:1% 0;
	color:#F1F0D1;}			
@media screen and (min-width:500px) and (max-width:768px) {
body{
	font-size:14px;}
}
@media screen and (max-width:480px) {
body{
	font-size:14px;}
#main-cont{
	width:94%;
	padding:1% 3% 1% 3%;}	
}