.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #C4B896;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #C4B896;
}
a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #C4B896;
	text-decoration: underline;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #C4B896;
	font-variant: normal;
	font-weight: bold;
}
body {
	background-image:url(assets/bkgd_new.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000;
	background-position: left top;
}

