First, (silly question but I have to ask) is the .css file saved?
Second, try adding
<style type="text/css">
<!--
@import url("site_layout.css");
-->
</style>
For some reason I find @import works better than "" for me.
Hope this helps :) Please mark as solved if this resolves your issue.