﻿body,html{
	margin:0;
	width:100%;	
}

body{
	background:#fff;
	font-family: 'PT Sans', sans-serif;
	font-size:16pt;
}

#wrapper{
	width:100%;
}

.ssImg{
	width:100%;
}

.clr{
	clear:both;
}

.clr20{
	clear:both;
	height:20px;
}

#nav{
	margin-top:-6px;
  min-height:44px;
}

#content{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0 100px 0;
}

#footer{
	position:fixed;
	bottom:0;
	height:50px;
	background:#262e17;
	width:100%;
	color:#fff;
	z-index:100;
	text-align:center;
	line-height:50px;
	font-size:1.2em;
}

@media screen and (max-width: 768px) {
	#footer{
		font-size:.8em;
	}
	
}