

/* Layout Stylesheet */ 
body{
 margin: 0px;
 padding:0px; 
 background-image: url('http://www.lykkeligaften.no/img/Bilde255_night_2.jpg');
 color: #ffffff;
 scrollbar-face-color:#555B7F ;
 scrollbar-highlight-color:#000000;
 scrollbar-shadow-color: #E0D9CF;
 scrollbar-3dlight-color:#4E586C;
 scrollbar-arrow-color: #4E586C;
 scrollbar-track-color: #8A97B7;
 scrollbar-darkshadow-color: #EAE5D5; 
 }	 
 
#outer {
 text-align:center;
 border:1px inset #D2D298; 
 top:65px; 
 width:800px; 
 align:center;
 margin:auto;
 }
 
 
 #hdr-1{
 height:15px; 
 border-bottom:0px solid #000000; 
 width:100%; 
 text-align: center;
 color: #ffffff; 
 margin:0;
  }

#lh-col{
 float:left;
 top:67px; 
 left:0;
 text-align:left;
 width:135px;
 z-index:1;
 color: #ffffff;}

#rh-col{
 position:absolute;
 top:67;
 right:0;
 width:5px;
 z-index:2;
 text-align: right;
 color: #ffffff;}

#c-block {
 width:758px;
 z-index:1;
 text-align:justify;
 color: #ffffff;
 }


#hdr{
 height:65px; 
 border-bottom:0px solid #000000; 
 width:100%; 
 text-align:center;
 color: #3D4A6A; 
 margin:0;
  }

#c-col{
 margin:0px 20px;
 position:relative;
 text-align:justify;
 width:100%; 
 color:#ffffff;
 z-index:5;
 height:80%;

 }
 

#ftr {
 width:758px;
 hight:50%;
 border: solid #000000; 
 border-width:0px 0;
 text-align: center;
 color: #ffffff;
 margin:0;
 }


