/*
Welcome to Natures Own CSS */

/*control main elements*/
body {
	background-color:#eee8aa;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:0.9em Arial, Sans-serif;
	color:#000;
	line-height:1.3em;
	}
	/*control selectors*/
p {
	padding:0px 10px 0px 15px;
	margin:10px;
	}
#nav p {
	padding:5px;
	margin:0px;
	color:#FFFFCC;
	font-weight:bold;
	letter-spacing:1px;
	}
h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#096;
	padding:0px 10px 0px 15px;
	margin:10px;
	}
h2 {
	font-size:1.3em;
	font-weight:100;
	color:#666666;
	padding:0px 10px 0px 15px;
	margin:10px;
	}
h3 {
	font-size:1.1em;
	font-weight:100;
	padding:0px 10px 0px 15px;
	margin:10px;
	}
h4 {
	font-size:1.0em;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
h5 {
	font-size:0.9em;
	padding:0px 10px 0px 10px;
	margin:10px;
	}
	/*control positions*/
#left {
	width:350px;
	float:left;	
	margin:85px 0px 0px 55px;;
	}
#right {
	width:500px;
	margin:55px 50px 0px 0px;
	float:right;
	text-align:justify;		
	}
#nav {
	width: 895px;
	margin:0px auto 0px auto;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	}
.left {
	width:210px;
	float:left;	
	margin:0px;
	}
.right {
	width:670px;
	float:right;		
	margin:0px;
	}
	/*control various divs*/
#header {
	width:895px;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	}
#container {
	width:895px;
	background-color:#ffffcc;
	text-align:center;
	border:2px solid #096;
	margin:0px auto 0px auto; /* Right and left margin widths set to "auto" */
	}
#stream {
	width: 870px;
	margin:15px 0px 0px 15px;
	padding:5px 0px;
	text-align:justify;
	}
.padding {
	margin:15px;
	padding-left:25px;
	}
/*control footer*/
#footer {
	width:895px;
	background-color:#ffffcc;
	border:2px solid #096;
	margin:5px auto 0px auto;
	}
	/*text in footer*/
#footer p {
	text-align:center;
	padding:10px;
	margin:0px;
	font-size: 0.77em;
	line-height:1.1em;
	}
/*control links*/
a:link {  color: #096;
	font-weight:bold
	text-decoration:underline;
	}
a:visited {  color: #096;
	font-weight:bold
	text-decoration:none;
	}
a:hover {  color: #FFF; 
	text-decoration:none;
	background-color: #096;
	}
a:active {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #ff0000;
	}
#nav a:link {  color: #FFC;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:visited {  color: #FFC;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:hover {  color: #0F0; 
	text-decoration:none;
	background-color: #096;
	}
#nav a:active {  color: #FFFFFF; 
	text-decoration:none;
	background-color: #ff0000;
	}
	/*spacer div to clear floats*/
.spacer {
	clear:left;
	}
.image_float{
	float:left;
	margin:0px;
	}
/*float right site*/
.site_float_r{
	float:right;
	margin:5px 10px 0px 25px;
	}
.border {
	border:1px dashed #333;
	}
ul {
	margin-left:50px;
	padding:0 10px;
	line-height:140%;
	list-style-image:url(images/bullet.gif);
	}
li {
	margin-bottom:20px;
	}
.clear {
	clear:both;
	}
.justify {
	text-align:justify;
	}
hr {
	border:1px solid #096;
	padding:0px;
	margin:0px;
	}
