html, body {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	background: white;
	text-align: center;
	font: 1em Garamond, "Times New Roman", Times, serif;
}

#title {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 391px;
	height: 90px;
	background:url(images/title.gif) top left repeat-x;
	margin:0;
	padding: 0;
}

#title span	{
	display: none !important;
	margin:0; padding: 0;
}

h1	{
	font-size: 1.6em;
	color: #544e38;
}


h2	{
	font-size: 1.4em;
	color: #544e38;
}

img {
	border: 0px;
}
a {
	/*color: #5A5644;*/
	color: #859741;
}
a:hover {
	color: #26241A;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
}

#body {
	background: url(images/body_bg.gif) repeat-y;
	color: white;
	width: 100%;
}

#body-top {
	background: top left url(images/body_top.gif) no-repeat;
	position: relative;
}

#body-bot {
	background: bottom left url(images/body_bot.gif) no-repeat;
	padding-bottom: 17px;
}

#body-top-2 {
	position: absolute;
	top: 12px;
	left: 13px;
	width: 701px;
	height: 11px;
	background: top left url(images/body_top_2.gif) no-repeat;
}

#wrapper {
	position: relative;
	padding-top: 95px;
}

#nav {
	position: absolute;
	top: 70px;
	left: 256px;
	width:455px;
	height: 30px;
}

#nav a {
	background-image:url(images/menu.gif);
	width:100px;
	height:19px;
	display:inline;
	float:right;
	font-size: 1.2em;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bold;
}

#nav a:hover {
	color:#CEB085;
	background-image:url(images/menu2.gif);
	padding-top:3px;
	padding-bottom:3px;
}

#nav #current {
	color:#CEB085;
	font-weight:bold;
	background-image:url(images/menu2.gif);
	padding-top:3px;
	padding-bottom:3px;
}


#body-bot {
	padding-top: 12px;
}


#content {
	float: left;
	width: 670px;
	padding: 20px 30px 20px 30px;;
	color: #686454;
}
#content .left {
	margin-right: 10px;
}

#intro {
	margin: 12px;
}

.fineline {
	border-bottom: 1px solid #D3CAA9;
	margin-bottom: 12px;
}

.fineline-flat {
	border-bottom: 1px solid #D3CAA9;
}

.fineborder {
	border: 1px solid #D3CAA9;
	padding: 2px;
	width: 186px;
	margin-bottom: 12px;
}

.bar-lit {
	padding-left: 6px;
	background: 0px 4px url(images/bar_lit.gif) no-repeat;
}

.bar-drk {
	padding-left: 6px;
	background: 0px 4px url(images/bar_drk.gif) no-repeat;
}

#picbar {
	background: #A3A189;
	width: 415px;
	margin: 2px 0 19px 0;
}

#arr-left, #arr-right  {
	float: left;
	width: 15px;
}

.picbox {
	float: left;
	width: 117px;
	padding: 2px;
	border: 1px solid #8B846A;
	margin: 5px 0px 5px 4px;
}

#picbar img {
	display: block;
}

#arr-right {
	margin-left: 4px;
}

#planer {
	float: left;
	width: 186px;
	border-right: 1px solid #D3CAA9;
	padding-right: 20px;
	padding-top: 5px;
}

#stories {
	float: right;
	width: 195px;
	padding-top: 5px;
}

#planer p, #stories p {
	margin: 4px 0px;
}

#planer .more, #stories .more {
	margin: 12px 0px;
}

.clear-flat {
	margin-bottom: 4px;
}


#footer {
	font-size: 0.95em;
	color: #4E4A3A;
	text-align: right;
}

#footer p {
	margin-top: 0.5em;
	text-align:center;
}


ul	{
	padding:0;
	margin-left:1.4em;
	margin-bottom: 15px;
}

li	{
	padding-bottom: 3px;
}

#picshow img {
	border: 1px solid #4E4A3A;
	padding: 2px;
}

.padleft	{
	padding: 0 0 0 20px;
}


.padtopleft5	{
	padding: 5px 0 0 5px;
}

.padtopleft10	{
	padding: 10px 0 0 10px;
}

.padtopright5	{
	padding: 5px 5px 0 0;
}

.padtopright10	{
	padding: 10px 10px 0 0;
}

.required	{
	color:#FF0000;
}
