body {
	color: #fff;
	background:#394616 url('../images/bg.gif') repeat-x;
	}
	
a:link, a:visited {
	
	}

a:hover, a:active {}

h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	}

#container
{
	background-color:#fff;
	width:812px;
	margin:0 auto;
	padding: 0 10px;
	position: relative; /* needed for ds-left/right to work */
}
#header {
	background: #fff url('../images/header_bg.gif') no-repeat;
	height: 96px;
	}
	
	#header h1 { display: none; }

#main1 {
	background: #8bb612 url('../images/main1_bg.gif') top left repeat-y;
	margin-top: 1px;
	}
	body.idx #main1 { background: #8bb612 url('../images/colLeft_bg.gif') top left repeat-y; }
	
#main2 {
	background: transparent url(../images/colRight_bg.gif) top right repeat-y;
	position: relative; /* needed for read more buttons to always line up with each other at the bottom */
	}
	
#colLeft {
	float:left;
	width:127px;
	margin:0; padding:0;
	}
	
	#colLeft .padding { padding: 0; }
	
	body.idx #colLeft { width: 246px; }
	body.idx #colLeft .padding { padding: 25px 40px; }

#colRight {
	float:right;
	width:246px;
	margin:0; padding:0;
	}
	
	body.idx #colRight .padding { padding: 25px 40px; }
	
#content {
	background: #91bf14 url('../images/content_bg2.gif') repeat-x;
	margin:0 127px;
	min-height: 283px;
	}
	
	#content .padding { padding: 25px 60px; }
	
	#content .floatfix { display: table; height: 30%; width: 100%; margin: 0; padding: 0; }
	
	.believing { color: #fff; font-size: 1.2em; padding: 0; }
	.learning { color: #d3ec61; font-size: 1.5em; padding: 0; }
	.knowing { color: #fff; font-size: 1.3em; padding: 0; }
	
	
	body.idx #content { margin: 0 246px; background: none; }
	body.idx #content .padding { padding: 25px 40px; }
	
	.pname {
		color: #fff;
		border-bottom: 1px solid #fff;
		padding: 5px 0 5px 0;
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 2em;
		}
	
a.readmore {
	position: absolute;
	bottom: 5%;
	}

#footer {
background-color:#FFFFFF;
border-top: 8px solid #8e6ac6;
margin: 1px 0 0 0;
padding: 10px 0;
}

	#footer li {
		list-style: none;
		display: inline;
		text-transform: uppercase;
		font-size: .8em;
		}
		
	#footer .photo { color: #8e6ac6; }
	
	#footer .copy {
		color: #000;
		margin-left: 28px;
		}
		
		#footer a:link, #footer a:visited {
			color: #000;
			text-decoration: none;
			}

.ds-left {
	background-image: url('../images/ds-left_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 32px;
	height: 448px;
	position: absolute;
	top: 0%;
	left: -32px;
	}
	
.ds-right {
	background-image: url('../images/ds-right_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 32px;
	height: 448px;
	position: absolute;
	top: 0%;
	right: -32px;
	}

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

