/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:820px; 
 text-align:left;  
 margin-left:auto;
 height:570px;
 margin-right:auto;
 margin-top:20px;  
} 

.home_bg { background: url(images/home-02.jpg) no-repeat;}
.philosophy_bg { background: url(images/philosophy.jpg) no-repeat;}
.blog_bg { background: url(images/blog.jpg) no-repeat;}
.staff_bg { background: url(images/staff.jpg) no-repeat;}
.products_bg { background: url(images/products.jpg) no-repeat;}
.contact_bg { background: url(images/contact.jpg) no-repeat;}

 
#header{
 position:relative; 
 height:25px; 
 width:100%;
 padding-top: 7px;
 margin-left: 15px;
} 
 
#twocols{ 
 width:820px; 
 position:relative;
 margin-top: 60px;
 min-height: 400px;

} 
 
#leftcol{
 width:45%; 
 float:left;
 min-height: 450px;
 position:relative;
 margin-left:10px;

 }
 
 #content {
 font-family: Myriad Pro, Arial, Helvetica, sans-serif;
 font-size:12px;
  margin-left: 40px;
  margin-right:30px;
  margin-top: 30px
 
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:40%;
 margin-right:55px;
 
 }
 
 
 #content-main {
 font-family: Myriad Pro, Arial, Helvetica, sans-serif;
 font-size:12px;
  margin-top: 30px
 
 } 
 
#footer{
 height:20px; 
 clear:both;
 font-family: Myriad Pro, Arial, Helvetica, sans-serif;
 font-size:10px;
 text-align:center;
 letter-spacing: 1.5pt;
 } 

.staff_hdr { font-size:16px; font-weight:bold}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
