/* Layout */

body { 
	color: #000;
	text-align: center;
	}

div#content{
	background-color: #fff;
}
	
div.wrap {
	margin: 0 auto;
	width: 650px;
	}
	
div#head{
	width: 400px;
border-bottom:dotted 1px #999;
	margin: 0 auto;
	padding:0;
}	
	
div { position:relative }

div.article-image {
	margin: 0 auto;
	width: 600px;
	background: url(http://www.mearso.com/i/shadow.jpg) no-repeat center bottom;	padding-bottom: 40px;
}

div.article-image img{

border-bottom:dotted 1px #999;
}



div.article {
	margin: 0 auto;
	width: 500px;
	text-align: left;
}

div.comments {
	margin: 0 auto;
	width: 500px;
	text-align: left;
	color: #3f3f3f;
}

#extras {
	clear: left;
	background-color: #fff;
	margin: 10px 0 0;
        overflow:hidden;     
}

div.column {
	width: 30%;
	float: left;
	padding: 0 1em 0 0;
}

#footer {
	margin: 10px 0 0 0;padding: 20px 0 0 0;
	background: #fff;
}

