#right_column {
	background-image: url(../img/intro_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#intro {
}
#intro h2 {
}
#intro h2 img {
	padding-bottom: 28px;
}
.txt_left {
	padding-top: 23px;
}
.txt_left div {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.txt_left h3 {
	padding-top: 10px;
	padding-bottom: 18px;
}
.txt_left p {
	padding-bottom: 38px;
	color: #7b5c47;
}
.txt_right {
	padding-top: 5px;
}
.txt_right div {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.txt_right h3 {
	padding-top: 32px;
	padding-bottom: 18px;
}
.txt_right p {
	padding-bottom: 40px;
	color: #7b5c47;
}
.t_boder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #422B1D;
}
