#wrapper {
	background-color: #15140B;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thick double #C69B6E;
}
#header {
	float: left;
}
#nav {
	float: left;
	width: 250px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #F0F0F0;
}
#show {
	float: right;
}
#footer {
	width: 650px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-top-color: #C69B6E;
	border-right-color: #C69B6E;
	border-bottom-color: #C69B6E;
	border-left-color: #C69B6E;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
#body {
	margin: 25px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	clear: both;
}
#wrapper #footer a {
	color: #FFF;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper #footer a hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
#wrapper a  {
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #BEA285;
	font-weight: bolder;
}
#wrapper a:hover {
	color: #8D7E69;
}
#wrapper h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}
#wrapper #body p {
	font-size: 40px;
	color: #F00;
	font-weight: bold;
}
