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

#image {
	background-image:url(images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: top middle;
	height: 319px;
	width: 922px;
	text-align:right;
	padding-top: 30px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#bottom {
	margin:0px auto;
	width: 942px;
	height: 33px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #adc539;
}
#nav {
    padding: 0px;
    margin: 0px 10px;
    text-align:center;
    list-style:none;
}
#nav li {
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	list-style: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 1px 10px;
}
a:link {
	text-decoration: none;
	color: #adc539;
}
a:visited {
	text-decoration: none;
	color: #adc539;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}