/***********************************
/
/	HEADER
/
/**********************************/


#header
{
	/*position: relative;*/
	height: 150px;
	clear: both;
	width: 960px; 
	margin: 0px; 
	padding: 0px;
	border: solid 0px red;
	/*_height: 130px;*/
}



#header_logo
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	width: 264px;		/* FF   */
	.width: 274px;		/* IE7  */
	height: 1%;			/* this is for FF for it to pick up the correct height */
	border: solid 0px red;
}
