/* CSS Document */
@import url(_fonts.css); /* Import Font CSS Document */
@import url(_layout.css); /* Import Base Layout CSS Document */
@import url(_base.css); /* Import _base display items */
	

/* Content */	
#layHomepageContent {
	float: left;
	width: 585px;
	padding: 0; margin: 0 8px 0 0;
	}
	
	#homepagePhoto {
		position: relative;
		width: 585px; height: 308px;
		}
		
		#homepagePhotoOverlay {
			position: absolute;
			top: 291px; left: 0;
			width: 585px; height:17px;
			background-image: url(../images/homepage/overlay.png);
			background-repeat: no-repeat;
			}
			
	#homepageSpotLight {
		position: relative;
		width: 295px; height: 38px;
		padding: 7px 15px 0 275px;
		color: #FFF;
		background-image: url(../images/homepage/spotlight.jpg);
		background-repeat: no-repeat;
		}
		
		#homepageSpotLight p{
			color: #FFF;
			line-height: 1.4em;
			}
		
	#homepageText {
		width: 555px;
		padding: 15px; margin: 0;
		}
		
		#homepageText p{
			line-height: 1.6em;
			}
		
		.homepageImpact {
			font-size: 14px;
			font-weight: bold;
			}

#layRightSideWrapper {
	float: left;
	width: 363px;
	background-image: url(../images/homepage/right/background.gif);
	background-repeat: repeat-y;
	}
	
	#layRightSideHeader {
		width: 363px; height: 11px;
		background-image: url(../images/homepage/right/header.gif);
		background-repeat: no-repeat;
		}
		
	#layRightSideContent {
		width: 355px;
		padding: 0; margin: 0;
		background-image: url(../images/homepage/right/background-soccerball.gif);
		background-repeat: no-repeat;
		background-color: #dfdfdf;
		text-align: center;
		}
		
		#layRightSideContentTitle {
			width: 346px;
			padding: 0; margin: 0px auto;
			}
			
		#layRightSideText {
			width: 326px;
			padding: 10px; margin: 0px auto;
			text-align: left;
			}
		
	#layRightSideFooter {
		width: 363px; height: 14px;
		background-image: url(../images/homepage/right/footer.gif);
		background-repeat: no-repeat;
		}