html,body {
  font-family: Arial;
}

#sidemenu {
	position: absolute;
	top: 155px;
	width: 150px;
	left: 5px;
	border: 1px solid black;
}

#article-content {
	z-index:1;
	position: absolute;
	overflow: visible;
	top: 155px;
	left: 160px;
	right: 170px;
}


/* line 34 */
.column {
  font-family: Arial;
  float: left;
  width: 150px;
	position: absolute;
	top: 155px;
	left: 5px;
}
/* line 37 */
.column h2 {
  font-size: 14px;
  margin: 0px;
  padding: 3px 0px;
  text-transform: uppercase;
  font-size: 10px;
}
/* line 43 */
.column ul {
  border: solid 1px #c8c8c8;
  background: white;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  list-style-type: none;
}
/* line 50 */
.column li {
  margin: 0px;
  padding: 0px;
}
/* line 53 */
.column a {
  display: block;
  background: white;
  padding: 3px;
  color: #0000c8;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
/* line 61 */
.column a:hover {
  background: blue;
  color: white;
  text-decoration: none;
}

