/* CSS Document */




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

}


