
/******************/
/* SPECIFIC FORMS */
/******************/

/* transportation */
#master {
	height: 1543px;
}
    #body {
	     height: 1326px;
    }
        #side_bar {
    	     height: 1088px;
        }
        #content {
    	     height: 1088px;
        }
            #content_body {
                height: 978px;
            }
    #footer {
	     top: 1493px;
    }





