
/* Layout Stylesheet */ 

active-scroll-bars { 
 overflow-x: hidden; 

 }

body { /* background */
 margin:20px;
 background-image:url(bg1.jpg);
 background-repeat: repeat-x repeat-y;
 color: #ffffff;
 text-align:center;
 padding:0; 
 
 }

#outer { /* background */
 text-align:left;
 border:1px solid #oxford;
 width:770px;
 margin:auto;
 }

#hdr { /* white box with logo in */
 height:150px;
 background:#ffffff;
 color: #oxford;
 }

#bar { /* bit below logo and above main text */
 height:17px;
 background:#oxford;
 color: #oxford;
 border:solid #333333;	
 border-width:0px 0 0px 0;
 }

#bodyblock { /* gap between blue box and main text  */
 position:relative;
 background: #oxford;
 color: #oxford;
 width:770px;
 padding: 0em 0em 1em 0em; 
 }

#l-col { /* blue box */
 float:left;
 background:#oxford;
 color: #333333;
 width:205px;
 }

#cont { /* body text  */
 width:565px;
 height:100%;
 background:#ffffff;
 color: #111111;
 border:solid #oxford;	
 border-width:1px 1px 1px 1px;
 text-align:left;  
 font-family:arial narrow, arial, helvetica, sans-serif;
 font-size:14px;
 }

#ftr { /* credits at bottom */
 height:32px;
 background:#ffffff;
 color: #111111;
 border:solid #oxford;
 border-width:1px 0 0 0;
 margin:0; 
 font-family:arial narrow, arial, helvetica, sans-serif;
 font-size:11px;
 }

/* colour guide oxford black oxford lightest grey
oxford white numbers 1-8 mid shades of grey */
