/* STYLE */
body{
	background-image: url(images/banner.gif);
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0;
	background-repeat: no-repeat;
	background-color: #7b7b7b;
}

#content{
	width: 800px;
	margin: 15px auto;
}

#header{
	background: #EAE4E4;
	width: 800px;
	height: 70px;
	padding-top: 10px;
}

#maincontent{
	background: #FFFFFF;
	width: 760px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;	
}

.maincontentli{
		margin-left: 30px;
}

.navigation{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: small;	
}

.navigation:hover{
	text-decoration: underline;
}

#footer{
	width: 800px;
	height: 30px;
	background: #D7D5D5;
	color: #000000;	
	font-size: x-small;	
}
.footer{
	text-decoration: none;
	color: #000000;
	font-size: x-small;	
	font-weight: bold;
}

.footer:hover{
	text-decoration: underline;
}