body {
  background: #E6E9E2;
  text-align: center;
  font-family: Georgia,'Times New Roman',Times,serif;
  color: #404040;
}
a {
  text-decoration:none;
  color: #404040;
}
.main {
  position:relative;
  width: 1024px;
  overflow:hidden;
  margin-left: auto;
  margin-right: auto;
}
.head {
  position:relative;
  width:1024px;
  height:256px;
  overflow:hidden;
  background: url(header.jpg) left top no-repeat;
}
.title {
  position: absolute;
  top:80px;
  left:50px;
  font-size: 30px;
  font-weight: bold;
  color: #E6E9E2;
}
.title a {
  color: #E6E9E2;
}
.sedolink {
  position: absolute;
  top:15px;
  left:770px;
  font-size: 14px;
  font-weight: bold;
  color: #c00000;
}
.sedolink a {
  color: #c00000;
}

.menu {
  margin-top:0px;
  padding-top:10px;
  font-size:24px;
  height:65px;
  background:#004000
}
.menu a {
   color: #E6E9E2;
  font-weight:bold;
}
.contentdiv {
  width:1024px;
  position:relative;
  text-align:left;
  float:left;
}
.left {
  padding-top:50px;
  float:left;
  width:175px;
  height:800px;
}
.content {
  float:left;
  width:670px;
}
.contentsearch {
  float:left;
  width:845px;
}
.right {
  padding-top:50px;
  float:left;
  padding-left:15px;
  text-align:left;
  width:160px;
}
.disclaimer {
  font-size: 12px;
  color: #808080;
}
.infos {
  margin-top:30px;
  margin-bottom:15px;
  color:#808080;
}
.infos  a{
  color:#808080;
  text-decoration:underline;
}
