/* CSS Document */

	#left_panel_index {
	float:left;
	width:46%;
	}
	
	#info_box {
	border: #9A4D9E 1px solid; padding:10px;
	}
	
	#lsp_box {
	margin-top:12px; border: #9A4D9E 1px solid; padding:10px; 
	}

	#news_box{
	background-color:#D7C0DD; border:#9A4D9E 1px solid; float:right; padding:10px 10px 25px 10px; width:47%;
	}
	

	
	
	html {
	margin: 0;
	padding: 0;
	}
	body {
		font-family:Arial, Helvetica, sans-serif!important;
		margin:10px 10px 0px 10px;
		padding:0px;
		font-size:12px;
	
		}

	#wrapper{
		margin:0 auto;
		width:980px;
	}
	#leftcontent {
	
		/*background: url(http://www.onebarnsley.com/img/layout/Largemenubg.jpg)  no-repeat bottom;*/
		position: relative;
		float:left;
		margin:10px 10px 0 0;
		/*width:194px;*/
		width: 150px;
		padding-bottom:20px;}

	#centercontent {
		border:1px solid #92598C;
		overflow:hidden;
		position:relative; 
		float:left;
		margin-bottom:20px;
		/*top: 169px;*/
		top: 10px;
		padding: 10px;
		width:630px;
		
		}
		
	html>body #centercontent {
   		/*margin-left: 204px;
   		margin-right:204px;*/
		}

	#rightcontent {
		/*background: url(http://www.onebarnsley.com/img/layout/Largecalendarbg.jpg)  no-repeat  bottom;*/
		position: relative;
		float:left;
		width:154px;
		margin:10px 0 0 10px;
		}
		
	#rightcontent table {}
	


			
	#rightcontent p {
		font-size:10px
		}
	
	
	/*#menucontainer {
	background: #0000CC;
	position: relative;
	left:11px;
	top:179px;
	
	width: 149px;
	
	}*/

#menu
{
	position: relative;
	top: 10px;
	left: 0;
	margin-left: 2px;
	width: 146px;
	float: left;

	
}

#spacer
{
	position: fixed;
	top: 120px;
	left: 150;
	float: left;
}



#righthand
{
	position: fixed;
	top: 120px;
	right: 0;
	width: 146px;
	float: right;
	background: url(../calenderbg.jpg) no-repeat bottom;
	border: 1px solid #754F75;
}


.doc_list img {border:none}