@charset UTF-8;
/* Seeds Of Hope Outreach by indyzigns.com
©2008 indyzigns All Rights Reserved.
The content of this page and all pages linking to it from within the SEEDSOFHOPEOUTREACH site are property of IndyZigns.
email: ray@indyzigns.com
*/


body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#937D47;
}
#container {
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
}
#header {
	padding-bottom: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*
	background-image:url(images/head_bg_seeds.jpg);
	*/
	padding-right:20px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-color: #F0EEDF;
	border-bottom:2px; 
	border-bottom-color:#9B9066; 
	height: 100%;
	line-height:1.7em;
}
#nav {
	margin-top:30px;
}
.logo {
	margin: 10px 20px 10px 10px;
}
#sld_shw {
	width:100%; 
	height:350px;
	background:#937D47;
}
#mainContent {
	padding: 20px 20px;
	height: 100%;
	overflow: auto;
	background-color: #F0EEDF;
	border-top: solid #9B9066 2px;
	text-align:left;
}
#footer { 
	background-repeat:no-repeat;
	background-color: #362f26;
	color:#DFD8B4;
	font-size:x-small;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px; 
	height: 70px; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.donate_now {
	width:230px; 
	background-image: url(images/donate_field.gif);
	background-repeat:no-repeat;
	height: 200px;  
	padding: 15px 20px 15px 10px;
	margin-left:0px;
	float:right;
}
h1 donate_now{
	padding: 5px 0; 
}
#donate_ppal {
 margin-top:40px;
}

img {
	border:0;
}

.img_left { 
	margin: 0px 15px 10px 0px; 
	float: left;
	clear:left;
} 
.img_right { 
	margin: 0px 15px 10px 15px; 
	float: right;
}

a:link{
	color:#9B9066; 
	text-decoration: none; 
}
a:hover {
	color: #009933;
	text-decoration: none; 
}
a:visited {
	color:#888888;
	text-decoration: none;
}
a:active {
	color:#888888;
	border-bottom: solid; border-bottom-color:#FF9900; border-bottom-width: 1px;
	text-decoration: none;
}
.img_left { 
	float:left; 
	padding: 10px 10px 10px 0;
}
.img_rt {
	float:right;
	padding: 10px 0 10px 10px;
}
.form_fld { 
	width:auto;
	height: 100%;
	float:left;
	text-align: right;
	margin: 10px auto 20px auto;
}
li {margin: 3px;}
.who_img {
	float:right; 
	padding:20px;
}
#donate_ppal {
	width: 350px;
	text-align: left;
}

