* { padding: 0; margin: 0; }
img {
 outline: none;
}
h1 {
 color: #3b7cb5;
 font-size: 22px;
 padding-bottom: 15px;
}
ul {
 padding-left: 14px;
}
a {
 outline: none;
 color: #3b7cb5;
}
.blueitalics {
 color: #3b7cb5;
 font-style: italic;
 font-size: 11px;
}
.bluetxt {
 color: #3b7cb5;
}
.redtxt {
 color: red;
}
.bluetxtbig {
 font-size: 20px;
 color: #3b7cb5;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 996px;
}
#faux {
 background: url(faux.jpg);
 overflow: auto;
 width: 100%;
}
#header1 {
 color: #333;
 width: 996px;
 height: 91px;
 background: url(headerbg1.jpg) no-repeat;
}
#header1 img {
 float: right;
 border-style: none;
 margin: 8px 0 8px 0;
}
#horiznav {
 padding-left: 10px;
 color: #333;
 height: 40px;
 background: url(horiznavbg.jpg) repeat-x;
}
.horiznavlinks {
 color: white;
 text-decoration: none;
 float: left;
 text-align: center;
 padding: 10px 10px 0px 10px;
 display: block;
 height: 30px;
}
a.horiznavlinks:hover {
 background: url(horiznavover.jpg) repeat-x;
 color: #333;
 text-decoration: none;
}
.horiznavpipe {
 float: left;
 height: 40px;
 line-height: 33px;
 color: white;
}
#header2 {
 color: #333;
 width: 996px;
 height: 238px;
 background: url(headerbg2.jpg) no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 width: 226px;
 height: 436px;
 float: left;
 background: url(leftcolbg.jpg) no-repeat;
}
#content {
 float: left;
 color: #333;
 padding: 0px 10px 10px 10px;
 width: 518px;
 display: inline;
 position: relative;
}
#permaroofdiy {
 text-align: right;
 padding-bottom: 6px;
}
#permaroof {
 text-align: center;
 font-size: 27px;
 width: 100%;
 height: 44px;
 line-height: 44px;
 background: #77787c;
 color: white;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 width: 217px;
 height: 325px;
 float: right;
 background: url(pricebeater.jpg) no-repeat;
}
.onlineshop {
 display: block;
 width: 217px;
 height: 64px;
}
#rightcoltxt {
 color: #3b7cb5;
 font-size: 17px;
 text-align: center;
 margin-top: 270px;
 font-style: italic;
}
#footer {
 font-size: 11px;
 color: white;
 width: 986px;
 clear: both;
 height: 27px;
 padding-left: 10px;
 padding-top: 18px;
 margin-bottom: 5px;
 background: url(footerbg.jpg) repeat-x;
}
#footer a {
 color: white;
}
.clear { clear: both; background: none; }