﻿/* CSS layout */
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
/*    background-color: #B89734;*/
	background-color:#446;
}

hr {
	color: white;
}

#main {
	width: 820px;
	background-color: #fff;
	border: medium solid #fff;  /*  This gives it the light white border.. */
	margin: 0 auto;
}

#header {
	height: 220px;
	width: 820px;
	color: #FFF;
	background-image: url("../img/farm.jpg");
	background-color: #222;
	text-align: center;}

#header h1 {
	text-align:left;
/*  left align, aligned with the Photosynth left page, 800 - 600 % 2  */
	margin: 10px 10px 10px 200px;
	color: #446;
	font-size: 48px;
}

#info {
	width: 820px;
	margin: 2px 2px 2px 10px;
	
}

#content {
	margin: 0 auto;
	padding: 10px;
	width:800px;
	background-color:gray;
	border-bottom:medium solid gray;
	border-top: medium solid gray;
}

#nav {
	overflow:hidden;
	width:820px;
	color:#ddf;
	padding-bottom:5px;
	padding-top:5px;
/*	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;*/
	background-color: #446;  /*  a dark blue/purlple color */
}
/* Navigation */
#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 5px;  
/*	border: 1px solid #fea;*/
}
#nav a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #AAD;
}

#footer {
	margin: 0px;
	clear: both;
	padding-top: 10px;

}

/* Site typography */
/*
h1 {
	font-size: xx-large;

	color: #44330D;
}
h2 {
	font-size: x-large;
	color: #721;
}
h3 {
	font-size: large;
	color: #621;
}
h4 {
	font-size: medium;
	color: #521;
}
h5 {
	font-style:normal;
	color: #8b3310;
}
h6 {
	font-size: xx-small;
	color: #311;
}
*/
p {
	color: #100603;	
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #100603;
}

/*
a {
	color: #8b3310;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}*/
