/* Predefined Site Background Colors */

.main_bg1 /* Backgroud and text color for the personal options menu ("about" and "contact") and footer */
	{
	background-color: #191748;
	color:#FFFFFF;	
	}

.main_bg2
	{
	background-color:#3E3C65;
	color:#FFFFFF;
	}

.main_bg3 /* Backgroud color for the main menu (navigation panel on the left side of the webpage) */
	{
	background-color: #706F8D;
	}
	
.main_bg4 /* Background and text color for the agent services menu (same as nav_act) */
	{
	background-color: #A41C38;
	color:#FFFFFF;
	}

.main_bg5 /* Background color for the featured listing */
	{
	background-color:#CCCCCC;
	}

.main_bg6 /* Background color for the contact form welcome message */
	{
	background-color: #E1E1E1;
	}
.main_bg7 
	{
	background-color:#191748;
	}
.main_bg8 /* Background color for the footer in this case */
	{
	background-color:#706F8D;
	}