body{
	background: #fff;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* Navigation */
a{
	color: #d1ccc4;
}
a:visited{
	color: #d1ccc4;
}
a:hover{
	text-decoration: none;
}

/* H Tags */
#contents h2:first-child{
	margin-top: 0;
}

/* Primary Content */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
#footer-links{
	margin-top: 1.5em;
	padding: 0.5em 0.25em 0 0.25em;
	line-height: 1.3;
	border-top: 3px solid #2a1b1b;
}
address{
	font-style: normal;
	font-size: 95%;
	color: #d1ccc4;
}

/* Misc */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
#white_font{
	font-weight:bold;
	color: #FFF;
}
