
/* Overall Styles */

html, body  {
	background-color: #f15c22;
	color: #f2e9cb;
	}
	
h1,h2,h3,h4,h5,h6{
	color:#FFFFFF;
	}
	
a{
	color: #f2e9cb;
	}
a:hover,
a:focus{
	color:#a84d25;
	}
a:active{

	}
	
/************** CONTAINERS **************/	

#container{
	background-image:url(../!images/framework/background.jpg);
	background-repeat:no-repeat;
	}
	
#contentContainerOuter{
	}
	
#contentContainerInner{
	}
	
#footer{
	color:#a84d25;
	}
	


/************* NAVIGATION *****************/

#primaryNavigation{
	}

#primaryNavigation ul li a,
#primaryNavigation ul li div{
	background-image:url(../!images/framework/primary-navigation.png);
	background-repeat:no-repeat;
	}
	
#footer a{
	color:#a84d25;
	}
#footer a:hover,
#footer a:focus{
	color: #f2e9cb;
	}
#footer a:active{

	}


/************* OTHER *****************/


/* Drop Shadow Divs */
.shadow-one { 
	background: url(../!images/framework/content-background-outer_tr.png) right top no-repeat; 
	} 

.shadow-two { 
	background: url(../!images/framework/content-background-outer_bl.png) left bottom no-repeat; 
	}
	 
.shadow-three { 
	background: url(../!images/framework/content-background-outer.png) right bottom no-repeat; 
	} 
.shadow-four { position: relative; 
	background: url(../!images/framework/content-background-outer.png) left top no-repeat; 
	} 
.shadow-five { 
	} 
/* Outline Divs */
.outline-one { 
	background: url(../!images/framework/content-background-inner_tr.png) right top no-repeat; 
	} 

.outline-two { 
	background: url(../!images/framework/content-background-inner_bl.png) left bottom no-repeat; 
	}
	 
.outline-three { 
	background: url(../!images/framework/content-background-inner.png) right bottom no-repeat; 
	} 
.outline-four { position: relative; 
	background: url(../!images/framework/content-background-inner.png) left top no-repeat; 
	} 
.outline-five { 
	} 