/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #F3F6FB url(images/background.jpg) repeat-x fixed;
	font-size: 95%;
} 
 
#pagewidth{
	width:995px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
} 
 
#header{
	position:relative;
	height:100px;
	width:100%;
	background: #FFFFFF url(images/Timberframe-Houseplans.jpg) no-repeat;
} 
#breadcrumb {
	position: relative;
	margin: 0px;
	padding: 0px;
}

 
#leftcol{
	width:280px;
	float:left;
	position:relative;
  }
 
#twocols{
	float:right;
	position:relative;
	width: 690px;
  }
 
#rightcol{
 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 }
 
#footer{
	clear:both;
	background: #eef0f0;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #aaa;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}
.imgright {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	float: right;
}


/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{display: block;}
/* End hide from IE-mac */  

.imgrightframed {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	float: right;
	padding: 3px;
	border: 1px solid #000000;
}
.imgrightClearRight {
	float: right;
	margin: 2px 0px 2px 5px;
	clear: right;
}
 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#leftcol{display:none;}
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}


}