/* layout.css */

body {
	background-color: #FFF;
	margin: 0;
	height: 100%;
	background: #FFF url(/images/common/img-ftr1full-bottom.gif) repeat-y top center;
	padding:0;
	}

#wrapper1 {
	width: 980px;
	background-image: url(/images/common/4E9FC2_line.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	}


#wrapper2 {
	width: 980px;
	background: #fff url(/images/common/img-bg-contentbg-11.gif) repeat-y 173px 0;
	}

#wrapper22 {
	width: 980px;
	background: #fff url(/images/common/img-bg-contentbg-12.gif) repeat-y 173px 0;
	}

#wrapper3 {
	width: 100%;
	}
	
#hideBkgrd1 {
	width: 980px;
	background: transparent url(/images/common/white70x10.gif) repeat-x 150px 140px;
	}

#container {
	width: 980px;
	background: transparent;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
