/*	Basic settings */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #CCFFB3;
	color: black;
	margin: 20px;
	padding: 0;
	}
	
h1 { font-size: 170%; }
h2 { font-size: 145%; }
h3 { font-size: 125%; }
h4 { font-size: 115%; }
h5 { font-size: 106%; }
h6 { font-size: 100%; }
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

h1 {
  margin-top: 0;
}
	
/* Header settings */
#header {
/*	height: 40px;  This is a test height */
	background: #00AC01;
}

/* Nav bar settings */
#nav {
	background: #00AC01;
	font-weight: bolder;
}

#nav ul {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

#nav ul li {
	display: inline;
	padding: 0 10px;
}

#nav ul li a {
	color: #29FF29;
	text-decoration: none;	
}

#nav ul li a:visited {
	color: #29FF29;
}

#nav ul li a:hover {
	color: white;
	text-decoration: none;	
}

#nav ul li.current {
	color: white;	
}

/* Content settings */
#content {
	padding: 10px;
	background: white;
	border: 1px solid #00AC01;
}

/* Footer settings */
#footer {
	clear: both;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: white;
	border-top: 1px dotted black;
	font-size: 90%;
}
	
/* Debug */
/*
div {
	border: 1px solid red;
}
*/
