body {
	background-color: #9ed53f;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	}

a:link, a:visited { color: #75c3e9; text-decoration: underline; }
a:hover, a:active { color: #ca054f; text-decoration: none; }

#container { 
	/*background-color: #000*/
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0 32px;
	position: relative;
	}

#header { background: #fff url('../images/header_bg.gif') no-repeat; height: 9.6em; }
#header h1, #header h2 { display: none; }

#main1 {
	background:url(../images/colLeft.gif) top left repeat-y;
	}
#main2 {
	background:url(../images/colRight.gif) top right repeat-y;
	}
#pagetitle h3
{

}
#content h1 {
color:#9ED53F;
}
#content h2 {
color:#9ED53F;
}

#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#content {
	margin:0 256px;
	min-height: 200px; /* to clear ds_left and ds_right */
	background:#000;
	color:#ffffff;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 11px; }
body.root #content .padding { padding: 35px 90px; }

.cntChild a:link, .cntChild a:visited { font-size: 1.2em; }

#footer {
	color: #000;
	background: #9ed53f;
	text-align: center;
	font-size: .8em;
	text-transform: uppercase;
	clear: both;
	border-top: 10px solid #fff;
	}

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 448px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 448px; position: absolute; top: 0%; right: 0%; }

body.noRight #main2 { background:#000; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background:#000; }
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;
}
