@charset "utf-8";
/* CSS Document */
body { text-align: center; font-family: "Times New Roman", Times, serif; padding: 10px 0 0; }
#hd, #bd { width: 974px; margin: 0 auto; }
#hd { background: white; padding: 8px 0 5px; }
h1 { float: left; margin-left: 15px; }

#navigation {
	margin: 0 110px 0 0; 
	float: right; 
	font-size: 108%; 
	position: relative; 
	top: 2px;
}
#navigation li { margin: 0 0 0 4.5em; }
#navigation a { 
	text-decoration: 
	none; color: #aaa8a0;
}
#navigation a.thisPage { color: #68665a; }

#bdWrap	{ 
	background: #e3e3d7;
	border-style: solid; 
	border-color: #72716c; 
	border-width: 1px 0 0; 
}
#bd { 
	min-height: 400px; 
	clear: both; 
	font-size: 93%; 
	background: #e3e3d7;
	text-align: left;
}
#bd p { margin: 0 0 1em; }

#bd a, #bd .action { color: #68665a; text-decoration: none; }
#bd a:hover, #bd .action:hover { text-decoration: underline; }

/* admin */
#pages a, #pages .action, #categories a, #categories .action { margin-left: 1em; }
#pages, #categories { margin: 1em 0; }
#pages li, #categories li { margin-left: 2em; list-style-type: decimal; } 

#copyright { font-size: 77%; color: #AAA8A0; }

