/* Additional style sheet for www.BarryMerchantSeamen.org.uk     Updated 24 June 2008 */

/* Loads after and modifies bms.css Only needed for use with Internet Explorer 5 & 6  */

/*
body
{
	width: 100% !important;
}
*/


#fade	/* Narrow fade zone under header */
{
	display: none;    /* rather than dropping back to comb.gif */
	
	position: absolute; 
	top: 120px; 
	left: 0px; 
  	height: 2px;  
  	width:expression(document.body.clientWidth+20);   
	width: 100%; 
	border-style: solid;
	border-color:  #630; 
	border-top-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	background:url(../pix/comb.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	z-index: 1;
}


#heading
{
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0px;	
	left: 0px;
	width: 100%;
	height: 120px;
	border-style: solid;
	border-color:  #630;
	border-top-width: 3px;
	border-left-width:0em;
	border-right-width:0em;
	border-bottom-width: 3px;
}


#main
{
	position: absolute;	
	top: 126px;
	left: 0px;  
	height:expression(document.body.clientHeight-126);  
	width:expression(document.body.clientWidth-0);   
}


#footing
{
 	height: 10px; 
	width: 100%;
	border-style: solid;
	border-top-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-color:  #630;
	background-color:#FD6;
	text-align:center;
	z-index: 2;
}

li ul
{
	margin-left:40px;
}





@media print
{

#main
{
	position: absolute;	
	top: 126px;
	left: 0px;  
	height:expression(document.body.clientHeight-126);  
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
}

}
