body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#main {
	width: 800px;
}
#header {
	background-color: #3399FF;
	text-align: justify;
	padding: 5px;
}
#main #header h1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	margin-right: 50px;
	margin-left: 20px;
	color: #FFFFFF;
}
#content #content_left {
	float: left;
	width: 395px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
.txt_small {
	font-size: 10px;
}
.txt_red {
	font-weight: bold;
	color: #990000;
	padding: 3px;
	border: 1px solid #990000;
}


#content #content_right {
	float: right;
	width: 350px;
	background-image: url(images/hot-water-heaters_Rheem.jpg);
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333333;
	border: thin outset #0000FF;
}

#redbar {
	background-color: #FF0000;
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
}
#main #content #content_left a {
	background-color: #CCCCFF;
	background-image: url(images/waterheater_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	text-indent: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	overflow: visible;
}
#main #content #content_left a:hover {
	text-decoration: underline;
	background-position: 0px bottom;
}

#content {
	text-align: justify;
	background-color: #CCCCFF;
}
#txt {
	visibility: hidden;
	margin-left: 10px;
	position: absolute;
}
#links_bottom {
	font-size: 10px;
	text-align: left;
	height: 100px;
	margin-top: 20px;
	overflow: scroll;
	border: medium double #0000FF;
}
.sponsored {
	padding: 3px;
	border: 1px solid #999999;
	height: 94px;
}
.link_1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.td_left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#menu {
	font-size: 11px;
	color: #000000;
}
#menu a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
}

