html {
	font-family: georgia, times, sans-serif;
	font-size: 1em;
}

body {
    background: url(../images/background.jpg);
	text-align: center;
	margin: 10px 0 10px 0;
}

h1 {
	font-size: 1.5em;
	font-weight:bold;
	color:#9C6021;
	border-bottom: 1px solid #a9a9a9;
}

.nav_bottom {
    background: url(../images/nav_bottom.png);
	font-size: 1em;
	font-weight:bold;
	color:white;
	text-align: right;
	width:840px;
	height:46px;
	margin: 10px 10px 10px 10px;
}

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
} 