* {
  padding: 0;
  margin: 0;
}

html
{
  height: 100%; 
}

body 
{
  margin-left: auto;
  margin-right: auto;
  height: 100%;   
  width: 1000px;
  overflow-x: hidden; 
  overflow-y: scroll; 
  background-color: #e0e0e0;
}

.maincontainer
{
  width: 1000px;
  background-color: #F0F0F0;  
}

.bodycont
{
  width: 1000px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #F0F0F0;
  margin-top: 0px;
  margin-bottom: -16px;
  padding-bottom: 1px;
}




.maindiv
{
  width: 980px;
  background-color: #F0F0F0;  
  padding: 10px;
}

.contentdiv
{
  margin-left: 16px;
  margin-right: 16px;
  width: 620px;
  margin-top: 25px; 
  padding-bottom: 30px;
  float: left;
  border: 1px solid red;  
}

.menudiv
{
  height:30px;
  width: 996px;
  overflow: hidden;
  margin: 0;
  background-color: #303030;
  padding: 0;
  padding-top: 6px;
  padding-left: 4px;
}

.sivulinkki:hover
{
  color: #408040;
  background-color: #D0D0C0;
}

.sivulinkki
{
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0 0 0 0;
  color: #D0D0D0;
  text-decoration: none;
/*  font: 14px verdana; */
  font-size: 16px;
  font-weight: bold;
  background-color: #404040;
  text-align: center;
  border: 1px solid #504848;
  overflow: hidden;
  width: 160px;
  display: inline-block;
}

.logodiv img
{
  width: 1000px;
}

.leftfade
{
  top: 0px;
  position: fixed;
  margin-left: -102px;
  height: 100%;
  width: 100px;
  z-index: 11;
}

.rightfade
{
  top: 0px;
  position: fixed;
  margin-left: 1002px;
  height: 100%;
  width: 100px;
  z-index: 11;
}

.clear
{
  clear: both;
}

.footer
{
  width: 995px;
  background-color: #404040;
  font-size: 11px;
  color: #a0a0a0;
  height: 16px;
  padding-left: 5px;
  clear: both;
  position: relative;
}

ul {
  margin-left: 30px;
}