body{
	background: #fbfbfb;
	text-align: center;
	margin: auto;
	font-family: arial, helvetica, sans;
	font-size: 12px;
	color: #555;
}

#bubble{
	position: absolute;
	z-index: 999;
	padding: 5px;
	border: double 3px #c2c2c2;
	background: #fbfbfb;
	display: none;
}

.bkg-div{
	width: 100%;
	text-align: center;
}

.full-size{
	width: 960px;
	margin: auto;
	text-align: left;
}

/* Page backgorund styles */
#page_top{
	background: url('/images/page-hd.jpg') top center no-repeat;
	width: 960px;
	height: 8px;
	font-size: 1pt;
}

#page_fill{
	background: url('/images/page-fill.jpg') top center repeat-y;
	min-height: 400px;
}

#page_foot{
	background: url('/images/page-foot.jpg') top center no-repeat;
	width: 960px;
	height: 10px;
	font-size: 1pt;
}

#leftnav{ 
	clear: left;
	float: left;
	width: 168px;
	margin-left: 22px;
	margin-top: 12px;
}

#content{
	float: left;
	width: 770px;
	margin-top: 12px;
}

#footer{
	clear: left;
	float: left;
	margin-left: 22px;
	width: 912px;
	margin-bottom: 5px;
}

#page_foot{
	height: 24px;
}
