#portfolioIcons	{
display:block;
float:left;
width:420px;
margin:6px 0 0 30px; 
position:relative;
height:70px;
}
						
#portfolioIcons a img {
border:1px solid gray;
position:absolute;
top:0;
}

#portfolioIcons a img.thumb1 {
left:0;
}

#portfolioIcons a img.thumb2 {
left:72px;
}

#portfolioIcons a img.thumb3 {
left:146px;
}

#portfolioIcons a img.thumb4 {
left:219px;
}

#portfolioIcons a img.thumb5 {
left:292px;
}

#portfolioIcons a:hover img {
border:2px solid #CE1F0D;
width:100px;
height:100px;
z-index:100;
margin-top:-16px;
margin-left:-20px;
}

#introText {
display:block;
float:left;
width:400px;
color:#666666;							
}

#services, #latestWork {
height:300px;
}

#services {
display:block;
float:left;
position:relative;
width:350px;
color:#666666;
}

#services table  {
font-size:1.1em;
line-height:1.4em;
}

#latestWork {
display:block;
float:left;
position:relative;
width:462px;
color:#666666;
margin-left:72px;
}

#services .top,
#latestWork .top {
position:absolute;
top:0;
left:0;
}
						
#services .bottom,
#latestWork .bottom	{
position:absolute;
bottom:0;
left:0;
}
						
#services div.margin {
display:block;
width:inherit;
width:350px;
margin:22px 0 10px 30px;
}
						
#latestWork div.margin {
display:block;
width:inherit;
width:405px;
margin:22px 0 10px 30px;
}
									
#services .header,
#latestWork .header {
margin-bottom:1em;
}			
						
#latestWork img.mainImage {
float:right;
margin:10px 0 1em 2em;
}
						
#services td {
width:100px;
}

#services td.right {
width:150px;
border-left:1px solid #d9d9d9;
}
						
#services td.right span {
display:block;
margin-left:2em;
}
						
#left {
display:block;
float:left;
position:relative;
width:250px;
color:#666666;
margin:10px 0 0 0;
}

#right {
display:block;
float:right;
position:relative;
width:600px;
color:#666666;
margin-top:20px;
}