/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";

/* Structure
-------------------------------------------------- */

body {
	text-align: center;
	color: #fff;
	font-family: Garamond, Palatino Linotype, serif;
	font-size: 14px;
}

#wrapper {
	width: 980px;
	margin: 20px auto;
	position: relative;
}

h1 {
	
	color: #fff;
	font-size: 5em;
	margin-bottom: 50px;
}

h2 {
	color: #fff;
	border: 1px solid #fff;
	width: 58px;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 10px;
}

