/*basic structure and organization*/
body {
	font: 100% "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;

	background: #EBEBEB;
	color: #333333;
}
#container {
	width: 800px;
	background: #D0BD68;
	position: relative;
	
	margin: 0px auto;
	border: 1px solid #000000;
}
#sitename {
	background: url(lbf-header2.gif) no-repeat left top;
	letter-spacing: .2em;
	text-align: center;
	height: 100px;
	word-spacing: .3em;
}
#horiznav {
	width: 755px;
	padding: 5px 0 0 5px;
	margin: 0;
	background: #D0BD68;
}
#horiznav ul {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
#horiznav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#horiznav a {
	color: #000000;
	text-decoration: none;
	background: D0BD68;
	margin-top: 3px;
	padding: 2px 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
}
#horiznav a:hover, a:active {
	color: #000;
	background: #EFE4B4;
}
#contentleft {
	width: 350px;
	float: left;
	padding 0px;
}
#contentright {
	width: 100px;
	text-align: right;
	padding: 0px;
	float: left;
}
#marginright {
	font-style: italic;
	width: 200px;
	position: absolute;
	top: 290px;
	left: 500px;
	text-align: left;
	margin-left: 25px;
	padding: 5px 5px 5px 5px;
	float: left;
	border-top: 2px solid #FFF;
	border-right: 2px solid #000;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #000;
	background: #EBEBEB;
}
#content {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	padding: 10px;
	padding-top: 0px;
	background-color: #EFE4B4;
	border: 1px solid #000000;
}
#footer {
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	font-size: 80%;
	clear: both;
}
.photo {
	position: absolute;
	left: 305px;
	height: 206px;
	width: 150px;
}
.history {
	text-indent: 2em;
	font-style: italic;
}
.ra {
	float: right;
	margin-right: 300px;
}
.indent40 {
	margin-left: 40px;
}
.indent80 {
	margin-left: 80px;
}
.t_title {
	width: 350px;
	padding-left: 40px;
}
.t_desc {
	width: 350px;
	padding-left: 80px;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 90%;
}
.t_amt {
	width: 75px;
	text-align: right;
	padding: 0px;
	float: left;
}
.t_top {
	width: 30px;
	text-align: right;
}


/*heading styles*/
#sitename h1 {
	font: italic 300% Georgia, "Times New Roman", Times, serif;
	display: none;
	color: #FFFFFF;
	padding-top: .6em;
}

#content h2 {
	text-indent: 0em;
}
#content h3 {
}

/*other styles*/
#content img {
	float: right;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
}
