@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #571b10;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.oneColFixCtr #container {
	width: 738px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/lepeltierpipes_sub.jpg);
	background-repeat: no-repeat;
	height: 557px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #containerLong {
	width: 738px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E6E8E3;
	background-image: url(images/lepeltierpipes_sub.jpg);
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #571b10;
	margin-top: 100px;
	width: 245px;
	border: thick none #C09;
	font-size: 11pt;
}
#caption {
	background-color: #c28542;
	height: 150px;
	width: 242px;
	top: 150px;
	position: relative;
}
.oneColFixCtr #mainContent {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: medium dotted #0F6;
	width: 741px;
	padding: 0;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin-top: -235px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 468px;
	top: 0px;
	position: relative;
	margin-left: 255px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentpipes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 468px;
	top: 0px;
	position: relative;
	margin-left: 255px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #551106;
}


#contentLong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin-top: -220px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	width: 468px;
	top: 0px;
	position: relative;
	margin-left: 265px;
	float: right;
	background-color: #E7E8E3;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #CAAA4A;
}
h1 {
	color: #C4A63E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.oneColFixCtr #container #content table tr td ul li {
	font-size: 11pt;
	color: #F00;
}
.oneColFixCtr #container #content ul {
	font-size: 11pt;
	color: #333;
	font-style: italic;
	padding-bottom: 5px;
}
.oneColFixCtr #container #content ul li {
	padding-bottom: 5px;
}
.growleft:hover {float: left;}
a.growleft:hover img {
	height: 400px;
	width: 350px;
}
.grow:hover {}
a.grow:hover img {
	height: 350px;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #551106;
	border: thin none #FC3;
	height: auto;
	font-weight: bold;
	text-align: center;
	background-repeat: repeat;
	width: auto;
	background-color: #FC6;
}
#sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	border: thin none #FC3;
	height: auto;
	font-weight: bold;
	text-align: center;
	background-repeat: repeat;
	width: 200px;
	margin-top: 0px;
	margin-right: 468px;
}
</style>

