/* Start of CMSMS style sheet 'isi_uusi' */
* {
  color: black;
  font-family: verdana, arial, helvetica;
}

html {
  font-size: 12px;
}

body {
  background-image: url("images/background.gif");
}

a {
  color: #5C3557;
  text-decoration: none;
}

#menu a {
  color: black;
}


h1 {
	font-size: 15px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

#container {
  width: 840px;
  position: absolute;
  left: 50%;
  margin-left: -420px;
  background-color: white;
  padding: 10px 10px 10px 10px;
}

#header {
  height: 80px;
}

#logo {
  position: absolute;
  border: 0px;
  top: 10px;
  left: 5px;
}

#logo img {
  border: 0px;
}

#headerimage {
  position: absolute;
  top: 10px;
  left: 130px;
}

#menu {
  width: 120px;
  float: left;
  padding-top: 20px;
}

#menu img {
  border: 0px;
}

#menuitems {
  width: 140px;
  padding-left: 5px;
}

#content {
  font-size: 11px;
  margin-left: 120px;
  margin-right: 210px;
  padding-left: 70px;
  background-image: url("images/line2.gif");
  background-repeat: repeat-y;
  background-position: 30px 0px;
}

#content_right {
  float: right;
  width: 190px;
  margin-right: 10px;
  height: 100px;
  padding-left: 10px;
}

.valiviiva {
  background-image: url("images/line3.gif");
  background-repeat: repeat-x;
  background-position: 50% 50%;
  height: 14px;
}

#footer {
  clear: both;
  border-top: 1px solid #5C3557;
  text-align: center;
  margin-left: 150px;
  margin-right: 20px;
  padding: 20px 0px 20px 0px;
  color: gray;
  font-size: 9px;
}
/* End of 'isi_uusi' */

