/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:976px;/* for mozilla*/
	background-color: #F2FAFD;
}
#outer{
	background: url('/gfx/right_bg_grad.png') repeat-y;
	height:100%;
	min-height:100%;
	width:976px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	text-align:left;
	margin:auto;
	position:relative;
}
#line{
	background-color:#e16689;
	position:absolute;
	top: 150px;
	left:208px;
	height:auto;
	bottom:0px;
	width: 1px;
	z-index:5;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:795px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:976px;
	height:107px;
	background: url('/gfx/header.png') no-repeat top left;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:210px;
	float:left;
	padding-top:135px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	vertical-align: middle;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	background: transparent;
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	padding-top:25px;/*needed to make room for header*/
	margin-top: 120px;
	padding-bottom:32px;/* needed to make room for footer */
	bottom: 0px;
	right: 0px;
	height: auto;
	/*height: 90%;*/
}

#footer {
	width:976px;
	clear:both;
	height:50px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background: #F2FAFD url('/gfx/footer.png') no-repeat top left;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	z-index:100;
}
* html #footer {/*only ie gets this style*/
	\height:51px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:575px;
	float:right;
	padding-top:150px;
	padding-bottom:55px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:0px;clear:both;} /* to clear footer */
#breadcrumbs{
	position:absolute;
	top:115px;
	left: 221px;
	width: 575px;
	background-color: #ffffff;
	z-index:999;
}
hr{
	margin-top:3px;
}
