@charset "utf-8";
/* CSS Document */

html, body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
a{
	color:#894d06;
}
a:hover{
	color:#482c0c;
}
#contentWrapper{
	
}
#footerWrapper{
	color: #b28b5d;
}
#footerWrapper p{
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
}
#footerWrapper a{
	color:#894d06;
	text-decoration: none;
}
#footerWrapper a:hover{
	font-weight: bold;
}
