html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#222;
	height:100%;
}
body {
	margin:0;
	padding:0;
	position:relative;
}
#main {
	position:absolute;
	
	height:60px;
	margin-top:-30px;
	top:50%;
	
	width:700px;
	margin-left:-350px;
	left:50%;
}
.name {
	float:left;
	font-size:18px;
	padding:8px 16px 8px 16px;
	margin:16px 16px 0 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.hide {
	color:#ccc;
	border-color:#fff;
}
.box {
	float:left;
	border:3px solid #ccc;
	padding:5px 16px;
	margin:16px 0 0 0;
	width:468px;
	text-align:left;
}
.box a {
	color:#222;
	text-decoration:underline;
}
.box a:hover {
	color:#000;
	text-decoration:none;
}
#nav {
	text-align:center;
}
#nav a {
	font-size:18px;
	text-decoration:none;
	color:#aaa;
}
#nav a:hover {
	color:#222;
}
#nav a.active {
	color:#000;
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin:8px 0 16px 0;
}
h2 {
	font-size:13px;
	font-weight:bold;
	margin:16px 0 8px 0;
}

p {
	font-size:13px;
	line-height:17px;
	margin:8px 0;
}
