html {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	position:relative;
}
h1, h2, h3 {
	padding:0px;
	margin:10px 0px 3px 0px;
}
h4 {
	padding:0px;
	margin:2px 0px 0px 0px;
}
h3 a {
	text-decoration:none;
}
h4 a {
	text-decoration:none;
}
a {
	outline:none;
	text-decoration:none;
}
p {
	font-weight:normal;
	color:#5E5C5E;
}
ul, ol {
	margin:0px;
	padding:0px;
}
ul li, ol li {
}
ul {
	list-style:none
}
/* =================== Global classes ================ */

/* *** Float containers fix:

 http://www.csscreator.com/attributes/containedfloat.php *** */ 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 0;
}
.clearfix {
	display: block;
}
.clear {
	clear:both
}
/* End hide from IE-mac */ 

/************* SOCIAL ICONS ************/

/*.social {
	width:126px;
	float:right;
}
.social img {
	margin-left:9px;
}*/
/* =================== FOOTER ================ */

footer {
	display:block;
	width:944px;
	padding-left:31px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
p.copyright {
	font-weight:bold;
}
