﻿body {
	background: #fffafa url('images/back8.jpg') no-repeat bottom right fixed;
	margin: 0 0 100px 0;
	padding: 0;
	font-family: Papyrus, sans-serif;
	font-size: 0.95em;
	color: #784F4F;     /* old: #663366 */
	line-height: 1.4em;
}

#header {
 width: 97%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

h1 {
    position: absolute;
    top: 10px;
    left: 360px;
	color: #b78900;
	line-height: 1.6em;
	font-size: 1.0em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 85px;
	left: 20px;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 30px;
	
	
}

#nav li 
{
    color: #ffffff;
	list-style: none;
	margin: 0;
	display: inline;
}

#nav li a 
{
    color: #ffffff;
	padding: 3px 5px 3px 5px;
	line-height: 16px;
	margin: 0;
	border: 1px solid #3B3B3B;
	border-bottom: none;
	background-color: #b1b162;
	text-decoration: none;
	
}

#nav li a:link { color: #ffffff; }
#nav li a:visited { color: #fff; }

#nav li a:hover {
	color: #ffffff;
	background-color: #784F4F;
}

#nav li a#current {
	background-color: #784F4F;
	border-bottom: 0px;
}

#nav li a:hover#current {
	color: #ffffff;
	background-color: #784F4F;
	border-bottom: 1px solid #3B3B3B;
}

#container 
{
    position: absolute;
	background: url('images/trans5.gif');
	left: 20px;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #3B3B3B;

}

#content {
	margin: 0;
	padding: 40px 50px 10px 20px;
}

#footer {
	border-top: 1px solid #3B3B3B;
	background-color: #fff5ee;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #666600;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	color: #B78900;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	

p.emphasis 
{
    font-style: italic;
    font-weight: bold;
}

li 
{
    list-style-type:square;
    color: #663366;
    font-weight: bold;
}

img.left 
{
    float: left;
    clear: both;
    border: solid 2px #B78900;
    margin-right: 10px;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.95em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #663366;
	background-color: #fcd5c2;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(./images/tip.gif) no-repeat 20px 0;
	font-weight: bold;
}
