@import url(reset.css); /* The browser equalizer */
@import url(default.css); /* Default classes */
@import url(menu.css);

body {
	background: #fff;
	}

#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: 96px; }
#header h1, #header h2 { display: none; }

#main1 { clear: both; }
#main2 { border-bottom: 1px solid #8a9559; }
body.root #main2 { text-align: center; }
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#content {
	margin:0 256px;
	min-height: 325px; /* to clear ds_left and ds_right */
	}
body.root #content { min-height: 10px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#colLeft .padding, #colRight .padding, #content .padding { background: #fff url(../images/shadow.gif) repeat-x; padding: 25px; }

h2.title { color: #e79d0e; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 2em; margin: 0 0 10px; }

a.button:link, a.button:visited { display: block; width: 126px; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; background: #95a163 url(../images/btn_bg.gif) no-repeat; text-align: center; text-transform: uppercase; text-decoration: none; padding: 3px 0 4px; letter-spacing: -1px; font-weight: bold; margin: 10px auto; }

#footer {
	background: #fff url(../images/footer_bg.gif) no-repeat;
	text-align: center;
	font-size: .8em;
	text-transform: uppercase;
	clear: both;
	width: 896px;
	margin: 0 auto;
	}
#footer a:link, #footer a:visited { color: #000; text-decoration: none; }
#footer .padding { padding: 10px 0 30px; }

.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-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;
}

