@charset "utf-8";
/* CSS Document */

#footer{
	background-image:url(../images/footer.gif);
	height: 66px;
	position: relative;
}

#bottom{
	background-image:url(../images/footer_image.gif);
	margin-left: 101px;
	margin-right: auto;
	height: 30px;
	background-repeat:no-repeat;
	background-color:#0174af;
	width: 802px;
	position:relative;
}

#bottom #bottomlink{
	right: 20px;
	width: 160px;
	height: 30px;
	position:absolute;
}

.subheader, .subheader a{
	font-size: 10px;
	font-family:Verdana, sans-serif;
	color: #666666;
}

#copyright{
	position: absolute;
	bottom: 15px;
	left: 101px;
}

#designedby{
	position: absolute;
	bottom: 15px;
	right: 101px;
}