/* CSS LAYOUT */
 
	body { padding:0; margin:0; text-align: center;}
	img { border:0; }
	
	/*** header ***/
	.header {
	clear:both;
	width:100%;
	background-color: #cd071e;
	background-image: url(fnd_headerBottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
	.headerInfo {  margin: 0 auto; width:960px; height:200px; display:block; z-index:0;}
	.logo { margin-top:20px; float:left; }
	
	.info { width:960px; margin: 0 auto; display:block;z-index:0; }
	.left { width:300px; float:left; }
	.right { width:500px; float:right; }
	img.rightImg { float:right; margin-top:5px; }
