/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto;   
} 
 
#header{ 
    position: relative; /* necassary to
        absolute-position the child-element
        #home-link relative to the header */

 text-align:center;
 height:100px; 
 width:792px; 
 background-color:#EF4221; 
 border:ridge red;  
 background-image:url(http://www.turbanator.co.uk/files/28l/header.png);

 } 
 
#headerlink{
display:block;
width:792px;
height:100px;
margin:0;
}

#leftcol{
 text-align:center;
 width:92px; 
 border:double black;
 float:left; 
 position:relative; 
 margin-left:-100px; 
 background-color: #EF4221; 
 }
 
#leftcol1{
 text-align:center;
 width:92px; 
 border:double black;
 float:left; 
 position:fixed; 
 margin:0; 
 padding:0;
 background-color: #EF4221; 
 }
  
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 100px ;  /* left column width. NN4 hack to hide borders */ 
 border-left-color: #000000;  /* left column colour */ 
 border-left-style: solid; 
 background-color: #000000; /* center column colour */ 
 width: auto; 
} 

#down{
 }

#downleft{ 
 border:double red;
 float:left; 
 position:relative; 
 background-color: #000000;
}

#downright{ 
 float: left; 
}

#mp3{ border:dotted red;
 height:32px;
 
}

#mp3left{ 
 height:32px;
 float:left; 
 position:relative;
}

#mp3right{   
 height:32px;
 font-weight:bold;
 vertical-align: middle;
}

#chapters{
 position:relative;
}
 
#footer{
 text-align:center;
 height:30px; 
 width:792px; 
 background-color:#EF4221; 
 border-style:double;
 border-color:black;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 685px; 
 position: relative; 
 margin: 5px 3px 5px 3px; 
 border-style:dotted;
 padding-bottom:5px;
 }
 
#maincol1{ 
 float: left; 
 width: 685px; 
 position: relative; 
 margin: 5px 3px 5px 100px; 
 border-style:dotted;
 padding-bottom:5px;
 }
 
#outer>#inner { border-bottom: 1px solid #000000;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
