.blog-bottom{
	background-color: #F1F1F1;
	padding: 10px 10px 10px 10px;
}

.left {
	float: left;
	margin: 10px 20px 10px 0px;
}

.center{
	margin-left: auto;
	margin-right: auto;
	width: 85% !important;
}

.right {
	float: right;
	margin: 10px 0px 10px 20px;
}

.half {
	width:50% !important;
	height: auto;
}

.one-third {
	width: 33% !important;
	height: auto;
}

.two-thirds {
	width: 66% !important;
	height: auto;
}

.one-quarter {
	width: 25% !important;
	height: auto;
}

