@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(../images/bkground.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
<!--LOGOS ON THE HEADER TRYING TO USE CSS-->
.header_left {
	background-image:url(../../images/ppclogo.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:299px;
	height:80px;
}
.header_right {
	background-image:url(../../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:147px;
	height:80px;
}
<!--END LOGOS ON THE HEADER-->
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E4EAC8;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
a:link {
	color: #006B7B;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #981B1F;
	text-decoration: underline; color: #981B1F;
}
a:visited {
	text-decoration: none;
	color: #303B63;
}

.First_Td_Bk {
	background-color:#006B7B;
	height:25px;
}
.Td_Links {
	background-color:#FFFFFF;
}

<!--BORDER COLOR AND BG FOR ALL THE PICTURES ON THE CONTENT-->
.images-front { 
	border: 3px solid #087384;
	padding: 10px;
}

.subtiles_internals {
	font-family:Arial, Helvetica, sans-serif;
	color:#006F80;
	font-size:12px;
	font-weight:bold;
}
.blueBorderBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: thin solid #21949C;
}
#box_harding {
	border: solid #21949C;
}
#harding_text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
	color: #000000;
	padding:10px;
}
.box_top_right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFF99;
	background-color:#971b1e;
	height:10px;
}
<!--CSS FOR CLIENT LIST SECTION-->
.top_title {
	color:#000000;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.clients_title {
	color:#80C0C0;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}
.top_subtitle { /*For sub title on client list*/
	color:#80C0C0;
	font-size:16px;
	text-align:left;
	font-weight:bold;
}
.client_list { /*For content on client list*/
	color:#000000;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}
.client_title {
	color:#000000;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;	
}

<!--CSS FOR ABOUT.CFM HERE-->
.logo_appraisers {
	background-image:url(../../images/aaa-logo-big.gif);
	background-position:left;
	background-repeat:no-repeat;
}
	