/* CSS Document */




/* Page footer style */ 
	
        #footer{
	
        position: fixed;	
        left: 0px; bottom: 0px;
        height: 18px;
        width: 100%;
        background-color: #cc5522;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size: 14px;
        text-align: center;
        vertical-align: top;
        padding:1px;
        color: #000000;
        border-top: solid 1px #999999;
        border-bottom: solid 0px #000300;
        margin-bottom:0px;
        margin-left:0px;
        

  }



