/* for all templates and grids */
body{ 
	text-align:center;
	background: url(img/body_bgr.jpg);
}


#wrapper {
	text-align:left;
	width: 1000px;
	min-height: 406px;
	overflow: hidden;
	width: expression(documentElement.clientWidth < 1000 ? '1000px' : 'auto');
	*overflow: visible;
	background: url(img/wrapper_bgr.jpg) repeat-x left top;
	border: 0px solid red;

}

#wrapper-01 {
	margin: 0px 12px 24px 12px;
}

#ft{
	clear:both;
}
/* below required for all fluid grids; adjust widths and margins above accordingly */

/* to preserve source-order independence for Gecko */
.yui-b{position:relative;}
.yui-b{_position:static;} /* for IE < 7 */
#yui-main .yui-b{position:static;} 

#yui-main {width:100%;}
.yui-t1 #yui-main{float:right;margin-left:-25em;/* IE: preserve layout at narrow widths */}


.yui-t1 .yui-b {
	float:left;
/*    width: 19.2%; */
	width: 187px;

}


.yui-t1 #yui-main .yui-b{
/*   margin-left: 19.2%; /*must be same as .yui-t1 .yui-b width */
    margin-left: 187px; /*must be same as .yui-t1 .yui-b width */

}

#yui-main .yui-b {float:none;width:auto;}

/* GRIDS (not TEMPLATES) */
#bd:after,
.yui-g:after, 
.yui-gb:after, 
.yui-gc:after, 
.yui-gd:after, 
.yui-ge:after, 
.yui-gf:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}

#bd,
.yui-g, 
.yui-gb, 
.yui-gc, 
.yui-gd, 
.yui-ge, 
.yui-gf{
	zoom:1;
}

#hd {

	border-left: solid 4px #e3e3e3; 
	border-right: solid 4px #e3e3e3;

}

#bd{
	border-left-style: none;
	border-right-style: none;
	background: white;
	padding: 0;

}

#ft {
	clear: both;
	border-left: solid 4px #e3e3e3;
	border-right: solid 4px #e3e3e3;
	height: 21px;
	background: transparent url(img/footer_bgr.gif) repeat;
}

#foot {
	clear: both;
	height: 8px;
	background: transparent url(img/wrapper_01_bottom_left.gif) no-repeat left bottom;
	font-size: 0;
	line-height: 0;
}

#foot_inner {
	margin-left: 8px;
	height: 8px;
	background: transparent url(img/wrapper_01_bottom_right.gif) no-repeat right bottom;
}

#foot_inner_inner {
	height: 8px;
	margin-right: 8px;
	background: #c84807 url(img/wrapper_bottom_middle.gif) repeat-x;
}

#copyright{
	margin: 5px 0;
}

#copyright #copyright-txt{
	display: inline;
}

#copyright,  #copyright a{
	color: #FFFFFF;
	font:9px Verdana, "Lucida Console", "Trebuchet MS", arial, Tahoma, clean, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

