* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
body { background:#0e0e0e url(../images/bg-muxe.gif) 0 0 repeat-x; }
#left-col {
	float: left;
	display: inline;
	width: 210px; 
}
#content-col {
	float: left;
	display: inline;
	position: relative;
	margin-left: 5px;
}
