﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #161410;
	/*background-image: url("../images/background.gif");*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 900px;
	height:130px;
	vertical-align:baseline;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #7faf05;
}
#navigation {
	position: relative;
	float: left;
	width: 166px;
	height:620px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	background-color: #22201d;
}
#content {
	float:right;
	width: 700px;
	height:600px;
	overflow:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	text-align:right;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #e7e6e2;*/
	background-color:#fff;
}
#footer {
	text-align: left;
	clear: both;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border:0px;
	bottom:0px;
	/*
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color:transparent;*/
	/*background-color: #fefeff;*/
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #fff;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #7faf05;
	background-color: #fff;
}
#navigation a {
	color: #7faf05;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #22201d;
	background-color: #22201d;
}
#navigation a:hover {
	color: #22201d;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #7faf05;
	background-color: #7faf05;
}
/* Content Styles */
h6 {
	color: #7faf05;
}
h5 {
	color: #7faf05;
}
h4 {
	color: #7faf05;
}
h3 {
	color: #7faf05;
}
h2 {
	color: #7faf05;
}
#content h1 {
	color: #7faf05;
}
#content img {
	padding: 7px;
	/*border: 1px solid #808080;*/
}
/* Footer Styles */
#footer p {
	color: #7faf05;
	margin-top: 5px;
}
#footer a {
	color: #7faf05;
	text-decoration: none;
}
#footer a:hover {
	color: #7faf05;
	text-decoration:overline;
}
a {
	color: #ff7a21;
	text-decoration: none;
}
a:hover {
	color: #ff7a21;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
div.img
{
  margin: 2px;
  border: 1px solid #7faf05;
  height: auto;
  width: auto;
  float: right;
  text-align:right;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #22201d;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}