a {color: #682;}
a:hover {
	color: #FF0000;
}
.Box {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-family: "Rockwell Extra Bold", Rockwell, "Rockwell Condensed";
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 100%;
	font-family: "Rockwell Extra Bold", Rockwell, "Rockwell Condensed";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.navigation h1 {
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	background-color: #FF0000;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
.navigation li a {
	background: #E8F6BF url(../images/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}
body {
	background-image: url();
	background-repeat: repeat;
	margin-left: 25px;
	margin-top: 50px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}