/* CSS Document for walbrook restoration mainsite */

body {
	background: url(images/bk_grad.jpg) 0% 0% repeat-x;
	font: 10px "Lucida Grande",Verdana,sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #55CC55;
	padding-top: 5px;
	padding-left: 20px;
}

.content {
	float: left;
	width: 133px;
}

.content2 {
	float: right;
	display: inline;
	padding-top: 10px;
	width: 90px;
}

.content3 {
	float: left;
	display: inline;
	width: 400px;
}


.table{
	float: left;
	width: 799px;
	background-color:#FFFFFF;
}
	
#column_left{
	float: left;
	width: 400px;
	min-height: 520px;
	text-align: justify;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
	padding-bottom: 10px;
}

#column_left h2 {
	font-weight: bold;
	font-size: 24px;
	color: #55CC55;
	padding-top: 5px;
	padding-left: 20px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
}

#column_left p{
	padding-left: 20px;
	padding-right: 59px;
}

#column_right{
	float: left;
	width: 389px;
	text-align: justify;
	padding-bottom: 10px;
}

#column_right p{
	margin-left: 20px;
	width: 320px;
}

#column_right table{
	width: 370px;
	table-layout: fixed;
	padding-left: 20px;
}

#column_right h2 {
	font-weight: bold;
	font-size: 24px;
	color: #55CC55;
	padding-top: 5px;
	padding-left: 20px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
}

#column_right h3 {
	padding-top: 5px;
	padding-left: 20px;
}

#column_bottom{
	float: left;
	width: 799px;
	text-align: justify;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: thin;
}

#column_bottom p{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	padding-bottom: 20px;
}