* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 75% Verdana, Arial, Helvetica, Sans Serif; color: #565656; text-decoration: none;
background: #370000 url(bg-header.jpg) no-repeat top;
}

a { 
	color: #370000; 
	text-decoration: underline;
}
a:hover { 
	color: #000000; 
	text-decoration: underline;
}
img {
	display: block;
	border: 0;
}

#container {	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#prevNext {
float: right;
display: inline;
margin-top: 50px;
margin-right: 20px;
	text-align: right;
}

h2 {
margin-top: 10px;
font-weight: bold;
font-size: 140%;
color: #efa9d3;
}

h3 {
font-weight: normal;
font-size: 120%;
}

#contentArea {
text-align: center;
}

#contentArea img {
background-color: #feeb99;
margin-left: auto;
margin-right: auto;
padding: 5px;
border: 1px solid #ff171c;
margin-top: 15px;
}

#contentArea h3 {
font-weight: bold;
font-size: 120%;
color: #98c76e;
margin-bottom: 0.5em;
}
