/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);

body {
	background-image: url(../images/global/homepage-background.gif);
	background-repeat:repeat-x; 
	}
	
/* Feature */
	
#homepageFeatureWrapper {
	position: relative;
	width: 747px; height: 230px;
	margin: 0px auto;
	}
	
#homepageLeftFeature {
	float: left;
	width: 368px; height: 230px;
	}
	
#homepageRightFeature {
	float: left;
	width:379px; height: 230px;
	}
	
/* Feature */
	
#homepageWatch {
	position: absolute;
	top: 100px; left: -40px;
	width: 40px; height: 230px;
	}
	
/* Content */		
#homepageContentWrapper {
	position: relative;
	width: 747px;
	margin: 0px auto;
	padding: 6px 0px;
	}
	
#homepageLeftContent {
	float: left;
	width: 544px; height: 325px;
	padding: 4px;
	text-align: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
	#homepageLeftTextOutline {
		width: 542px; height: 323px;
		border: 1px solid #CC853C;
		overflow: hidden;
		}
		
	#homepageLeftText {
		width: 512px; height: 313px;
		padding: 10px 15px;
		}
		
	
#homepageRightContent {
	float: left;
	width: 182px; height: 325px;
	padding: 4px;
	text-align: left;
	background-color: #FFFFFF;
	}
	

		
