#main { width:800px; margin:0 auto; text-align:left;}

#header {height:150px;}

#footer { height:108px;}

.col-1, .col-2, .col-3, .col-1-full, .col-1-small, .col-1-half, .col-2-half {float:left;text-align:left;padding:10px;}
.col-1-scaled {float:left;text-align:left;padding:5px;}
.container {width:100%; overflow:hidden;}


/*============================== page left =======================*/
.col-1 {width:270px;}
.col-1-small {width:250px;}
.col-1-full {width:775px;}
.col-1-half {width:370px;}
.col-1-scaled {width:765px;}

/*============================== page center =======================*/
.col-2 {width:230px;}
.col-2-half {width:365px;}

/*============================== page right =======================*/
.col-3 {width:235px;}

/*============================== images =======================*/
.img-left {float:left;padding:5px;}
.height1 {height:90px;}
.img-right {float:right;}

/*============================== scrolling =======================*/
.scroll-full {overflow:auto;width:780px;height:75px;}
