@charset "utf-8";
/* CSS Document */


body {
	padding: 0px;
	margin: 0px;
	background-image:url(../images/background.jpg);
}


/* Footer */
.footer {
	position: relative;
	width: 962px;
	top: 185px;
	padding-top: 4px;
	border-top: 1px solid #cbdbbe;
}

.footernav {
	border-bottom: 1px solid #e5eddf;
	display: inline;
	margin-left: 65px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	padding-bottom: 4px;
	word-spacing: 5px;
}

.footernav2 {
	word-spacing: normal;
	margin-left: 280px;
	*margin-top: 10px;
}

.footernav2 a { margin-right: 25px; }
/* End Footer */



/* Commonalities */
.topnav a {
	font-family: Arial;
	font-size: 14px;
	color: #7d8a2e;
}

.footernav a, .footer {
	font-family: Georgia;
	font-size: 11px;
	color: #b6b5a1;
}

.clear {
	clear:both;
	height:1px;
}	

img {
	border: 0;
}
/* End Commonalities */
