html { font-size: 85%; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background: url(/images/common/38original.gif) top left;
	text-align: center;
	color: #444;
}
p, ul, ol { margin: 0 0 1em 0;}
a:link, a:active, a:visited, a:hover { color: inherit;}
a:hover { background: #efefef;}
h1 {
	font-family: Palatino;
	font-size: 1.3em;
	padding-bottom: .2em;
	border-bottom: 1px dotted #5B6C56;
	margin-bottom: 0.8em;
}
#wrapper{
	margin: 50px auto;
	text-align: left;
	padding: 20px;
	width: 700px;
	background: #fff;
	border: 10px solid #666;
}

#nav {
	border-bottom: 1px dotted #5B6C56;
	margin-bottom: 1em;
}
#nav ul { margin-bottom: 1em;}
#nav ul li { 
	display: inline;
	padding: 0 15px 0 0;
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited, #nav ul li a:hover{
	color: #B7300B;
	background: none;
}
#nav ul li a.on, #nav ul li a:hover { color: #B7300B;}
#nav ul li a.on { text-decoration: none;}
#content{
	width: 600px;
}
