body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-align: left;
	margin-top: 0.5em; }
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663300;
	font-weight: bold; }
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300; }
	
img {
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000; }
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633; }

/* nav styles */

div.nav * {
	padding: 0px;
	margin: 0px;}
	
#nav {
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 0.8em;
	margin: 1em 0.5em;
	width: 140px; /* Width of Menu Items */ }

#nav li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff; /* Text colour in the buttons */ 
	text-align: left;
	font-weight: bold;
	line-height: 1;
	margin: 1px 0;
	background: #600;  /* Background colour of the buttons */ 
	padding: 0.5em 0.5em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777; }

#nav li a:hover {
	background: #500; /* Background colour of the buttons when mouse 'rolls over' */ 
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;}
	
/* Fix IE. Hide from IE Mac */
* html #nav li { 
	float: left; height: 1%;}
	
* html #nav li a { 
	height: 1%;}
	
/* End */
