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

/* project proposal */
#master {
	height: 2243px;
}
    #body {
	     height: 2026px;
    }
        #side_bar {
    	     height: 1788px;
        }
        #content {
    	     height: 1788px;
        }
            #content_body {
                height: 1678px;
            }
    #footer {
	     top: 2193px;
    }




