/*
  Over-riding the standard University of Nottighams page-frame display width (was 760px)
*/

#page-frame {
	width: 960px;
}

#banner {
    background-color: #ffffff;
	background-position: left top;
}

#content-layout_style-1 {
  width: 780px;
}

#content-layout_style-1 #content #column-1 {
	width: 573px;
}

#column-2 {
	position: absolute;
    left: 580px;
    top: 3px;
}

.quotepanel {
  position: absolute;
  left: 580px;
/*  padding-left: 1em; */
/*  padding-bottom: 1em; */
  width: 200px;
}

.ep_preview table
{
  position: absolute;
  top: -50px;
  left: -270px;
  width: 400px;	
  text-align: center;
}

.ep_preview td
{
  text-align: center;
}
