body {

}
#page {
	width:320px;
	margin: 0 auto;
	background: white;
}

#header {
	border-bottom:1px solid black;
	margin-bottom:20px;
	height:80px;
}

#header h1{
	font-size:22pt;
}

#nav {
	float:right;
	font-size:10pt;
	margin-right:10px;
}

#nav input {
	font-size:7pt;
}

#content {
	width:320px;
	margin: 0 auto;
	background: white;
	padding-left:10px;
	padding-right:10px;
}

#alpha_links {
	text-align: center;
	margin-bottom: 20px;
}

#footer {
	font-size:9pt;
	text-align:center;
}

#paging_nav {
	font-size:9pt;
}



