body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddd;
	
}
div#wrap {
	position: relative;
	width: 500px;
	padding: 50px;
	margin: 60px auto 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
div#wrap:before, div#wrap:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 
div#wrap:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
} 

h1, h2 {font-size: 1.6em;font-weight: normal;margin:0;font-family: 'Old Standard TT',serif;}
h1 {padding-bottom: 5px; border-bottom: 1px dotted #666; width: 92%;}
h2 {font-size: 1.3em;margin-top: 1.2em;}
a {color: #204070;color: #333;text-decoration: none;border-bottom: 1px dotted #333;}
a img {border: none;}
img.coffee {position: absolute;right: -60px;top: -40px;}
a#twitter {border: none;text-decoration: none;display: block;width: 28px;height: 20px;float: right;}
a.contact {cursor: pointer;}

form#contact label {display: block;}
form#contact input[type="text"] {border: 1px solid #ccc; padding: 2px; width: 200px;margin-bottom: 8px;}
form#contact textarea {width: 350px; border: 1px solid #ccc; padding: 2px;margin-bottom: 8px;}
form#contact input[type="submit"] {background-color: #333; color: #fff; font-variant: small-caps; border: none; padding: 3px 6px; cursor: pointer;}
div.msg_success {padding: 0 10px; border: 1px solid #ccc; margin-top: 10px;}
