﻿/*Specific colours*/
	body{
		background-image: url(bg_content_orange.jpg);
	}
	
	#branding{
		background: url(bg_header_orange.jpg) no-repeat;
		border-bottom: 1px solid #fff;
	}
	
	#branding h1 a{
		color: #21190c;
	}
	
	#branding h2{
		color: #4e0700;
	}
	
	#sub {
		background: #cab87c url(bg_nav_orange.gif) repeat-x bottom;
	}
	
	#wrapper{
		background: #fff;
	}
	
	#bbt_footer {
		background: #60201a url(bg_footer_orange.gif) repeat-x top;
	}
	
	#bbt_menu1 a{
		color:#703622;
	}
	
	#bbt_menu1 .active{
		background:#4e0700;
		color:#fff;
	}
	
	#bbt_menu1 .active a{
		color: #fff;
	}

	#bbt_menu2 .active{
		background: #e4d296;
	}
	
	#bbt_menu2 .active, #bbt_menu2 .active a{
		color: #4e0700;
	}
	
	#content h1{
		color:#550d03;
	}