
/* Layout Stylesheet */ 

body {
 font: 12pt arial;
background: #FFFFFF;
 color: #000000;
 text-align:center;
 margin: 0px;
 padding:0;
 min-height:100%;
 }



#outer {
 text-align:left;
 width:765px;
 margin:auto;
 }

#hdr {
 height:143px;
 background: #fff url(http://www.pamil-visions.com/4layout/header.jpg) no-repeat top;
 color: #333333;
padding:5px;
margin:auto;
}


#bodyblock {
 position:relative;
 background: #fff  url(http://www.pamil-visions.com/4layout/tree.jpg) no-repeat bottom left;
 color: #333333;
 width:765px;
 padding:0;
 }

#l-col {
 float:left;
 background:#333399;
 font: 10pt arial;
 color: #ffffff;
text-decoration: none; 
 border:3px solid #333399;
 width:165px;
 }



#cont {
 width:575px;
background:#fff; 
 color: #000000;
text-align:justify;
padding: 5px;
 }


#ftr {
 height:35px;
 background:#ffffff;
 color: #333333;
 margin:0;
 }
