/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #FFEEDD url(images/lc_bg.jpg) repeat-y fixed 0px 0px;
 color: #333333;
 }
	 
#hdr{
	height:65px;
	background:#FFEEDD;
	color:#000000;
	margin:0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
 }
#bar {
	height:13px;
	background:#FFEEDD url(images/bar_bg.jpg) no-repeat scroll 0px 0px;
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
 }

#lh-col{
	position: absolute;
	top: 79px;
	left: 0px;
	width: 170px;
	background: #FFEEDD url(images/lc_bg.jpg) repeat-y scroll right 0px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
 }

#rh-col{
	margin: 0px 0px 0px 170px;
	color: #CC3300;
	padding: 15px;
	position :relative;
	overflow: visible;
	visibility: visible;
	z-index: 25;


 }

