body {
	background: #0e0d13 url('images/v22_bkg_body.png') repeat-x 50% 0;
}
.page {
	background: url('images/v22_bkg_page.png') no-repeat 50% 0;
}
.page > header h1 a {
	background: url('images/v22_bkg_logo.png') no-repeat;
}
.page > header p {
	background: url('images/v22_bkg_memories.png') no-repeat 100% 0;
}


a {
	color: #85b666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0076cd;
}
blockquote {
	border-color: #333;
	margin-left: -20px;
	margin-right: -20px;
}
img {
	border: 1px solid #333;
	padding: 4px;
}
img:hover {
	background: #f1f1f1;
}
ins, ins a {
	background: transparent;
	font-family: Palatino, Georgia, 'Times New Roman', serif;
	font-style: italic;
}
ins {
	border: 1px dashed rgba(0,0,0,0.2);	
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


article {
	color: #fff;
	margin: 96px auto;
}
article h1 {
	font-weight: 300;
	padding: 24px 0 24px;
}
article h2 {
	font-weight: normal;
}
article aside {
	float: right;
	color: #999;
	padding: 24px 0 0;
	text-align: right;
	width: 220px;
}
article section {
	width: 640px;
	padding: 24px 0 0;
}

