/*
 * General CSS-styles. Styles for Joomla-modules have
 * been separated in their own respective stylesheets.'
 *
 */


 
html {
  background-image: url(../images/background.png);
  background-repeat: repeat-x;
  background-color: #5886aa;
  font-family: Arial;
}

div.application textarea {
  font-family: Arial;
  font-size: 13px;
}

#header {
  width: 850px;
  height: 160px;
  background-image: url(../images/header.png);
  margin-top: -15px;
  margin-bottom: 4px;
  float: left;
  cursor: pointer;
}

#left_column {
  width: 150px;
  float:left;
  margin-left: 8px;
  min-height: 600px;
}

#middle_column {
  float: left;
  max-width: 514px;
  min-width: 514px;
  margin-left: 8px;
  margin-right: 8px;
}

#right_column {
  width: 150px;
  /*height: 200px;*/
  float: left;
}

/*Alla olevat voidaan tulevaisuudessa korvata omilla stylesheeteillä.*/


#banner {
  width: 150px;
  height: 250px;
  background-image: url(../images/banners/finjehew_logo.jpg);
  background-repeat: no-repeat;
  margin-top: 80px;
}

