/*------------------------------------------------
/
/    Website:   norcros.com
/    File:      home.css
/    Credit:    naturalgraphic.co.uk
/    Author(s): Alex Traylen
/    Contact:   talk [at] naturagraphic.co.uk
/
/-----------------------------------------------*/

#homepanel
		{
		float:left;
		margin:0;
		width:140px;
		}

#homepanel p
		{
		font-size:76%;
		line-height:120%;
		}

#homepanel .arrow
		{
		color:#666;
		background:transparent url("../img/arrow.png") no-repeat top left;
		padding:0 0 0 20px;
		}
