/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
/* Modified by Willie Hein, WJ3G | Version 1.0 */
/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body {
	background: #D2691E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}
hr{
	color: Green;
} 
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: normal;
	color: Blue;
	background-color: inherit;
	vertical-align: text-bottom;
	padding: 20px 5px 0px 5px;
}
h2 {
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: Gray;
	background-color: inherit;
	vertical-align: text-top;
	margin: 0px;
}
h3 {
	font-size: x-large;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006400;
	background-color: inherit;
	vertical-align: text-top;
	margin: 0px;
}
h4	{
	color: #008080;
	text-align: left;
	vertical-align: text-top;
	margin: 0px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: blue;
	border: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: red;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: Green;
}
p {
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	text-indent: 15px;
	margin:10px 10px 10px 0px;
	color: Blue;
}

/**************** Header and navigation styles ****************/

#container{
	width: 800px;
	margin: 5% auto 5% auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background: #F5F5DC;
	color: #303030;
	border: 2px groove Green;
}
#header{
	width: 800px;
	background: #F5F5DC;
	color: White;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	line-height: 1.8em;
}
#header img{
	float: left;
	border: none;
}

#navigation{
	height: 100%;
	line-height: 2.0em;
	width: 200px;
	margin: 0px 0px 0px 0px;
	background:white;
	color: black;
	text-align: center;
	float: left;
}
#navigation img a{
	float: center;
	color: inherit;
}

* html #navigation a {background:white;width:1%;}

#navigation .selected,#navigation a:hover{
	background: white;
	color: #ffff99;
	text-decoration: none;
}

#content{
	float: right;
	width: 590px;
	height: 100%;
	font-size: 0.9em;
	margin: 5px 5px 5px 5px;
	text-align: left;
	background: #F5F5DC;
}

#content img {
	background-color: transparent;
	margin: 0px 10px 10px 0px;
	float: left;
}
#content ul{
	margin: 0px 30px;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:799px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:black;
background:#F5F5DC;
text-align: center;
}

