#container, #orderscontainer, #aboutcontainer, #mediacontainer, #womenandmoneycontainer, #articlesandcontributionscontainer, #distributioncontainer, #previewcontainer, #testimonialscontainer , #peopleinneedcontainer {
	top: 0px;
	width: 750px;
	height: 800px;
	min-height: 800px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
	border-left: solid #7E5D40 3px;
	border-right: solid #7E5D40 3px;
	background-color: #FAE8D1;
}

#container { height: 1100px; }
#orderscontainer { height: 1500px; }
#distributioncontainer { height: 1300px; }
#aboutcontainer { height: 2100px; }
#previewcontainer { height: 8500px; }
#testimonialscontainer { height: 2100px; }
#peopleinneedcontainer { height: 1000px; }
#womenandmoneycontainer { height: 2000px; }
#articlesandcontributionscontainer { height: 1000px; }
#mediacontainer { height: 1600px; }

#header {
	top: 0px;
	right: 0px;
	height: 180px;
	width: 570px;
	position: absolute;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 16px;
	color: #28352C;	
	vertical-align: bottom;
}

#nav {
	position:absolute;
	width:170px;
	min-height: 980px;
	height: auto;
	z-index:7;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 5px;
	padding-top: 50px;
	text-indent: 0px;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FAE8D1;
	color: #79450B;
	background-image: url(../img/navbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}

#maincontent {
	min-width: 550px;
	top: 180px;
}

#maincontent, #welcome {
	position: absolute;
	width: 550px;
	height: 100%;
	min-height: 808px;
	overflow: visible;
	z-index:12;
	right: 0px;
	top: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	line-height: 16px;
	color: #28352C;
}
	

#welcome {
	background-image: url(../img/welcome.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}

#maincontent a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

#maincontent a:link {
	color: #412E2E;
}

#maincontent a:hover {
	color: #705F5F;
	text-decoration: underline;
}

#maincontent a:active {
	color: #705F5F;
}

#maincontent a:visited {
	color: #211C1C;
}

