﻿.Content {
	float: left;
	width: 70%;
}
.SideBar {
	display: block;
	float: right;
	width: 28%;
	margin-left: 2%;
	margin-top: 12px;
}
