@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;
	font:100% Helvetica, Arial, sans-serif;
	text-align:center;
}
#wrapper {
	width:920px;
	margin:0 20px;
}
#navigation {
	width:200px;
	background:#FFF;
	text-align:right;
	font-size:90%;
	position:fixed;
	top:20px;
	left:20px;
}
#navigation h1 {
	font-weight:bold;
	color:#F30;
}
#navigation h1 a {
	text-decoration:none;
	color:#F30;
}
#navigation ul {
	line-height:25px;
}
#navigation li a {
	text-decoration:none;
	padding:4px;
}
#navigation li a:link {
	background:#FFF;
	color:#000;
}
#navigation li a:hover {
	background: #000;
	color:#FFF;
}
#content {
	width:700px;
	text-align:left;
	background:#FFF;
	float:right;
	margin:0 0 0 230px;
}
.title {
	font-size:90%;
	padding:0;
}
.space {
	height:70px;
}
#content img {
	padding:20px 0 5px 0;
}
