@import url(_fonts.css);
@import url(_layout.css);


/*Content*/
#homepageContentHeader {
	width: 756px; 
	height: 47px;
	}
	
#homepageContentWrapper {
	width: 756px;
	}	
	
/*Feature*/	
#homepageFeatureWrapper {
	width: 756px; 
	height: 226px;
	}
	
#homepageFeatureLeft {
	float: left;
	width: 483px; 
	height: 226px;
	}
	
#homepageFeatureRight {
	float: left;
	width: 223px; 
	height: 146px;
	padding: 80px 20px 0px 30px;
	background-image:url(../images/homepage/homepage-feature-right.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}

#homepageContentLeft {
	float: left;
	width: 10px;
	background-image:url(../images/homepage/contentleft-background.jpg);
	background-position: bottom;
	}
	
#homepageContent {
	float: left;
	width: 706px;
	padding: 20px 15px;
	background-color: #FFFFFF;
	}
	
#homepageContentRight {
	float: left;
	width: 10px;
	background-image:url(../images/homepage/contentright-background.jpg);
	background-position: bottom;
	}
	
#homepageContentFooter {
	width: 756px; 
	height: 26px;
	}
