@charset "utf-8";
/* CSS Document */


#bodycontent {
	width: 520px;
	margin: 0 10px;
	float: left;
}

#bodycontent .templates, #bodycontent .templateswide, #bodycontent .templatesnarrow, #bodycontent .templatesbespoke {
	width: 518px;
	margin: auto;
	overflow: hidden;
	clear:both;
}

#bodycontent .templates p, #bodycontent .templateswide p, #bodycontent .templatesnarrow p, #bodycontent .templatesbespoke p {
	padding: 5px;
 	background: #e7d5cb;
	border: 1px solid #a13727;
	text-align: center;
	float: left;
	margin: 5px;
	display: inline-block;
}
 
 
#bodycontent .templates p img, #bodycontent .templateswide p img, #bodycontent .templatesbespoke p img {
	display: block;
	margin: auto;
	border: 0px;
}

#bodycontent .templates p{
	width: 150px;
}

#bodycontent .templateswide p {
	width: 500px;
}

#bodycontent .templatesnarrow p {
	width: 106px;
}


