#content{
  position: relative;
  margin-right: 15em;
}

#rightcol{
  position: absolute;
  top: 0;
  right: -15em;
  width: 15em;
  background-color: white;
 
}

#rightcol a{
  text-decoration: underline;
}
.box{
  background-color: white;
  background-image: url(../img/left-top-corner.jpg); 
  /*background-repeat: repeat-x;*/ 
  background-repeat: no-repeat;
  background-position: left top; 
  margin: 0 0 1em 0;
  padding: 0 0 1em 0.5em;
}

#rightcol div{
  font-size: 0.9em;
  /*padding: 0.5em 0 0.5em 0;*/
}

#rightcol h2{
  margin: 0;
}

#updateslist p{
  margin: 0 0 0.5em 0;
}
#updateslist .newsdate{
  margin: 0;
  color: gray;
  font-size: 0.8em;
}

#regbutton{
  height: 57px;
  width: 206px;
  background-color: white;
  background-image: url(../img/button_bg.gif);   
  background-repeat: no-repeat;
  background-position: left top; 
  text-align: center;
  padding-top: 7px;
}

#regbutton a{
  color: #fe901a; 
  font-weight: bold; 
  font-size: 30px;
  text-decoration: none;
}  