/*
LIDD Consulting Website
Written by Ian Collier, Autumn/Winter 2008
This work copyright Ian Collier
Please do not copy or modified this work
without seeking the express permission of
the author beforehand.  Thank you
*/

/* software projects attributes */

table.softwarelayout {
	width : 100%;
	border-spacing : 0px;
	padding : 0px;
	border : 0px;
}

table.softwarelayout tr {
	vertical-align : top;
}

table.softwarelayout tr.rowspacer {
	height : 20px;
}

table.softwarelayout td {
	vertical-align : top;
	text-align : left;
	border : 0px;
}

table.softwarelayout td.pixcell {
	border-spacing : 5px;
	width : 25px;
}

img.imgleft {
	vertical-align : top;
	border : 0px;
	float : left;
	clear : left;
	margin-right : 5px;
	margin-bottom : 5px;
	margin-top : 0px;
	margin-left : 0px;
}

img.imgright {
	vertical-align : top;
	border : 0px;
	float : right;
	clear : right;
	margin-right : 0px;
	margin-bottom : 5px; 
	margin-top : 0px;
	margin-left : 5px;
}

img.imgcellleft {
	vertical-align : top;
	border : 0px;
	margin-right : 0px;
	margin-bottom : 0px; 
	margin-top : 0px;
	margin-left : 0px;
}
