
 
/*   Containters   */

#search 		{
	position:absolute;
	background-color:transparent;
	width:300px;
	padding: 6px 0 0 0;
	height:50px;
	left: 660px;
	z-index:1;
			}

#outer						{
	width:960px;
	margin:0 auto;
	padding: 0px;
}

#header{
	background-repeat:no-repeat;
	height:145px;
	}
	

#wrapper					{
	width:960px;
	margin:0 auto;
	height: auto;
	background-color: #FFF;
}

#divisions					{
	display:none;
}


#footer					{
	clear:both; 
	padding-top:10px; 
	border-top:	1px #ccc solid; 	}






