body	{
	margin: 0;
	padding: 0;
	font: 86% arial, helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-image: url(../i/bkg.gif);
	background-color: #7f7f51;
	}

.g	{
	color: #333300;
	}

.b	{
	color: #4c402a;
	}

.r	{
	color: #993333;
	}

.x	{
	color: #f4f1e9;
	}

a:link	{
	color: #5b5b28;
	}

a:visited{
	color: #666633;
	}

a:hover, a:active{
	color: #333300;
	background-color: transparent;
	}

h1	{
	color: #333300;
	font: 106% georgia, times, "times new roman", serif;
	text-decoration: overline;
	font-weight: bold;
	margin-top: 0;
	}

h2	{
	color: #333300;
	font: 106% georgia, times, "times new roman", serif;
	text-decoration: none;
	font-weight: bold;
	margin: 42px 0 0 0;
	}

h3	{
	color: #333300;
	font: 106% arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 40px 0 -10px 0;
	}

h4	{
	color: #993333;
	font: 106% georgia, times, "times new roman", serif;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 25px 0;
	text-align: justify;
	}

#container{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-image: url(../i/bkg_2col.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	border: 1px solid #4c402a;
	}

#header {
	height: 130px;
	background-image: url(../i/head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #4c402a;
	position: relative;
	}

#header	h2{
	display: none;
	font-size: 1px;
	text-align: right;
	color: #000;
	margin: 0;
	padding: 0;
	}
	
#mainnav {
	padding: 0;
	margin-bottom: 22px;
	background-color: #666633;
	color: #e8e0cd;
	}

#mainnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#mainnav li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#mainnav li a {
	font: 86% arial, helvetica, sans-serif;
	background-color: #666633;
	color: #e8e0cd;
	padding: 0 15px;
	text-decoration: none;
	width: 100%;
	}

html>body #mainnav li a {
	width: auto;
	}

#mainnav li a:hover {
	background-color: #bbbb8d;
	color: #333300;
	}

#menu	{
	float: right;
	width: 165px;
	padding-left: 5px;
	background-image: inherit;
	color: #000;
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 35px 0;
	line-height: 10%;
	border: none;
	}

#menu ul.last {
	list-style-type: none;
	margin: 0;
	padding: 0 0 22px 0;
	line-height: 10%;
	border: none;
	}

#menu li a {
	display: block;
	font: 98% arial, helvetica, sans-serif;
	margin: 0 0 0 7px;
	padding: 0px 5px 0px 0.25em;
	border-left: 7px transparent;
	color: #5b5b28;
	text-decoration: none;
	}

html>body #menu li a {
	width: auto;
	}

#menu li a:visited {
	color: #666633;
	}

#menu li a:hover {
	font-weight: bold;
	background-color: transparent;
	color: #333300;
	}	

#contents{
	margin: 0 200px 25px 13px;
	border-bottom: 1px solid #333300;
	}

#contents p{
	line-height: 156%;
	text-align: justify;
	}

.imagefloat{
	float: right;
	padding: 2px;
	border: 1px solid #4c402a;
	margin: 6px 0 5px 10px;
	}

#footer	{
	clear: both;
	color: #f8eed8;
	background-color: #4c402a;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	}

#skipmenu{
	position: absolute;
	right: 5px;
	top: 5px;
	}

#skipmenu a{
	display: none;
	color: #999;
	text-decoration: none;
	}

#skipmenu a:hover{
	display: none;
	color: #fff;
	background-color: #666;
	text-decoration: none;
	}