#head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(Assets/hutchnson_paint_plano.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
	font-weight: bold;
}

#head h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#head a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#head a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#head a:hover {
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
}

#foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#foot a {
	color: #666666;
	text-decoration: none;
}
#foot a:visited {
	color: #666666;
	text-decoration: none;
}
#foot a:hover {
	color: #000099;
	text-decoration: none;
}
#content {
	width: 860px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#content a {
	color: #990000;
}
#content a:visited {
	color: #990000;
}
#content a:hover {
	color: #000099;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #990000;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
}