@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

body {
	background-color: #F1F0DB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	line-height: 22px;
}
a {
	text-decoration: underline;
	color: #364B38;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	color: #3f312d;
	font-size: 24px;
}
.img-right {
	float: right;
}

h2, h3, h4, h5, h6  {
	font-size: 22px;
	color: #4a2108;
	font-weight: bold;
	font-family: "Arial Black", Arial, Helvetica;
}
h7 {
	color: #4A2108;
	font-weight: bold;
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
}





#bg-stretch {
	background-image: url(images/banner-stretch.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	background-image: url(images/handyman-Logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	height: 311px;
}
#header-link {
	margin-left: 670px;
	padding-top: 225px;
}
#header-link a {
	color: #152815;
	font-size: 18px;
}
#header-link a:hover {
	color: #210C07;
	font-size: 17px;
}


#content {
	width: 950px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}  

   
#content #left-col {
	width: 480px;
	float: left;
	position: relative;
	padding-right: 30px;
}  
  
#content #right-col {
	width: 410px;
	float: left;
	position: relative;
}  
  
.clr {
	clear: both;
}
#columns {
	width: 950px;
	padding-top: 30px;
}
#columns li {
	list-style-type: none;
	padding-bottom: 10px;
	color: #4B4E3D;
}
#columns p {
	font-size: 13px;
}

#column-a1 {
	width: 280px;
	float: left;
	position: relative;
	padding-left: 20px;
}


#column-a2 {
	width: 280px;
	float: left;
	position: relative;
	padding-left: 20px;
}
#column-a3 {
	width: 280px;
	float: left;
	position: relative;
	padding-left: 20px;
}
#column-b1 {
	width: 280px;
	float: left;
	position: relative;
	padding-left: 20px;
}
#column-b2 {
	width: 280px;
	float: left;
	position: relative;
	padding-left: 20px;
}

#column-b3 {
	width: 280px;
	float: left;
	position: relative;
	padding-left: 20px;
}
.color-head {
	background-color: #636651;
	height: 12px;
	margin-bottom: 15px;
}
#footer {
	height: 211px;
	width: 950px;
	background-image: url(images/footer-strch.gif);
	background-repeat: repeat-x;
}
#footer a{
	color: #ACC278;
}
#footer a:hover {
	color: #FF6;
}


#fx-logo {
	float: right;
}
#fcontent {
	padding: 50px 20px;
	color: #F1F0DB;
}
.bold-heading {
	font-size: 16px;
	color: #4a2108;
	font-family: "Arial Black", Arial, Helvetica;
}
.bold-statement {
	font-size: 16px;
	color: #5A5044;
	font-weight: bold;
}
.small-dark {
	color: #4A2108;
	font-size: 12px;
}
