@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg_protect.gif) repeat top left;
}
#container{
	background:url(../images/bg_protect_top.gif) repeat-x top left;
}
#inner_container{
	background:url(../images/bg_protect_inner_container.jpg) repeat-y;
}
#leftcol{
	background:url(../images/bg_protect_leftcol.jpg) repeat-x top left;
}
#rightcol{
	background:url(../images/bg_protect_rightcol.jpg) no-repeat bottom right;
}
#content_top{
	background:url(../images/bg_protect_content_top.jpg) no-repeat top;
	height:180px;
}
#testimonials, #contact{
	border-top:2px solid #43330f;
}
strong.highlight{
	color:#fff;
}
#content_top #search p{
	color:#705214;
}
#content h2{
	color:#bf952d;
}
a{
	color:#C0972E;
}
a:hover{
	color:#725919;
}
#footer{
	background:url(../images/bg_protect_footer.jpg) no-repeat top;
}