#nav {
	float: left;
	margin-top: 60px;
}


#nav ul {
	margin-left: 0;
	padding-left: 10px;
}


#nav li {
	list-style: none;
	font-size:18px;
	font-family: Times, serif;
	font-style: italic;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 50px;
}

#nav li.current {
	text-transform: uppercase;
}


#nav a  {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 50px;
}


#nav a:hover {
	color: #ffd502;
}



a {
	color: #9C0000;
}


a:hover {
	color: #004000;
}



a.visitors {
	color: #329A98;
	font-weight: bold;
}


#header {
	float: right;
	text-align: right;
	padding-top: 4px;
	padding-right: 50px;
	font-size:36px;
	font-family: Garamond, serif;
	font-style: italic;
	color: fff;
}


table {
	background: fff;
}


td {
	vertical-align: top;
}

h1 {
	font: italic bold 24px Times, serif;
	color: #9C0000;
}


h2 {
	font: italic bold 20px Times, serif;
	color: #9C0000;
	margin-top: 50px;
}


.cat {
	margin-left: 20px;
	vertical-align: middle;
	font: 14px sans-serif;
}

pre {
	font: 12px;
}

