
/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background-color: #808080;
 color: #333333;
 }

#hdr{
 height:55px;
 padding: 0px;
 background-image : url(logo2.jpg);
 background-repeat: no-repeat;
 background-color: #808080;
 color:#ffffff ;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	text-align : center ;

 }

#lh-col{
 position: absolute;
 top: 70px;
 left: 20px;
 width: 180px;
 
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
	margin-left: 200px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;

 border: 2px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 position :relative;
 }