body {
	background: #9d9b86 url(img/bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
	text-align:center;
}
.container {
	width: 960px;
	margin: 0 auto; 
}
.header {
	background: #36190c url(img/header.jpg) no-repeat top center;
	height:108px;
	width:960px;
}
.header  a {
	display:block;
	width:200px;
	height:105px;
}
.header  p {
	margin:15px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#000;
	font-style:italic;
}

.content {
	padding: 10px 0;
	margin:10px 0 10px;
	background:#fff;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-box-shadow: 1px 1px 10px #5d5d5d;
	-moz-box-shadow: 1px 1px 10px #5d5d5d;
	box-shadow: 1px 1px 10px #5d5d5d;
	overflow:hidden;
}
.socialshare {
	margin:55px 0 0 285px;
	min-height: 25px;
}
.content span {
	font-size:12px;
}
.facebook-box {
	float:left;
	margin:15px 20px 0 150px;
	width:300px;
}
.adsense {
float:left;
margin:15px 0 0 20px;
width:300px;
}
.clearall {
clear:both;
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
}
.footer  a {
	color:#333;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}