/* ------------------------------------
Page structure
--------------------------------------- */
img, div, a { behavior: url(iepngfix.htc);
    margin-left: 0px;
}

body {
	background: #61725f;
	margin: 0;
	padding: 0;
	color: #000;
}

#container {
	background: url('../images/bg_shadow.jpg') repeat-y left top;
	width: 1036px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 980px;
	height: 169px;
	padding: 0px;
	margin-left: 28px;
}

#headerLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	z-index: 2;
}

#headerRight {
	position: absolute;
	top: 0px;
	left: 512px;
	padding: 0px;
	z-index: 1;
}

#mainNav {
	background: #ffffff url('../images/bg_main_nav.jpg') no-repeat left top;
	width: 980px;
	height: 32px;
	margin-left: 28px;
	padding: 0px;
}

#mainContent {
	background: #ffffff url('../images/bg_mainContent.jpg') no-repeat left top;
	/* background: #ffffff url('../images/template_maincontent_dim.jpg') no-repeat left top; */
	width: 956px;
	min-height: 552px;
	margin-left: 28px;
	padding: 0px 10px 0px 14px;
}

#footer {
	background: #61725f url('../images/bg_footer.jpg') no-repeat left top;
	width: 954px;
	min-height: 60px;
	margin: 0 auto;
	padding: 22px 42px 0px 40px;
	clear: both;
}

/* ------------------------------------
Miscellaneous float/clear classes
--------------------------------------- */
.fltrt {
	position: relative;
	float: right;
	}
.fltlft {
	position: relative;
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
