tlgosser - "So the option bytes are here... 0x1FFF F800 -0x1FFF F80F."
Yes, the "Option Bytes" are 16 bytes in the "Information block".
They are described in PM0075 "Programming manual", "STM32F10xxx Flash memory microcontrollers":
http://www.st.com/web/en/resource/technical/document/programming_manual/CD00283419.pdf
The option bytes are described in Table 9. "Description of the option bytes" on page 20.
They are rather obscure. Using them is mentioned in RM0008 (search for "option bytes") but I don't think that explains what they are, or how to program them. For example, they are mentioned as containing nRST_STDBY and nRST_STOP. The most helpful statement is "For further information on the User Option Bytes, refer to the STM32F10xxx Flash programming manual."
"Is it just those 2 bytes that are available for user data?"
Yes, AFAIK. Other bytes control write protection of Flash memory, configure the watchdog timer, and how stop and standby work.
"How would you write to just those two bytes?"
Section 2.3.5 "Option byte programming" describes the process, which is basically the same as programming Flash memory, except their is an extra bit (OPTPG bit in the FLASH_CR) which must be set.