div.body {
  min-height: 320px;
  padding: 16px;
  border-top: 1px solid #ccc;
}

/* min height for body div in IE */
* html div.body {
  height: 320px;
}

div.pagebar
{
	background-color: #fff;
	background: url(/images/back-header-downloadarea.jpg) bottom left;
	background-repeat: repeat-x;
	clear: both;
}

div.phone
{
  position: absolute;
  width: 290px;
  height: 52px;
  background: url(/images/back-header-downloadarea-phone.jpg) no-repeat bottom left;
}

div.watermark
{
  height: 52px;
  background: url(/images/back-header-downloadarea-watermark.jpg) no-repeat bottom right;
}

ul.navmenu li#reading ul {
	display: inline;
}

div.bodyfull 
{
 	min-height: 320px;
	padding: 16px;
	border-top: 1px solid #ccc;
	margin: 0 0 0 162px;
}
div.sidebar
{
	width: 210px;
}
div.content
{
	margin-right: 235px;
	width:auto;
}

