/* Globals */

	* {
		color: #505050;
	}
	
	body {
		background: #dacb81; 
	}
	
/* End Globals */
	
/* Header */


	#header h1 a {
		color: #323837;
	}

	#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;
	}
	
/* End Header */

/* Body */

	#body {
		background: #ebdc93;
	}

  #left_panel {
     	background: #f4f1e1;
  }

	#center_panel {
		background: #f4efd9;
	}

	#right_panel, #right_panel * {
		color: #505050;
	}

/* End Body */

/* Footer */

	#footer {
		background: url(bottom-silver-gradient.gif) repeat-x;
	}
	
	#copyright-notice, #copyright-notice * {
		color: #b7a54b;
	}
	
/* End Footer */