html, body
{
	height: auto;
   background: url(../../Content/pic/tausta2.png) #a3bbc1;
   background-repeat: repeat-x;
}

DIV.base
{
   width: 900px;
   background: url(../../Content/pic/tausta.png);
   text-align: left;
   border:2px solid #9d9a9a;
   overflow: hidden;
}

DIV.rightcontent
{
   width: 180px;
   height: 100%;
   float: right;
}

DIV.header
{
   width: 900px;
   height: 230px;
  float: left;
  margin: 0;
  border-bottom:2px solid #9d9a9a;
  text-align: right;
}

DIV.content
{
   width: 700px;
   min-height: 400px;
   padding: 5px;
   background: url(../../Content/pic/paavontalli.jpg) no-repeat;
   background-position: 30% 50%;
   float: left;
   clear: both;
}

DIV.footer
{
   width: 900px;
   height: 20px;
   background: #a3bbc1;
  clear: both;
  border-top: 2px solid #9d9a9a;
  font-size: 80%;
  text-align: center;
  font-family: Times, serif;
  color: #535050;
  font-style: italic;
  font-weight:bold;
}

INPUT.textinput {
	width: 90%;
}

TEXTAREA {
	width: 90%;
	height: 100px;
}
