.navigationImage {
   position:absolute; 
   width:231px; 
   height:184px; 
   top: 245px;
   left: 0px;
   background-image: url(/images/navigation.jpg);
   background-repeat: no-repeat;
}
.navigationLinks {
	position:absolute;
	width:169px;
	height:146px;
	top: 20px;
	left: 22px;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	text-align: right;
}
.navigationLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationLinks a:hover {
	color: #FF9933;
	text-decoration: underline;
}
.navigationLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	position:absolute;
	top: 598px;
	left: 780px;
	width: 223px;
	height: 48px;
	color: #FFFFFF;
	font-size: 70%;
	background-image: url(images/bot2.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}
.copyright a:link {
    color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.development {
	position:absolute;
	top: 598px;
	left: 231px;
	width: 545px;
	height: 48px;
	color: #FFFFFF;
	font-size: 70%;
	background-image: url(images/bot1.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}
.development a:link {
    color: #FFFFFF;
	text-decoration: none;
}
.development a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.development a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.development a:active {
	color: #FFFFFF;
	text-decoration: none;
}

