body
{
	background-color:#fff;
}

.peersHeaderInner
{
	height: 125px;
	width:480px;
	
	margin:0 auto;
		
	background-image: url(../images/peersHeader.gif);
	background-repeat: no-repeat;
	background-position:bottom; 
}


.peersHeaderOuter
{
/* contains the background from the banner */

	height:135px;
	background-image:url(../images/peersGradient.gif);
	background-repeat: repeat-x;
	background-position:top;
	
	margin-bottom:0px;
}


.peersStrip
{
	text-align:center;
}


#peersNavBar
{
	height: 50px;
	width:810px;
	background-image: url(../images/peersNavBar.png);
	background-repeat: no-repeat;
	background-position:top; 	
	
	margin:0 auto 20px;
}

#peersNavBar a
{
	position: relative;
	text-decoration: none;
	
	font-size:1px;
	
	padding:10px 32px;

	bottom:-10px;

}

#peersNavBar a i
{
	visibility: hidden;
}

a#peersBeginning, a#peersPrev, a#peersNext, a#peersMostRecent
{
}

a#peersBeginning
{
	padding-right:85px;
}

a#peersPrev
{
	left:130px;
}

a#peersNext
{
	left:280px;
}

a#peersMostRecent
{
	left:400px;
	padding-right:80px;	
}


.peersFooter
{
	height: 203px;
	background-image: url(../images/peersFooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
		
	margin:0 ;
}

