@charset "utf-8";
body {
	background-color: #5ed250;
}
#link {
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 611px;
}
#link ul {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
}


li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
li a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#footer {

	background-image: url(images/footer32.jpg);

	background-repeat: no-repeat;

	height: 74px;

	width: 761px;

}
