/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #FFFFFF url(images/lc-bg.gif) repeat-y fixed 0px 0px;
 color: #333333;
 }
	 
#hdr{
	height:98px;
	background:#000000 url(images/hdr-bg.gif) repeat-x fixed 0px 0px;
	color:#000000;
	margin:0px;
	padding: 0px;

 }

#lh-col{
	position: absolute;
	top: 98px;
	left: 0px;
	width: 160px;
	background: url(images/lc-bg.gif) repeat-y fixed right 0px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	z-index: 50;

 }

#rh-col{
	margin: 0px 0px 0px 157px;
	color: #333333;
	padding: 10px;
	position :relative;

 }
