/* CSS Document */

body {
	margin: 0px;
	background-color: #c0a056;
/*	background: url(../images/bg-grad-beige.png) repeat-x; */
	}
#BGgrad {
	width: 820px;
	margin: 0px auto;
	background: url(images/div-bg-grad.png) repeat-y;
	}
#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 800px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	}
#banner {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/sunset-hand_800x200_72dpi-wEHC.jpg) no-repeat;
	width: 100%;
	height: 200px;
	}
#navbar {
	width: 800px;
	margin: 0px auto 0px auto;
	}
.navbutton {
	background: url(images/navbar.gif) no-repeat;
	width: 160px;
	height: 30px;
	padding-top: 7px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	float: left;
	}
.navbutton a { text-decoration: none; }
.navbutton a:link { color: #000000; }
.navbutton a:visited { color: #000000; }
.navbutton a:hover { color: #FFFFFF; }
#main {
	margin: 0px;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	}
#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	font-size: 1.5em;
	color: #333333;	
	}
#grassroots a {
	width: 230px;
	height: 61px;
	float: right;
	margin: 10px;
	}
#grassroots span { display: none; }
/* WHY is there padding at the top of this sidebar?  FIX!! */
/*#ContactDotHtmlSpan {
	font-size: 14pt;
	}*/
#sidebar, #contact {
	background-color: rgb(220,217,146);
	border: 1px solid black;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
#sidebar {
	display: none;
	width: auto;
	float: right;
	}
#contact {
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	}
#sidebar p {
	margin-top: 0px;
	margin-bottom: 3px;
	}
#sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	marker-offset: 3px;
	}
