I need to format (fill color) cells A-I if F and G have specific info

i tried conditional formatting but it doesn't allow for all my requirements.

So if cell F in any row has today's date (formatted at 7/16/2015) and cell G has "Awarded" then i need to highlight cells A thru I in that row.

I do have over 100 rows for it to parse.

I think something like this is what i am looking for but i am stuck on the actual function and where to put it.

if(f3=TODAY() & G3="Awarded") then....