﻿@import url("layout.css");
body {
	font-family: "Verdana";
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 742px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	border-style: solid;
	border-width: 1px;
	border-color: #725972;
	background-position: center center;
	text-align: center;
	width: 600px;
	padding: 10px;
	background-image: url('../images/Andre HVAC.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation {
	border-style: solid;
	border-width: 1px;
	border-color: #2B547F;
	position: relative;
	float: left;
	width: 176px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
	overflow: visible;
	z-index: auto;
	background-color: #3C76B2;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
}

#navigation Hr {color:#2B547F; height:1px}

}
#content {
	font: 11px Verdana;
	float: left;
	width: 700px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 100px;
	color: #654E65;
	text-align:justify;
}

#content table {
	border-collapse:collapse;
	text-align:center;
	font-size:10px;
}

#head td {background:#c0c0c0;
}

#smallhead td {background:#4d99e6;
}

	
#content table p {text-align:center;
}

#content table td {
	border: 1px #808080 solid;
}


#footer {
	border-width: 1px;
	border-style: solid;
	border-color: #725972;
	text-align: center;
	clear: both;
	width: 618px;
	background-color: #DDD5DD;
}
/* Masthead Styles */
#masthead h1 {
	color: #3C76B2;
	text-align: left;
}
#masthead h3 {
	color: #402640;
}
/* Content Styles */
#content h1 {
	color: #503750;
	text-align:justify;
}
#content h2 {
	color: #503750;
	font-size:16px;
	font-weight:bold;
	text-align:justify;
}
#content h3 {
	color: #503750;
	text-align:justify;
}
#content h4 {
	color: #503750;
	text-align:justify;
}
#content h5 {
	color: #503750;
	text-align:justify;
}
#content h6 {
	color: #503750;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
}


#content img {
	padding: 5px;
}
#content p {
	text-align:justify;
}
/* Footer Styles */
#footer p {
	color: #665166;
	font-size: 10px;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}