@charset "UTF-8";
#sidebar {
	display: inline-block;
	width: 150px;
	float: left;
}
#mainContent {
	padding-left: 160px;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
}
body {
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
}
