body {
	background-color: white;
}
#intro {
	width: 700px;
	margin: 50px auto 0 auto;	
	position: relative;
}
#intro #logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
#intro div.content {
	margin: 150px 0 0 300px;
	border-left: 2px solid #CB7601;
	padding: 20px;
	font-size: 12px;
	height: 170px;

}
#intro h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;	
}
.content h3 {
	font-size: 14px!important;
	font-weight: normal!important;
}
#content br.small {
	line-height: 5px;
}
#intro #address {
	position: absolute;
	text-align: right;
	bottom: 30px;
	width: 272px;
}

