body {
	background-image: url(../images/logo.gif);
	background-position: 480px 95px;
	background-repeat: no-repeat;
	z-index:2;
}
#branding {
	background-image: url(../images/header.gif);
	background-position: 0;
	background-repeat: no-repeat;
	width:610px;
	height:120px;
	text-indent: -9999px;
	position:relative;
	z-index:1;
}


ol p
{
	width: 400px;
}
	
ol li{
	list-style-image: url(../images/block.gif);
	position:relative;
	top: 60px; left:0;
	padding-bottom:1.5em;
}
#portfolio {
	position:relative;
	width:800px;
	display:table;
/* for IE only */
	_margin-top:-80px; 
	_padding-bottom:.75em;          

		}
#portfolio li{
	display: table-cell;
	list-style-type: none;
	list-style-image: url(../images/blank.gif);
	padding-right: 20px;
/* for IE only */
	_zoom:1;/*trigger hasLayout*/
	*display:inline;

	}

.contact {
	display: inline;
	_padding-top: 1em;
	}
 address{
 	padding-left:10px;
	}
	  


