@charset "UTF-8";
/* CSS Document */

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEAE2;
	background-image: url(images/background.png);
	color: #1A490B;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #1A490B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#trunk {
	width: 900px;
	margin: 0px auto;
	background-image:url(images/trunk_background.png);
}

#outer_container {
	background-image: url(images/left_border.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 150px;
}

#inner_container {
	background-image: url(images/right_border.png);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 150px;
}

#header {
	background-image: url(images/header.png);
	display: block;
	width: 600px;
	height: 404px;
	overflow: hidden;
}

#header h1, #header h2, #header h3, #header h4 {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	font-size: 0px;
}

#content {
	padding-bottom: 20px;
	margin: 0px;
}

#content h2 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}

#content h3 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

.framed {
	display: -moz-inline-block;
	display: inline-block;
	height: 444px;
	width: 505px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
}

.smallframed {
	display: -moz-inline-block;
	display: inline-block;
	width: 296px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	vertical-align: top;
}

.smallframe {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 22;
}

#statue {
	position: fixed;
	bottom: 0px;
	margin-left: 600px;
	width: 191px;
	display: block;
}

#nav ul {
	margin: 5px auto;
	text-align: center;
	list-style: none;
}

#nav li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #1A490B;
	font-size: 16px;
	font-weight: bold;
}

#nav .first {
	border: none;
}

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

#footer h3 {
	font-size: 18px;
	margin: 35px auto 25px auto;
}
