body {
	text-align:center; /* Hack for IE5/Win */
	 background-image:url(../images/bg_stripe.jpg);
	 background-repeat:repeat-x;
	 background-color:#FFFFFF;

}
	
#nav { margin-bottom:3px; height:32px; 	background-image:url(../images/nav_bg-home.jpg); background-repeat:no-repeat; width:1000px; margin-left:0;}

#content {
	width:1000px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	}
	
#flashHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:337px;
}

#col1 {
	float:left;	
	width:602px;
	height:289px;
}



#logo {
	float:left;
	margin-left:20px;
	background-color:#FFFFFF;
	width:60px;
	height:289px;
}

#col1_content {
	float:left;
	width:470px;
	height:289px;
	background-color:#FFFFFF;
}
#col1_text {
	padding:26px 30px 0 29px;
}
	

	

