body {
	font: 14px/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	background: #ddd;
}

#page {
	display: block;
	width: 768px;
	margin: 30px auto 0px;
	background-color: #eeeeee;
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0px 10px #999;
	-moz-box-shadow:0 0px 10px #999;
	box-shadow: 0 0px 10px #999;
}

h1 {
	color: #424242;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 14pt;
	font-variant: small-caps;
	margin-left: 20px;
	text-shadow: #e4e4e4 0px 1px 1px;
}

#page section {
	display: block;
	padding: 0px 20px;
}

article { display: block; }
section article:last-child { margin-bottom: 20px; }

article h2 {
	color: #424242;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

article h2 a, article p a { color: #424242; text-decoration: none; border-bottom: 1px dotted #424242; }
article h2 a:hover, article p a:hover { border-bottom: 0; color: #000; }

article p {
	color: #424242;
	line-height: 150%;
	font-size: 9pt;
	padding: 0;
	margin-top: 2px;
}