
#about-title {
	display: block;
	width: 100%;
	height: 50px;
	text-align:left;
	text-indent: 0px;
	line-height: 50px;
}
.about-title{
	color: #d24102;
	text-decoration: underline;
	font-size: 1.6em;
	font-family: arial, serif;
	font-weight: bold;
}
#about-content {
	position: relative;
	display: block;
	width: 100%;
}
#about-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 100%;
	padding: 0 10px;
	line-height: 100%;
}
#about-logo .img {
	background: #888888 url("imagery/logo.png") no-repeat scroll center center;
    height: 170px;
    margin: 20px 6px;
    vertical-align: middle;
    width: 170px;
}
#about-text {
	margin-left: 190px;
	text-align: left;
	padding: 15px;
}
.about-text {
	color: #3c3f24;
	font-size: 15px;
	text-indent: 0em;
}
.about-text h1{
	color: #903b09;
    font-size: 20px;
    margin: 5px 0;
}
#home-block-container {
	position: relative;
	display: table;
	padding: 20px 0px 0px 0px;
}
#home-block-container p {
	padding-right: 20px;
}


.home-block {
	display: table-header-group;
	position: relative;
	padding: 0px 10px 30px 10px;
	color: #3c3f24;
	font-size: 15px;
}

.home-block h2{
	color: #903b09;
    font-size: 17px;
    font-weight: bold;
    margin: 17px 20px;
    text-align: left;
   
}
.home-block img{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.home-block-container
.home-block .block-footer{
	bottom: 10px;
    display: block;
    height: 17px;
    position: absolute;
    width: 95%;
}
.home-block a {
	color: #903b09;
	
}
.home-block a:hover {
	cursor: pointer;
	color: #d24102;
}
.home-block a.brown-link {
	position: absolute;
	right: 22px;
	/*bottom: 0px*/;
}

.gap-block { 	
	display: inline;
	width: 4%;
	height: 100%;
}