@charset "utf-8";
/* CSS Document */

#preamble {
	padding: 0px 10px 50px 10px;
}

#preamble h1 {
	text-align: right;
}

.contactContainer {
	width: 880px;
	height: 200px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 45px;
}

#lonelyOakWhere {
	width: 880px;
	height: 220px;
	border-top: dotted 1px #444444;
	border-bottom: dotted 1px #444444;
	background-color: #FFC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 185px;
	margin-bottom: 25px;
}

table.Contact {
	width: 400px;
	border: 1px solid #444444;
}

.table_Header {
	height: 20px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-bottom-color: #A2A2A2;
	border-bottom-style: solid;
	border-bottom-width: 2px; 
}

.table_Header h3 {
	margin-top: 0px;
}

table.Contact tr {
	border-width: 1px;
}

table.Contact td {
	height: 24px;
	border-width: 1px;
}

table.Contact td.caption {
	background-color: #DDE2F0;
}

.contactPhoto {
	width: 120px;
	height: 170px;
	float: right;
	clear: left;
}
