body{
margin:0;
padding:0;
line-height: 1.5em;
}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
}

#maincontainer_uutisia{
width: 188px; /*Width of main container_uutisia*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
}

#topsection{
background: #000000;
height: 50px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -370px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
margin-left: -190px; /*Set margin to -RightColumnWidth*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF00;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

dl#artist dt {
  display:none;
  }
dl#artist dd {
  padding:0; 
  margin:0;
  }
a.xmenu, a.xmenu:visited {
  display:block; 
  width:5em; 
  height:3em; 
  background:#000; 
  text-decoration:none; 
  text-align:center; 
  color:#aaa; 
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:block; 
  width:3em; 
  height:0.5em; 
  border-top:0.5em solid #000; 
  border-left:1em solid #000;  
  border-right:1em solid #000; 
  border-bottom:0.5em solid #000; 
  background:#050; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:5em; 
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#ff0;
  }
a.xmenu:hover span {
  background:#0f0;
  }
