#left {
width:200px;
float:left;
}

#right {
width:690px;
margin-left:10px;
float:left;
}

#quote {
background-color:#FFFFFF;
margin-top:25px;
}

#image {
margin-top:10px;
width:200px;
height:250px;
background-repeat:no-repeat;
}

#image.about { background-image:url(../images/pudding.jpg); }
#image.process { background-image: url(../images/hammer.gif); }
#image.contact { background-image: url(../images/red_phone.gif); }
#image.collaborative { background-image: url(../images/collaborative.gif); }



#content {
padding:5px;
}

.define {
margin:5px;
}
.consult {
margin:5px;
}
.design {
margin:5px;
}
.implement {
margin:5px;
}

.support {
margin:5px;
}

