/* CSS Document */
html { height: 100%; }
.background	{width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 0;background-attachment:fixed;}
body {background:#000 url(../images/bgsidewalk.jpg) repeat-x;}
#logo h1	{height:81px;}
#wrapper	{margin-left:22px;}
	

	
#mainnav  {top: 125px;margin-left:-5px;}



#contentbg	/*IE*/	{  
	float:right;
	width:628px;
	height:100%;
	background: url(../images/sidewalk-contentbgrepeat.gif) repeat-y;
	z-index:1;
	}	
	

#content	/*IE*/{
	float:right;
	padding:0;
	width:628px;
	height:100%;
	background:url(../images/sidewalk-contentbg.jpg) no-repeat;
	z-index:1;}
	
html>/**/body #content	/*Firefox*/{margin-top:-15px;}	
html>/**/body .contenttext /*FF ONLY */{margin-right:0px;}

.contenttext	/*Firefox IE7*/{
	width:500px;
	float:right;
	padding:0px 0px;
	padding-right:18px;
	margin:10px 20px 20px 0px;}
	
* html .contenttext	/*IE6 */{margin: 10px 10px 20px 25px;}


#footer	 {background: url(../images/sidewalk-footershadow.gif) no-repeat top right;}



.toprightimage	/*IE 6*/{
	float:right;
	width: 97px;
	height:104px;
	margin: -41px 0px 0 431px;
	overflow: visible;
	z-index:100;
	position:absolute;
	}

html>/**/body .toprightimage	/*Firefox*/{
	margin: -31px 0px 0 430px;
	}