@import url(Common-Stretch.css);

.ColumnA {
	width: 20%;
}

.ColumnB {
	width: 70%;
}

.ColumnB h1 {
	width: 100%;
}

	.ColumnB h1 img {
		left: auto;
		right: 40px;
	}

.ColumnB h1.MainPage,
.ColumnB h1.MainPage span {
	background: #fdaf49;
}	

