

/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: url(null) fixed no-repeat;
 color: #696FED;
 }
 

 #idx {
 height:100%;
 } 
#hdr{
 width: 100%;
 height: 120px;
 margin: 0;
 color: #0000ff;
  background: #ffffff;
   background-image:url("images/bar2.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
 }
     
#lh-col{
 width: 75%;
 float: left;
 border: solid #C7CCF8;
 border-width: 0 2px 0 0;
  background: #ffffff;
 color: #0000ff;
 margin: 0 0 0 0;
 padding: 15px;
 position:absolute;
 }

#rh-col{
 width: 15%;
   background: #ffffff;
 position:relative;
 float:right;
 color: #333333;
 margin: 0;
 padding: 0;
 border: 0;
 }
 
 