/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/* html * {	zoom:100%; /* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/	}/* without the above hack, IE6 does not draw the header until the page is resized *//* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */* {	margin:0;	padding:0;	}
body {	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #A72420; /*A72420*/	}#main_wrapper {	width:950px; /* widths of columns will change proportionately as this width is changed */	margin-left:auto;  /* centers layout in browser */	margin-right:auto; /* centers layout in browser */	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background: url(../img/bg_content.jpg)  repeat-y;}
#wrapper{
	background: url(../img/bg_content.jpg)  repeat-y;
	}
#mn{
	width:208px;
	float:left;
	margin-left:12px;
	background: url(../img/nk_start.jpg);
	}
#c-wrapper{
	width:700px;
	float:left;
	background-color:#FFFFFF;
	}
#banner{
	}
#content{
	width:500px;
	float:left;
	}
#c-inner{
	padding:49px 0px 20px 12px;
	}
#content-bar{
	width:150px;
	float:left;
	padding:70px 0 20px 50px;
	}
#footer{
	clear:both;
	background: url(../img/footer.jpg);
	padding:7px 30px 15px;	text-align:center;
	}
#i-footer{
	float:left;
	}
#c-footer{
	
	}