.placeholder
{
	width:800px;
	height:600px;
	margin:0 auto;
	border:1px solid #000000;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:10px;
	border-radius: 6px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #2F2727, #1a82f7);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
	background-color:#2F2727;
	color:#ffffff;
	font-family: 'Cantarell', arial, serif;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;

}
.placeholder p, .placeholder h1
{
	width:300px;
	margin:0 auto;
}
.placeholder .themap
{
	margin:5px auto;
	width:425px;
}
.placeholder h1
{
	width:100%;
	text-align:center;
	text-shadow: 2px 2px 2px #000;
}
.larger
{
	font-size:larger;
	font-weight:bold;
}
.address
{
	float:left;
}
.hours
{
	float:right;
}