* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 13px;
	line-height: 160%;
	color: #1c1805;
	background: #768589 url(images/wallpaper.png);
}

h1 {
	font-size: 18px;
	margin: 20px 0 6px 0;
	color: #710023;
}

h2 {
	margin: 15px 0 4px 0;
	font-size: 15px;
	color: #710023;
}

h3 {
	font-size: 14px;
	color: #710023;
	margin-bottom: 4px;
}

h4 {
	font-size: 12px;
	color: #1c1805;
	margin-bottom: 4px;
}

p {
	margin-bottom: 8px;
}

a {
	color: #99002f;
	font-weight: bold;
	text-align: left;
}

ul {
	list-style: outside;
	margin: 0 35px 0 35px;
}

li {
	margin: 15px 0 15px 0;
}

form {
	margin: 20px 0 20px 0;
}

label {
	float: left;
	position: relative;
	width: 80px;
}

input {
	width: 200px;
	border: 1px solid #4f4410;
}

select {
	border: 1px solid #4f4410;
}

textarea {
	width: 500px;
	height: 250px;
	border: 1px solid #4f4410;
}

sup {
	font-size: 12px;
	color: #99002f;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 770px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #d8bd36 url(images/background.png);
	text-align: left;
}

#header {
	width: 770px;
	height: 165px;
	background: url(images/header.png) center no-repeat;
}

#left_content {
	float: left;
	width: 190px;
}

#main_content {
	float: left;
	width: 520px;
}

#footer {
	clear: both;
	padding: 30px 0 20px 0;
	font-size: 11px;
	text-align: center;
}

#menu {
	float: left;
	width: 165px;
	height: 279px;
	background: url(images/menu_container.png) no-repeat top right;
}

#menu ul {
	position: relative;
	margin: 0;
	top: 34px;
	left: 39px;
	width: 92px;
	list-style-type: none;
}

#menu li {
	margin: 0;
}

#menu a {
	display: block;
	padding-bottom: 4px;
	width: 92px;
	height: 31px;
	line-height: 31px;
}

#newsflash {
	float: left;
	padding: 12px;
	margin: 5px 30px 0 23px;
	background-color: #BFA72E;
}

#newsflash p {
	padding-bottom: 8px;
}

.button {
	margin-top: 5px;
	border: none;
	padding-bottom: 3px;
	width: 92px;
	height: 27px;
	background: url(images/button.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 11px;
	color: #cfc079;
	text-transform: uppercase;
	cursor: pointer;
}

.wide_label {
	width: auto;
}

.wider_label {
	float: left;
	position: relative;
	width: 120px;
}


.checkbox {
	border: none;
	margin-right: 6px;
	width: auto;
}

.rule {
	margin: 20px 20% 20px 20%;
	border-bottom: 2px solid #90002f;
	font-size: 1px;
}

.selected {
	cursor: default;
}

.home a {
	background: url(images/home.png) no-repeat;
}

.home a:hover, .home .selected {
	background: url(images/home.png) no-repeat -92px 0;
}

.latest_news a {
	background: url(images/latest_news.png) no-repeat;
}

.latest_news a:hover, .latest_news .selected {
	background: url(images/latest_news.png) no-repeat -92px 0;
}

.the_story a {
	background: url(images/the_story.png) no-repeat;
}

.the_story a:hover, .the_story .selected {
	background: url(images/the_story.png) no-repeat -92px 0;
}

.tales a {
	background: url(images/tales.png) no-repeat;
}

.tales a:hover, .tales .selected {
	background: url(images/tales.png) no-repeat -92px 0;
}

.history a {
	background: url(images/history.png) no-repeat;
}

.history a:hover, .history .selected {
	background: url(images/history.png) no-repeat -92px 0;
}

.tell_a_friend a {
	background: url(images/tell_a_friend.png) no-repeat;
}

.tell_a_friend a:hover, .tell_a_friend .selected {
	background: url(images/tell_a_friend.png) no-repeat -92px 0;
}

.letter {
	padding: 30px 40px 30px 40px;
	background-color: #e5c645;
	line-height: 160%;
}

.tale {
	margin: 0 20px 35px 20px;
}

.page_nav {
	text-align: center;
	font-weight:bold;
}

.page_nav a {
	text-decoration: none;
}

.page_nav a:hover {
	text-decoration: underline;
}