.main {
	background-color: #132e4f;
	vertical-align: top;
	padding-bottom: 10px;
	height: 100%;
}

.gbTopLeftCorner{ 
	background-image: url('/BKB/images/goldborder_tl_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 43px;
}
.gbTopLeft {
	background-image: url('/BKB/images/goldborder_topleft.jpg');
	background-position: bottom;
	float: left;
	width: 30px;
	height: 16px;
}
.gbTop { 
	background-image: url('/BKB/images/goldborder_top.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 16px;
}
.gbTopRight {
	background-image: url('/BKB/images/goldborder_topright.jpg');
	background-position: bottom;
	float: right;
	width: 30px;
	height: 16px;
}
.gbTopRightCorner { 
	background-image: url('/BKB/images/goldborder_tr_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 43px;
}
.gbLeft { 
	background-image: url('/BKB/images/goldborder_left.jpg');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	width: 26px;
	padding-bottom: 10px;
}
.gbRight { 
	background-image: url('/BKB/images/goldborder_right.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
	width: 25px;
	padding-bottom: 10px;
}
.gbBottomLeftCorner { 
	background-image: url('/BKB/images/goldborder_bl_corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 38px;
}
.gbBottomLeft {
	background-image: url('/BKB/images/goldborder_bottomleft.jpg');
	float: left;
	width: 30px;
	height: 38px;
}
.gbBottom {
	background-image: url('/BKB/images/goldborder_bottom.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.gbBottomRight {
	background-image: url('/BKB/images/goldborder_bottomright.jpg');
	float: right;
	width: 30px;
	height: 38px;
}
.gbBottomRightCorner { 
	background-image: url('/BKB/images/goldborder_br_corner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.articleBorderTable {
	width: 100%;
}
.articleContainer {
	width: 95%;
	margin: auto;
	padding: 8px 0px 8px 0px;
}
.articleDate {
	display: inline;
	font-size: 1.2em;
	color: #fdf76a;
	padding-right: 4px;
}
.articleTitle {
	display: inline;
	font-size: 1.2em;
	color: #fdf76a;
}
.articleContent{
	border-top: 1px solid #fdf76a;
	padding: 8px 0px 0px 0px;
}

.articleRightCol{
	float: right;
	width: 49%;
}
.articleLeftCol{
	float: left;
	width: 49%;
}
.articleBothCol{
	clear: both;
}
