body {
	background-image: url(../images/bkgd_content_green.jpg);
	/*background-image: url(../images/bkgd_page.jpg);*/
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #30200F;
	line-height: 16px;
}


#wrapper {
	width: 100%;
	
	min-width: 780px;
	float: left;
	

}


/*---- HEADER
-----------------------------------------------------------------------------------------------*/
#header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 150px;
	width: 100%;
	min-width: 780px;
	margin: 0px;
	float: left;
}
#header img {
	float: left;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #505a03;
	font-weight: lighter;
	font-size: 28px;
	margin-top: 70px;
	margin-left: 220px;
	margin-bottom: 0px;
}

#header #navUppper {
	float: right;
	width: 100px;
	clear: right;
	margin-right: 100px;
	padding-top: 50px;
	font-family: "Times New Roman", Times, serif;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-top: 20px;
	margin-left: 190px;
	font-size: 24px;
	text-transform: capitalize;
}
#header h1 span {
	font-size: 1.5em;
}
/*--
---------------------------------------------------------------------------------------------*/




/*---- CONTENT
-----------------------------------------------------------------------------------------------*/

#content {
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	min-width:700px;
	/*padding: 0 0 30px 10px;*/

}


.first_cap {
	font-size: 1.5em;
	text-transform: capitalize;
}
/*--
---------------------------------------------------------------------------------------------*/





/* -- Columns 
-----------------------------------------------------*/
.column_30 {
	display: block;
	float: left;
	width: 25%;
	min-width:180px;
	margin: 10px;

}

.column_70 {
	display: block;
	padding: 0 0 20px 10px;
	float: left;
	width: 67%;
	min-width:400px;
	margin: 10px 10px 10px 7px;

}

.column_100 {
	display: block;
	padding: 20px;
	float: left;
	width: 90%;
	min-width:500px;
	margin: 0px;
}

.column_half {
	float: left;
	width: 170px;
	margin-left: 20px;
}


/*--
-------------------------------------------------------*/



/* -- BOXES
-----------------------------------------------------*/
.box {
	background-repeat: repeat;
	background-position: center center;
}


.column_30 .box {
	padding: 10px 0px 0px;
}
	
	
.box_top, .box_bottom {
	height: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat:repeat-x;
	background-position:left bottom;
}

.column_30  .box_content {
	margin: 0px;
	padding:0 10px;
	font-size: 12px;
}

.column_70  .box_content {
	margin: 0px;
	padding:0 15px;
	font-size: 12px;
}

.column_100  .box_content {
	margin: 0px;
	padding:0 15px;
	font-size: 12px;
}



.column_30 .box {
	background-image: url(../images/boxes/green_light/content.jpg);
	border: solid 1px #d3d982;
}

.column_70 .box {
	background-image: url(../images/boxes/green_dark/content.jpg);
	border: solid 1px #b89b49;
}

.column_70 .box_top {
	background-image: url(../images/boxes/green_dark/box_top.jpg);
}

.column_70 .box_bottom {
	background-image: url(../images/boxes/green_dark/box_bottom.jpg);
}
.column_100 .box {
	background-image: url(../images/boxes/green_dark/content.jpg);
	border: solid 1px #b89b49;
	width: 100%;
}



/*--
-------------------------------------------------------*/






/*-- SUPPORT US
----------------------------------------------*/
ul.remember_educate_inspire{
	background-image:url(../images/bkgd_remember_educate_inspire.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: none;
}.box_n_box li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.event_box li {
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 15px;
}


/*-------- FOOTER  ------------*/
#footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	width:100%;
	text-align:center;
	line-height:25px;
	margin-bottom:30px;
	position:relative;
	bottom:0;
}



