@import url(template1.css);

body {
  background:url("../images/home_body-bg.png") no-repeat scroll center 0 transparent;
}

#main-table-body-rightcell {
  background:url("../images/home_td-bg.jpg") repeat-x scroll 0 0 #fff;
  padding-top:15px;
}

#header {
  height:283px;
}

#content-body {
  margin:0 22px 0;
  min-height:455px;
  padding-bottom:0;
}

#leftbox {
  float:left;
  width:135px;
  margin-right:16px;
  min-height:465px;
}

#leftbox a img{
  border:0;
}

#rightbox {
  float:left;
  width:765px;
}

#welcome {
  min-height:250px;
}

#whats-new-link,
#media-link,
#research-link{
    display: block;
    width: 247px;
    height: 50px;
}

.links ul {
    margin: 0;
    min-height: 140px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 10px;
}

.links a{
  text-decoration:none;
}

.links{
  width:248px;
  
}

#news {
  float:left;
  margin-right:10px;
  background: #f3c828 url("../images/home_new-bg.jpg") repeat-x scroll 0 0 ;
}

#news ul li{
  background-image:url(../images/home_li1.jpg);
}

#media {
  float:left;
  background:url("../images/home_media-bg.jpg") repeat-x scroll 0 0 #9e9a6a;
}

#media ul li{
  background-image:url(../images/home_li2.jpg);
  color:#fff;
}

#media a, #research a {
  color:#fff;
}

#research {
  float:right;
  background:url("../images/home_res-bg.jpg") repeat-x scroll 0 0 #697548;
  margin:0;
}

#research ul li{
  background-image:url(../images/home_li3.jpg);
}

.edit-button {
  position:absolute;
  top:282px;
  z-index:1000;
  left:22px;
}

#footerwrap{


}