div#content {
	background: #f4f7fc url(/images/template/fr_right_shadow.gif) 520px repeat-y; /*change*/
	width: 100%;
	height: 100%;
	float: left;
}

div#maincorner {
  background: url(/images/template/fr_corner.gif) 0 0 no-repeat;
  width: 100%; /*change*/
  height: 9px;
  font-size: 0; 
}

div#maincol {
	background: #2455a1;
	float:right;
	width:	380px; /*change*/
}

div#maincontent {
	float:left;
	width:	520px;	/*change*/
}

p {
  margin-top: 8px;
  margin-bottom: 12px;
}

ul {
  margin-top: 0px;
  margin-bottom: 15px;
}

