body{
	font-family: Georgia,Times,Times New Roman,serif;
}
.container{
		display: block;
	}
#main{
	display: grid;
	grid-template-columns: 200px auto 160px;
	grid-template-areas: "col1" "col2" "col3"
	}
	#col1{
	}
	#col2{
	}
	#col3{
	}
.container{
	display: block;
}
.container{
		display: block;
	}
#SBtitle{
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 48pt;
	color: #A34C24;
}
#SBsubtitle{
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 14pt;
	color: #A34C24;
	font-style: italic;
}
.SBhr{
	width: 100%;
	background-color: #A34C24;
	height: 4px;
}
