#main {width:919px; margin:0 auto;}

#header {height:600px;}  /* 579 */

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:284px; margin-right:11px;}
#page1 #content .col-2 { width:624px;}
#page1 #content .col-2 .col-1 { width:307px; margin-right:10px;}
#page1 #content .col-2 .col-2 { width:307px;}

/*======= seamless-gutter-styles.html =======*/
#page2 #content .col-1 {width:284px; margin-right:11px;}
#page2 #content .col-2 { width:624px;}
#page2 #content .col-2 div.gutterStyle { width:624px;}
#page2 #content .col-2 div.gutterStyle2 { width:624px;}

/*======= seamless-gutter-colors.html =======*/
#page3 {}

/*======= seamless-gutter-photos.html =======*/
#page4 #content .col-1 {width:284px; margin-right:11px;}
#page4 #content .col-2 { width:624px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:284px; margin-right:11px;}
#page5 #content .col-2 { width:624px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:284px; margin-right:11px;}
#page6 #content .col-2 { width:624px;}
#page6 #content .col-2 .col-1 { width:299px;}
#page6 #content .col-2 .col-2 { width:278px;}

/*======= privacy-policy.html =======*/
#page7 #content .col-1 {width:284px; margin-right:11px;}
#page7 #content .col-2 { width:624px;}

/*=========================*/


#footer {height:48px; padding:40px 0 6px 0; font-size:.625em; line-height:24px; text-align:center;}




/*===== CLEARFIX ============*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
