@charset "utf-8";
body {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:150%;
	color:#000;
	background: #fffad7 url(interface/texture.jpg) repeat;
}
#navigation {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background:#5e833d;
	padding:5px;
	color:#fff;
}
#navigation div {
	display:inline;
	text-align:right;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
#navigation li {
	display:inline;
	padding:0 15px;
	border-right: 1px solid #fff;
}
#navigation a {
	color:#fff;
	text-decoration:none;
}
#navigation a:hover {
	color:#afc19e;
}
a {
	color:#4a762c;
}
img {
	border:0px;
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:120%;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:130%;
	color:#4a762c;
}

.left {
	padding:0 20px 40px 80px;
	text-align:right;
}
.right {
	padding:0 80px 40px 20px;
	text-align:left;
}