/* COLOR PALETTE

#989b53 - background green
#fff	- page white
#464646 - nav grey
#9f9f9f - quote/footer grey
#6a2289 - purple

/* TABLE OF CONTENTS

GENERAL
HEADERS
NAV
CONTENT
FOOTER

*/

/* GENERAL
-------------------------------------------------------------------------------*/

body {
	background: #989b53 url(/images/background.jpg) repeat-x 0 0;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	padding: 0;
}

div#wrapper {
	margin: 0 0 0 -490px;
	left: 50%;
	position: relative;
	top: 0;
	width: 980px;
}

div#shadowback {
	background: transparent url(/images/shadowback.jpg) no-repeat 0 0;
	left; 75px;
	margin: 0 0 0 70px;
	position: absolute;
	top: 58px;
	width: 848px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

	img#logo {
		left: 85px;
		margin: 3px 0 4px 0;
		position: absolute;
		top: 0;
	}

	img#kanji1 {
		left: 0;
		position: absolute;
		top: 230px;
	}

	img#kanji2 {
		position: absolute;
		right: 0;
		top: 230px;
	}

a {
	color: #6a2289;
}

a:hover {
	color: #989b53;
}

form {
	margin: 0;
	padding: 0;
}

/* HEADERS
-------------------------------------------------------------------------------*/

h1 {
	display: none;
	visibility: hidden;
}

h2 {
	color: #6a2289;
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}

h3 {
	font-size: 1.2em;
}

/* NAV
-------------------------------------------------------------------------------*/

ul#nav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px
}

	ul#nav li {
		height: auto !important;
		height: 1px;
		list-style: none;
	}
	
		ul#nav li a {
			color: #464646;
			display: block;
			font-size: 1.2em;
			font-weight: bold;
			padding: .3em 1em;
			text-decoration: none;
		}
		
		ul#nav li a:hover {
			color: #6a2289;
		}

/* CONTENT
-------------------------------------------------------------------------------*/

div#page {
	background: #fff url(/images/swordsman.gif) no-repeat 98% 98%;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 7px;
	overflow: hidden;
	padding: 3px 0 0 0;
	width: 832px;
}

div#content {
	margin: 0 1em 1em 240px;
}

div.quote {
	clear: left;
	color: #9f9f9f;
	float: left;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.6em;
	margin: 1em 0 1em 10px;
	width: 200px !important;
	width: 175px;
}

img#map {
	background: #fff;
	border: 1px solid #9f9f9f;
	padding: 3px;
}

/* FOOTER
-------------------------------------------------------------------------------*/

div#footer {
	background: transparent url(/images/footer-bottom.jpg) no-repeat 0 100%;
	clear: left;
	color: #9f9f9f;
	font-size: .9em;
	padding: .7em 0;
	text-align: center;
}