@charset "utf-8";
/* CSS Document */

p {
	margin-top : 0.3em;
	margin-bottom : 0.5em;
}

ul {
	margin-top : 0px;
	margin-bottom : 0px;
}

img {
	border: none;
	vertical-align : bottom;
}

form {
	padding: 2px 10px 10px 10px;
}

.checkbox { margin-right: 5px; vertical-align: baseline; }
.form_text { margin-top: 0; margin-bottom: 0.3em; }

.bodytextindent{
	margin-left : 16px;
}

.smallcentered {
	text-align: center;
}
.caption {
	margin-top: 0.0em;
	margin-bottom : 0.2em;
}
.copyright {
	font-size : 10px;
}
.nav_arrow {
	text-align: right;
	clear: both;
}
.norm_list {
	list-style: square;
	margin-left: 2.5em;
	margin-right: 1.5em;
}

/* CHARACTER */
body, h1, h2, h4 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; } /*"Book Antiqua", future possibility */
.smalltext, .smallcentered, .caption, #breadcrumbs { font-weight: normal; }
body {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1{
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
	letter-spacing : 0.3em;
	margin-top: 0.0em;
	margin-bottom : 0.0em;
}
h2{
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0.0em;
	margin-bottom : 0.0em;
}
h4{
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing : 0.3em;
	margin-top: 0.0em;
	margin-bottom : 0.0em;
}
.smalltext, .smallcentered, .caption, #breadcrumbs {
	font-size: 0.8em;
	line-height: 1.4em;
}
.subheader{
	font-weight : bold;
	margin-bottom : 0.3em;
}  /* deprecated, use h2 */

/* TABLES */
table.norm, table.small { /* cellspacing="2" in HTML for IE */ }
table.small { font: normal 0.8em/1.4em Arial, Helvetica, sans-serif; }
table.norm th, table.norm td, table.small th, table.small td, table.preview td  {
	padding: 2px 3px 2px 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #ECEDE6;
	border-top: 1px solid #96947E;
	border-bottom: 1px solid #96947E;
	border-left: 1px solid #96947E;
	border-right: 1px solid #96947E;
}
table.preview td { padding: 4px 4px 4px 4px; }
table.norm td.left, table.small td.left { text-align: left; }
table.form { /* cellspacing="0" in HTML for IE */ }
table.form td { text-align: left; padding: 0 0 0 0; }
table.states td { vertical-align: top; }

/* COLORS */
form, #breadcrumbs p, .ad, .thumb, #header, #footer { background-color: #ECEDE6; }
#container { background-color: #FFFFFF; }
form, #breadcrumbs p, .ad, .thumb, #header, #container { border-top: 1px solid #96947E; }
form, #breadcrumbs p, .ad, .thumb, #footer, #container { border-bottom: 1px solid #96947E; }
form, #breadcrumbs p, .ad, .thumb, #header, #footer, #container { border-left: 1px solid #96947E; }
form, #breadcrumbs p, .ad, .thumb, #header, #footer, #container { border-right: 1px solid #96947E; }
a { text-decoration: none; }
a { color : #7370FF; }
a:visited { color : #7370FF; }
a:active { color : #FFA45B; }
a:hover { color: #FFA45B; }
h2 { color : #000000; }
.subheader { color : #000000; } /* deprecated, use h2 */
body { color: #4D4B4A; }

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	margin: 10px;
	text-align: center;
	background: transparent no-repeat center top;
}

#header, #footer, #container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container {
	overflow: hidden;
	text-align: left;
}

#nav_bar, #content, #ad_bar {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}

#nav_bar {
	width: 150px;
	background: url(../images/wood_background.jpg) top left repeat-y;
}

#content {	width: 478px; }

#ad_bar { width: 160px; }

#buttons {
	width: 122px;
	margin-left: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#buttons ul {
	list-style: none;
	padding: 0;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

#buttons li {
	margin-bottom: 5px;
}

#buttons li a {
	margin : 0;
	padding : 0;
}

.story {
	margin-bottom: 0.5em;
	margin-left: 10px;
	margin-right: 5px;
	text-align: justify;
	clear: both;
}
.text_image {
	float: right;
	padding-left: 10px;
}

#breadcrumbs p {
	padding : 0px 8px 2px 8px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
}

.ad {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 140px;
	text-align: center;
}

.ad p {
	margin-left: 5px;
	margin-right: 5px;
}

.thumb {
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	width: 110px;
	height: 100px;
	text-align: center;
}
.gallery_menu {
	float: left;
	margin-bottom: 2px;
	margin-right: 2px;
	width: 155px;
	height: 115px;
	text-align: center;
}

.thumb p {
	margin-left: 3px;
	margin-right: 3px;
}
