
/* Layout Stylesheet */ 

body {
 margin:0px 0px;
 background:#6D7965;
 color: #ffffff;
 text-align:center;
 padding:0px;
 }

#outer {
 text-align:left;
 border: 3px outset #8C5C01;border-right:2px outset #8C5C01;border-top:0px outset #8C5C01;border-bottom:2px outset #8C5C01;position:center; 
 width:880px;
 margin:auto;
 }

#hdr {
 margin:0px;
 background-image: url('http://www.atticproduction.co.uk/img/theatre_audience.jpg');
 width:880px;
 color: #ffffff;
 border:outset black;
 border-width:1px 0 0 0;
 }

#bar {
 background:#F0F0F0;
 width:100%;
 color: #ffffff;
 border:outset #000000;	
 border-width:0px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #38486C;
 width:880px; 
 padding:0;
 margin:0;
 }

#l-col {
 float:left;
 background:#FEA414;
 color: #ffffff;
 width:135px;
 border:outset #8C5C01;
 border-width:0px 0px 0px 0px;
 margin:0px 0px;
 text-align:left;
 }
 
  #l-col-black {
 float:left;
 background:#000000;
 color: #333333;
 width:135px;
 border:outset #8C5C01;
 border-width:0px 0px 0px 0px;
 margin:0;
 text-align:left;
 }
 
 #l-col-hvit {
 float:left;
 background:#FFFFFF;
 color: #ffffff;
 width:135px;
 border:outset #8C5C01;
 border-width:0px 0px 0px 0px;
 margin:0;
 text-align:left;
 }
 
#r-col {
 float:right;
 background:#FFFFFF;
 color: #203050;
 width:135px;
 border:outset #8C5C01;
 border-width:0px 0px 0px 0px;
 margin:0;
 text-align:left;
 }
 
#cont {
 width:560px; 
 margin:0px 180px 0px 0px;
 position: absolute
 background: #ffffff;
 color: #38486C;	
 text-align:justify;
 } 

#ftr {
 background:#F30000;
 color: #653F0B;
 border:outset #ffffff;
 border-width:1px 0 1px 0 ;
 margin:0;
 width:880px;
 }

