@charset "utf-8";
/* CSS Document */
/* DIVJES */
#main  {
	position: relative;
	height: auto;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	padding-bottom: 5px;

	border-bottom: 1px #00ed01;
}

#header {
	height: 110px;
	margin-left: 153px;
	margin-right: 153px;
	margin-bottom: 5px;
	background-image: url(logo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	font-size: 10px;
	width: 480px;
}

#left {
	position: static;
	top: 100px;
	left: 0px;
	width: 153px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;


}

#left ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#left li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: "Calibri";
}

#left li a:hover {
	text-decoration:underline;
	color: #18ad18;
	font-family: "Calibri";
	margin: 0px;
	padding: 0px;
}

#center {
	position: static;
	top: 100px;
	width: 480px;
	height: auto;
	margin: 5px;
	margin-bottom:15px;
	padding: 2px;
	float: left;
	font-family: "Calibri";
	border-left: 1px #00ed01;
	border-right: 1px #00ed01;
}

#right {
	position: static;
	top: 100px;
	left: 630px;
	width: 153px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: right;
	margin-left: 15px;
}

#footer {
	position: static;
	background-image: url(footer.png);
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: left;
	width: 872px;
	height: 55px;
	padding: 0px;
	top: auto;
	left: 0px;
	float: left;
}

#footerbox {
	margin-left: 153px;	
	width: 480px;
}

h2 {
	color: #18ad18;
}