body {
	margin: 0;
	padding: 0;
}

b{
	color: #D24664;
	text-transform: capitalize;
}

.wrap {
	width: 980px;
	margin: 0 auto;
}

.header {
	height: 140px;
	margin-bottom: 15px;
	background-color: #35ceaf;
	text-align: center;
	box-sizing:border-box;
	padding: 10px;
}
.content {
	width: 690px;
	height: auto;
	background-color: grey;
	background-position: left top;
	background-repeat: repeat;
	float: right;
	border-radius: 25px;
	box-sizing:border-box;
	padding: 10px;
}

.sidebar {
	width: 275px;
	height: auto;
	background-color: #b69dce;
	float: left;
	border-radius: 25px;
	box-sizing:border-box;
	padding: 10px;
}
.footer {
	height: 70px;
	margin-top: 15px;
	background-color: #97ccc1;
	box-sizing:border-box;
	padding: 10px;
}
.clear {
	clear: both;
}
