Kris.... On the face of it your circuit looks OK. BUT (and it's a big but) the following will trip you up:
As far as I can see, the maximum supply voltage for the MAX876A is 18V, you are using 24V. Maybe use a 15V zener with a 1K series resistor from the 24V to supply it.The circuit will act to supply 20V at the emitter of Q1. That means the base of Q1 will need 20.6 volts and the collector should have even higher voltage. Yet it only has 20V. I'd supply the collector of Q1 from at least 24V.The same goes for your opamp U6A. Give it a bit more headroom, it has to supply 20.6V to Q1 Base. The LT6274 can operate with up to 32V supply so it will be fine with 24V as well.You have a 200 Ohm resistor from the emitter of Q1 (which is your output, though not labelled as such) to ground. This will take 100 mA even before you take any current from the output. I'd make this 1K or even higher so you have more output capability, though you don't say what you need.Finally your gain equation is missing something, it should beVout = Vin *( RF/RI + 1)In this case Vin = 10V (from the MAX876A) , RF and RI are R15 and R14 respectively, both 10K.So Vout = Vin * 2 = 20V. Your resistors were right, but the equation was missing Vin.Hope this helps... Best // David