body{
	background-color: #999;
	text-align: center;
}

#Wrapper{
	overflow: auto;
	text-align: left;
}
#wrapper{
	overflow: auto;
	text-align: left;
}
#Navigation{
	color: #fff;
	background-color: #333;
	width:96%;
	padding:10px 2%;
	text-align: center;
	overflow: auto;
}
#Navigation table{
	width:96%;
}

#Header{
width: 90%;
margin: 10px auto;
}
#BusinessName{
width: 100%;
text-aLign: center;
/*overflow: auto;
*/}
#ContentArea{
width: 90%;
margin: 10px auto;
}
#Footer{
coLor: #FFF;
background-coLor: #333;
width: 96%;
padding: 10px 2%;
overflow:auto; 
}
#Footer table{
width: 96%;
}
#Footer table tr td{
text-aLign: center;
}
#SocialLinks{
	clear:both;
	float:right;
	width:25%;
	overflow: auto;
}
#SocialLinks img{
	width: 25%;
	margin-right: 5%
}

@media screen and (min-width: 768px){
#BusinessName{
	width: 45%;
	text-align: center;
	overflow: auto;
}
#SocialLinks{
	clear: both;
	float: right;
	width: 25%;
	overflow: auto;
	text-align: center;
 }
}