div#page
{	position: relative;
	width: 787px;	
	margin-left: auto;
	margin-right: auto;
  border-left:1px solid #DCDDDE;	
  background-image:url(../images/content_bg.gif);
  background-repeat:repeat-y;
}
div#abovetop
{ width: 100%;
	height:13px;
  background-image:url(../images/top.gif);
  background-repeat:no-repeat;
}
div#top
{ width: 100%;
	background-image:url(../images/content_bg.gif);
  background-repeat:repeat-y;
  margin:0 auto;
}
div#nav
{ 
	padding-left: 22px;
	min-height: 20px;
}
div#mid
{ float: left;
	width: 100%;
	min-height: 20px;
}
div#btm
{ width: 100%;
	min-height: 20px;
	text-align: center;
}
div#left
{ float: left;
	width: 44%;
	padding-left: 10px;
	min-height: 20px;
}
div#right
{ float: right;
	width: 50%;
	margin-right: 25px;
	min-height: 20px;
}
div.sep
{	width: 100%;
	clear: both;	
}

