/* CSS Document */
/* color.css */
/* html sets the whole page background */
html {
	background: url(../images/background.gif);
}

/* sets height from top of page cut from 50 to 10*/
body {
	padding-top : 0px;
}

/* html sets the  background for main page */


div#container {
}




div#branding {
	margin-top: 2px;
	background: #CCCCCC;
 }
	
div#nav_main {
	background: #CCCCCC;
	/*border-left: 1px solid #000000;*/
	

}

div#content_main {
	background: #CCCCCC;
	
}

div#content_sub {
	background: transparent;
	
}


div#site_info {

}
