/*------------------------------------------------------------------------------------------------------------------------------
	two_column.css - evan
------------------------------------------------------------------------------------------------------------------------------*/

table.two_column {}

tbody.two_column {vertical-align: top;}

tr.two_column {}

td.two_column_left {width: 350px; border-right: 1px dotted silver; height: 100%;}

td.two_column_right {width: 550px; text-align: center;}
