

body{
	background-color: #FFFFFF;
	background-image:url('../gfx/bg-home.jpg'); 
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	text-align:center;
}
	

#leftCol{
	position:relative;
	float:left;
	width:270px;
	height:auto;
	top:-75px;
	left:33px;
	text-align:left;
}

#rightCol{
	text-align:left;
	float:right;
	width:655px;
	height:auto;
}


#headerImage{
	position:absolute;
	top:0px;
	left:0px;
	height:347px;
	width:960px;	
	background:url('../gfx/header-home-2.jpg');	background-position: 0% 100%;
	background-attach: fixed;	
	background-repeat: no-repeat;
}

#headerFooterHatch{
	position:absolute;
	top:317px;
	border:0px solid red;
	left:0px;
	height:30px;
	width:100%;	
	background:url('../gfx/header-crosshatch.png');	background-repeat: repeat-x;
	opacity:.15;
	filter: alpha(opacity=15); 
	-moz-opacity: 0.15;
}

#headerBanner{
	position:absolute;
	top:93px;
	left:33px;
	width:270px;
	height:210px;
	display:block;
}


#headerLanguageSelector{
	position:absolute;
	top:-800px;
	left:-800px;
	width:620px;
	height:15px;
	display:block;
	text-align:right;
	color:#FFFFFF;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	z-index:1;
}

#headerLanguageSelector img{
	position:relative;
	top:5px;
	border:1px solid #4F5055;	
}



#header{
	float:left;
	border:0px solid red;
	height:407px;
	width:960px;
	overflow:hidden;
}


#navigation{
	position:absolute;
	top:356px;
	left:302px;
	width:635px;
	height:40px;
	display:inline;
	border:0px solid red;
}
