@charset "utf-8";
/* CSS Document */

body
{
	font-family: Calibri, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background: url(../images/NavRunner.jpg) repeat-y;
}

/************** TOP of page ********************/
#header
{
	width: 100%;
	height: 106px;
	background: url(../images/HeaderCont.jpg) repeat-x;
}

#linkback
{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100px;
	display: block;
}

#navcontainer
{
	margin-top: -39px;
	margin-left: 42px;
	float: left;
	width: 970px;
}

/*************** CENTER of page ***************/

#leftbar
{
	position: absolute;
	top: 106px;
	left: 0;
	right: auto;
	width: 101px;
	height: auto;
	bottom: 20px;
	background:url(../images/LeftBarBottom.jpg) repeat-y;
	
}

#userslogin
{
	position: absolute;
	top: 46px;
	left: 0px;
	/*position: absolute;
	top: 22px;
	left: 0px;*/
}

#usersregister
{
	position: absolute;
	top: 99px;
	left: 0px;
	/*position: absolute;
	top: 5-px;
	left: 0px;*/
}

#centerspacer
{
	position: absolute;
	left: 101px;
	max-width: 100px;
	bottom: 20px;
	right: auto;
	top: 106px;
	width: auto;
	height: auto;
	background: url(../images/SpacerBottom.jpg) repeat-y;
	

}
#centerspacertop
{
	height: 208px;
	background-image: url(../images/SpacerTop.jpg);
	display: block;
}
#centerspacermid
{
	height: 186px;
	background-image:url(../images/SpacerMid.jpg);
	display: block;
}
#centerspacerbottom
{
	height: 10px;
	background-image:url(../images/SpacerBottom.jpg);
	display: block;
}

#content
{
	position: absolute;
	top: 100px;
	left: 150px;
	right: 0;
	bottom: 20px;
	padding-bottom: 10px;
}


/***************** BOTTOM of page ************/
#footer
{
	
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
	vertical-align: baseline;
}

