html, body {
	padding: 0;
	margin: 0;
	background: #bc9c6b;
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #432f11;
	line-height: 20px;
}

#container {
	clear: both;
	width: 750px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -228px 0;
	padding: 0;
	background: #bc9c6b url(images/totoro_bg.jpg) repeat-y;
}

#content {
	float: left;
	width: 500px;
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	text-align: left;
}

#navigation {
	float: right;
	padding: 0 25px 0 5px;
	margin: 0 0 0 5px;
	width: 200px;
	text-align: justify;
}

#footer, #push {
	clear: both;
	margin: 0;
	padding: 0;
	height: 228px;
}

#content h1 {
	font-family: 'Times New Roman', serif;
	font-size: 28px;
	text-transform: lowercase;
	font-style: italic;
	color: #9a3a20;
	letter-spacing: 4px;
	margin: 15px 0 5px 0;
	padding: 0;
	font-weight: normal;
	line-height: 35px;
}

#navigation h1 {
	font-family: 'Times New Roman', serif;
	font-size: 24px;
	text-transform: lowercase;
	color: #eae0c5;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
	line-height: 32px;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-indent: 7px;
}

#navigation p {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: 18px;
	text-indent: 7px;
}

#affiliates {
	position: absolute;
	top: 175px;
	left: 100px;
	width: 400px;
	text-align: right;
}

#affiliates h1 {
	font-family: 'Times New Roman', serif;
	font-size: 20px;
	text-transform: lowercase;
	font-style: italic;
	color: #9a3a20;
	letter-spacing: 3px;
	margin: 15px 0 15px 0;
	padding: 0;
	line-height: 25px;
}

#navigation ul {
	background: #ae8c57;
	width: 195px;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#navigation li {
	text-align: left;
	font-size:12px;
	font-family: verdana, sans-serif;
	color: #000;
	margin: 0;
	border-bottom: 1px solid #cbaa78;
}

#navigation li a {
	background: #ae8c57;
	text-decoration: none;
	display: block;
	width: 195px;
}

#navigation li a:link, #navigation li a:visited {
	color: #000;
	padding: 2px 0 2px 10px;
	line-height: 20px;
	border-left: 2px solid #000;
}

#navigation li a:hover {
	color: #ece3ae;
	background: #9b8055;
	padding: 2px 0 2px 10px;
	line-height: 20px;
	border-left: 2px solid #ece3ae;
}

#navigation a, #navigation a:link {
	text-decoration: none;
	color: #000;
}

#navigation a:hover, #navigation a:visited {
	text-decoration: none;
	color: #ece3ae;
}

a, a:link {
	text-decoration: none;
	color: #bb0000;
}

a:hover, a:visited {
	text-decoration: none;
	color: #007a88;
}

strong {
	color: #640d0d;
}

b {
	color: #525e08;
}

i {
	color: #444444;
}

em {
	color: #914B00;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted #688629;
	padding: 0 0 2px 0;
	color: #aa3333;
}

blockquote {
	width: 400px;
	margin: 20px;
	color: #96581c;
	font-family: arial, sans-serif;
	text-align: justify;
	padding: 3px 10px 3px 10px;
	border: 2px solid #efe4ca;
	background: transparent url(images/totoro_quote.jpg) bottom right no-repeat;
}

strike {
	text-decoration: line-through;
	color: #55a959;
	font-style: italic;
}

h2 {
	color: #0f6f1d;
	font-family: 'Times New Roman', serif;
	font-size: 22px;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-style: italic;
}

.disclaimer {
	font-size: 10px;
	line-height: 15px;
}
