﻿nav li {
	display: inline;
}

nav ul {
	margin-bottom: 3px;
}

nav a {	
	text-decoration: None;
	color: black;
	font-weight: bold;
	font-size: large;
	display: inline-block;
	width: 100px;
	border-bottom: 3px solid #CCFF66;
}

nav a:hover {
	border-bottom-color: #669900;
}

nav a#active {
	border-bottom-color: #669900;
}

div #header_img {
	width: 900px;
	height: 70px;
	background-image: url(header_img.png);
	margin: 0px;
}

body {
	background-color: #F1F1F1;
}

#content a {
	font-weight: bold;
	color: #669900;
}

.code {
	font-family: "Courier New",monospace;
}

#main {
	width: 900px;
	margin: auto;
}

#content {
	padding: 0px 10px 0px 10px;
	background-color: white;
	border: 1px solid white;
}

ul.linklist {
	list-style: none;
}

ul h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

footer {
	text-align: right;
	padding-right: 10px;
}
