/* color.css */

html { 
background-color : #7C7A6E; }

body { 
padding-top : 0px; }

#branding {
background: url(../images/branding.jpg) }

h1 {
text-indent : -9999px; }

#content {
background: url(../images/border.jpg);}

#content_main {
background: url(../images/content_main_sub.png);
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70; }

#nav_main {
background-image: url(../images/nav_main.png);
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60; }

#nav_main a:hover {
background: url(../images/bullet.png) no-repeat; }

#bg {
background: url(../images/bg.jpg); }

#site_info {
position : relative;
width: 800px;
background: url(../images/bgFooter.jpg) no-repeat; }

#site_info h5 { 
height : 4em; }

#site_info h5 a { 
display : block;
margin-left: 1.8em; }