html, body { 
	margin: 0;
	padding: 0;
}
body {
	font-size: 70%;
	background-color: #FFFFFF;
	color: #000;
	font-family: Verdana, Arial;
}
#pagewidth { 
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 80px;
	background-image: url(/images/alfred.gif);
	background-repeat: no-repeat;
}
#main, #navigation, #thumbs, #header, #friends {
	position: relative;
	width: 100%;
	padding: 0;
}
#navigation, #main, #thumbs, #header, #friends {
	border: solid 1px #DDD;
	margin: 10px 0;
}
#footer {
	height: 100px;
	clear: both;
}
.cent {
	text-align: center;
}
ul {
	padding: 0;
}
h3 {
	text-align: center;
	margin: 1em auto;
}
h4 {
	font-size: 18px;
	text-indent: 1em;
}
#thumbs ul {
	list-style: none;
	margin: 10px 0 0 9px;
}
#thumbs ul li {
	float: left;
	width: 128px;
	height: 128px;
}
#thumbs img {
	border: dashed 1px #999;
}
#navigation ul, #friends ul {
	list-style: none;
	margin: 5px;
}
#navigation ul li {
	float: left;
	width: 20%;
	text-indent: 10px;
}
#friends ul li {
	float: left;
	width: 33%;
	height: 18px;
}
#navigation ul li a {
	font-size: 1.2em;
	font-weight: bold;
}
#friends ul li a {
	font-size: 1.2em;
}
#header h1 {
	margin: 10px 15px 0 15px;
	font-size: 2.5em;
	color: #333;
	text-align: right;
}
#header ul {
	list-style: none;
	text-align: right;
	margin: 12px auto 3px auto;
}
#header ul li {
	display: inline;
	padding-right: 15px;
	width: 150px;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
#main p.norm {
	margin: 1em;
}
#main ul {
	margin-left: 2em;
}
ul.docs {
	font-size: 12px;
	list-style: none;
	list-style-position: outside;
	margin: 15px 10px;
	padding: 0;
}
.docs li {
	margin: 0.3em;
}
.docs a {
	font-size: 1.1em;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #194b97;
}
a:hover {
	color: #a0270b;
}
.headings {
	background-color: #F3F3F3;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 1em;
	margin: 0;
}
.size32 {
	text-align: center;
	font-size: 32px;
}
p.pages {
	margin: 20px auto;
	font-size: 14px;
	text-align: center;
}
p.pages span {
	font-size: 16px;
	font-weight: bold;
	margin: auto 5px;
}
p.pages img {
	margin-bottom: -2px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
