body{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
img{
	border: 0px;
}
#header{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#header img{
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}
#content li
{
 float: left;
 margin: 0px 5px;
 list-style-type: none;
}
#content ul{list-style-type: none; margin-left: 0px; padding-left: 0px;}
#footer{
	border-top: 1px solid #eeeeee;
	padding: 10px;
	font-size: 11px;
	margin-top: 10px;
	background: #f8f8f8;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}