/*
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
*/

/* websites attributes */

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

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

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

table.siteslayout td {
	vertical-align : top;
	margin-top : 0px;
	padding-top : 0px;
	border : 0px;
}

table.siteslayout td.leftcol {
	width : 25%;
	text-align : center;
	vertical-align : middle;
}

table.siteslayout td.rightcol {
	width : 75%;
	text-align : left;
	vertical-align : top;
}
