﻿/* but what about making ross transparent - maybe the delayed png will work on this? 
GET BACK TO PNG   
*/
/* and stopping him moving in */ /* fix that expression freeze, conditional?*/
html, body, form  
{
    margin: 0; 
    padding: 0; 
    height: 100%; /* needed for container min-height */
    font-family: arial,sans-serif; 
    font-size: small; 
    min-height: 612px; /*NOTE: This prevents Ross from being forced up into the header. */
} 

div#container { 
    position: relative; /* needed for footer positioning*/ 
    margin: 0 auto; 
/* center, not in IE5 */    width: 980px; 
    
    /*NEW STYLE ROSS*/
    /*background:transparent url(pics/menu_pics/rossback.gif) no-repeat bottom right; */

    /*OLD STYLE ROSS
    background:transparent; */
    
    height: auto !important; /* real browsers */ 
    height: 100%; /* IE6: treaded as min-height*/ 
    min-height: 100%; /* real browsers */
    
  
} 
div#header  
{
    padding: 1em; 
    /*background: #ddd url("../csslayout.gif") 98% 10px no-repeat;*/ 
   /* border-bottom: 6px double gray; */
} 
div#content { 
    padding: 1em 1em 5em 0em; /* bottom padding for footer */    
} 
div#footer { 
    position: absolute; 
    width: 100%; 
    bottom: 0; /* stick to bottom */ 
    border-top: 0px; 
}


#content 
{	/*background-color:#011E1D;*/
   /* height: 635px;654, and 41 diff*/	
    width:1px;
/*
width:expression(document.body.clientWidth< 742? "740px":"auto");	
min-width: 740px;
max-width: 1200px; 
*/

   /*padding: 0px 2px 0px 0px;  */
	/*margin: 0px; */
}


/* ----------------------------------------------------------------- */


.rosspage
{
/*background-color:#011E1D;*/

    
    background-position: left top;
    background-attachment: scroll;
    /* MOJITO */
    /*background-image: url(Pics/Gradient.gif);*/
    /* MOJITO */
    /* LAST DAYS */
    /*background-color:#011E1D;*/
    /* LAST DAYS */    
}

/* ------------------------- TABLE RELATED DEC ------------------------- */
.container
{
    /* background-color:#0AAAAA;*/
    min-width:900px; 	
    
}

