body 
{
	background: #fff;
}

.clearance { height: 0; }

#container
{
	background-color:#fff;
	width:960px;
	margin:10px auto;
}
#header {
	position: relative;
	height: 127px;
	background: url(../images/header_bg.png) top left repeat-x;
}
	#header .logo {
		width: 281px;
		margin: 32px 0 0 10px;
		text-indent: -9999px;
	}
		#header .logo a {
			display: block;
			height: 72px;
			background: url(../images/logo.png) no-repeat;
		}
		
	#contact_info {
		position: absolute;
			top: 4px;
			right: 8px;
		color: #fff;
		font-size: 1.25em;
	}
		#contact_info a {
			color: #fff;
			text-decoration: none;
		}
		
	#header .header_image {
		position: absolute;
		top: 26px;
		right: 0;
	}

#main2 {
	background: url(../images/moduleContent_bg.png) top left repeat-y;
	}
#colLeft {
	float:left;
	width:150px;
	margin:0; padding:0;
	}

#colRight {
	float:right;
	width: 350px;
	margin:0; padding:0;
	}
#colRight .padding { padding: 0; }

#content {
	margin:0 350px;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }

#content .padding { padding: 19px 19px 8px 42px; }

#footer { 
	position: relative;
	height: 146px;
	background: #539b44 url(../images/footer_bg.png) top left no-repeat;
}
	#footer #footer_menu {
		position: absolute;
			bottom: 28px;
			left: 28px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#footer #footer_menu li {
			float: left;
			padding: 0 12px;
			border-right: 1px solid #fff;
		}
		#footer #footer_menu li a {
			color: #fff;
			font-size: 1.5em;
			text-decoration: none;
			text-transform: uppercase;
		}
	
	#footer #mouse_text {
		position: absolute;
			bottom: 28px;
			right: 28px;
		color: #fff;
		font-size: 1.1em;
	}

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;
}
