/* some styles have to be set differently in main.css in order for the page to be a reasonable */
/* approximation of WYSIWYG in Dreamweaver. This stylesheet is called via PHP that Dreamweaver */
/* can't see, and overrides those settings to make the pages appear properly when live!        */

body   { 
       background-image: none;
       }

#bottomblock	{
				visibility: visible;
				visibility: visible !important;
				}

#footer 	{ 	
			visibility: visible;
			visibility: visible !important;
			}
			
#columnad, #widead,  
#maincontent .squareadleft, #maincontent .squareadright, 
#maincontent .banner { 
					background-color: transparent !important; 
					}

