
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#002200 url("../vertthaicollagetess2.jpg");
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #333333;
 width:650px;

 margin:auto;
 }

#hdr {
 height:60px;
 
 }

#bar a {color: #ff0000;}
 
#bar {
 height:25px;
 padding-top: 5px;
 background:#aaccaa;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #66FF00;
 color: #220000;
 width:650px;
 padding:0;
 }

.absent {color: #008080;}  /*must be same color as background below */
 
 
#l-col {
 float:left;
 background:#66FF00 ;
 color: #333300;
  font-family: sans-serif;
 width:145px;
/* margin: 3px; */
 
 }

#cont {
width:495px;
/* height:1495px; */
 background-image: url(../fadedbuddha.jpg);
background-repeat: no-repeat;
/* background-position: 460px 120px; */
background-position: 80% 120px;
/* background-position: top right; */
background-color: #ffffff;
background-attachment: fixed;

 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {

 background:#CECECE;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }