/*----------------------------------------------------------------
color and images Style Sheet
	- this file controls the color and images of site elements for subpages

version:	1
modified:	2/3/10
author:		Dion Wickander
email:		dwickander@tenenz.com
website:	http://www.tenenz.com
------------------------------------------------------------------*/

/*-----------------------------------------------------------------
------>>> page items <<<-------------------------------
------------------------------------------------------------------*/
/*-------->>> Heading area <<<--------*/

#heading_area{
}
/*-------->>> Title area <<<--------*/
#title_area {
}
#title_table1 {
	background-image: url(/assets/theme/client-focus/red/img/title-area-right-side-2.jpg);
}/* for explorer only*/
/*-------->>> main content area <<<--------*/
#main_content_area {
}

#main-content {
    background-color: #d9bebe;
    color: #000000;
}
/*-------->>> subcontent area <<<------*/
#sub_content {
	background-image: none;
}

/*-------->>> footer area <<<--------*/
#footer_area {

}
/*-------->>> page elements <<<--------*/
p {
	color: #000000;
}
h1 {
	color: #551111;
}
#main-content h1 {
	color: #551111;
    border-bottom-color: #ffcc99;
}
#main-content a {
	color: #663300;
}
#main-content a:visited {
	color: #663300;
}
#main-content a:hover {
	color: #330000;
}
#main-content a:active {
	color: #660000;
}