/* Layout2.css
 * Use for right navigation
 */

#wb-container-contentwrapper {
	
			background-image:none;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
#wb-layout-sidebar {
	float: right;
	background-image:url(../images/layout1/faster_city_sb.png);
	background-position:right top;
	background-repeat:no-repeat;
}

* html #wb-layout-sidebar {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/faster_city_sb.png);
		}

#wb-navigation {
	
		padding-right: 20px;
	} * html #wb-navigation {
		padding-right: 10px;}

#wb-layout-main {
	float: left;
	padding:0px;
}

* html #wb-layout-main {
	padding-left:0px;}
	
	#wb-layout-footer {
		min-height: 148px;
		height:auto !important;
		height: 148px;
		background-image:url(../images/layout2/faster_city_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 530px;
		padding-left: 20px;
		padding-left:25px;
		overflow:hidden;
		
	
	}
		* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout2/faster_city_f.png);
		}
