/* Layout Stylesheet */ 



/* Buttons */ 

#buttons {
       margin: 0 0 0 20px;       padding: 10px 0 10px 0 ;
}

#buttons ul {	margin: 0 ;	padding: 0 ;	list-style: none ;	display: inline ;}#buttons ul li {       margin: 0 0 0 20px;	padding: 0 ;	display: inline ;	text-align: center ;	list-style: none ;}#buttons li a {	color: #FFFFFF ;	background-color: #f1b21a ;	border: 1px #f1b21a ;	padding: 4px 20px 4px 20px ;	text-decoration: none ;	display: inline ;}#buttons li a:hover {	color: #f2f2f2 ;	background-color: #ffcc33 ;
}



body{
 margin: 0px;
 padding:0;
 background: #808080; color: #333333;
 background-image:url('http://www.shaolin-wahnam.fi/sestina/background.jpg');
 background-repeat:repeat; background-attachment:fixed; background-position:center;
 }	 

#hdr{
 height:300px;
 background: transparent #c0c0c0;
 color:#000000;
 border: 0px solid #000000;
 border-width:0px 0px;
 margin: 20px 0 0 0;
 }
	 
#lh-col{
 position: absolute;
 top: 200px;
 left: 20px;
 width: 150px;
 border: 2px solid #f1b21a;
 background: #a1a1a1;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 position: absolute;
 top: 200px;
 right: 20px;
 width: 150px;
 border: 2px solid #f1b21a;
 background: #a1a1a1;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
 }       
        
#c-col{
 position: relative;
 width: 394px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 border: 2px solid #f1b21a;
 background: #b5b5b5;
 color: #333333;
 padding: 20px;
 z-index: 13; }