

/* = footer.css
--------------------------------------------------- */

#footer-wrapper {
	padding: 0;
	text-align: left;
	background: transparent url('images/footer-bg.jpg') left top repeat-x;
	height: 180px;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding-top:25px;
}

#footer .foot-left{width:450px; float:left;}

#footer .foot-right{ margin-top:75px; width:450px; float:right; text-align:right; font-style:italic;}

#footer img {
	border: 0 none;
	padding: 0;
}
#footer p {
	display: block;
	margin: 0;
	color: #ffe698;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:22px;
	letter-spacing:1px;
}

#footer a {
	color: #ffe698;
	text-decoration: underline;
}

#footer a:hover{font-style:italic;}

#footer h2{
	font-family:'Oswald', sans-serif;
	font-size:18px;
	color: #ffe698;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}

#footer p.menu {
	float: left;
	text-align: left;
	margin: 10px 0 0;
}
#footer p.annotation {
	float: right;
	text-align: right;
	width: 460px;
	margin: 10px 0 0;
}