@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(index_images/bgimage.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 78%;
	background-color: #003300;
}
p {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 4em;
	color: #8ECC16;
	font-weight: lighter;
	padding-top: 22px;
	padding-left: 66px;
	letter-spacing: 0.25em;
}

#container{
}


#nav{
	padding-left: 25px;
}
#nav a {
	color: #cccc99;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	color: #66CC00;
}
#nav li {
	font-size: 1.75em;
	list-style-type: none;
	line-height: 1.25em;
	color: #cccc99;
}


#footer{
	padding-left: 14px;
	float: right;
}
#footer img {
	align: center;
	padding-right: 66px;
	padding-left: 66px;
}
