@import url(interior_template.css);

h1#whatWeDo {
	background: url(/images/hdr_what_do_how_do.gif) bottom right no-repeat;
	width: 2000px;
	margin: 0 0 0 -2000px;
}

p {
	margin-top:0px;
}

table {
	width:100%;
}

table tr th {
	font-size:20px;
	font-weight:normal;
	text-align:left;
	width:145px;
}

table tr th#think {
	color:#B5D4E4;
}

table tr th#plan {
	color:#599BBB;
}

table tr th#do {
	color:#055D88;
}

table tr td {
	vertical-align:top;
}

table tr td div {
	padding-bottom: 8px;
}

table tr td div span {
	padding-left: 9px;
}

* html table tr td div span {
	padding-left: 0px;
}

