/* color.css */

html { 
background : #333 url(images/background.png) repeat-x; }

div#branding {
position : relative;
z-index : 100;
height : 120px;
background : transparent url(images/branding.png) no-repeat 0 0;  }

div#branding blockquote { 
position : absolute;
top : -9999px; }

h1 { 
position : absolute;
top : 10px; 
left : 10px;
width : 367px;
height : 120px;
background : transparent url(images/h1.png) no-repeat;
text-indent : -9999px; }

div#nav_main { 
position : relative;
z-index : 1;
height : 90px;
background : url(images/nav_main.png) no-repeat 0 0; }

div#content { 
background : #fff url(images/background_table.gif); background-repeat: repeat-x; }

div#content_main {
background : #fff;}

div#site_info { 
background : transparent url(images/site_info.png) no-repeat 0 0;}


