/* Globals */

	* {
		color: #505050;
	}
	
	body {
		background: #B0B2AB; 
	}
	
/* End Globals */
	
/* Header */

	#header {
		background: url(top-silver-gradient.gif) repeat-x;
	}

	#portfolio {
		background: 0px 0px url(menu/portfolio.gif) no-repeat;
	}
	
	#portfolio-on, a#portfolio:hover {
		background: 0px -43px url(menu/portfolio.gif) no-repeat;
	}
	
	#about-us {
		background: 0px 0px url(menu/about-us.gif) no-repeat;
	}
	
	#about-us-on, a#about-us:hover {
		background: 0px -43px url(menu/about-us.gif) no-repeat;
	}
	
	#contact-us {
		background: 0px 0px url(menu/contact-us.gif) no-repeat;
	}
	
	#contact-us-on, a#contact-us:hover {
		background: 0px -43px url(menu/contact-us.gif) no-repeat;
	}
	
	#services {
		background: 0px 0px url(menu/services.gif) no-repeat;
	}
	
	#services-on, a#services:hover {
		background: 0px -43px url(menu/services.gif) no-repeat;
	}
	
	#home {
		background: 0px 0px url(menu/home.gif) no-repeat;
	}
	
	a#home:hover {
		background: 0px -43px url(menu/home.gif) no-repeat;
	}
	
	#left_panel {
		background: #d8d9d7;
	}
	
/* End Header */

/* Body */

	#body {
		background: #BCBEB8;
	}

  #left_panel {
    background: #f1f1f0;
  }

	#center_panel {
		background: #e7e8e6;
	}

	#right_panel, #right_panel * {
		color: white;
	}

/* End Body */

/* Footer */

	#footer {
		background: url(bottom-silver-gradient.gif) repeat-x;
	}
	
	#copyright-notice, #copyright-notice * {
		color: #8e8e8e;
	}
	
/* End Footer */