﻿
#main { width:880px; margin:0 auto; text-align:left;}

#header {height:375px;}

#smallheader {height:250px;}

#footer {
    height: 126px;
    text-align: inherit;
}

#content  {width: 790px;}

.column-1, .column-2, .column-3, .col-1, .col-2, .col-3 {float:left;}

.container {width:100%; overflow:hidden; float:left}

/*three cols total 690px */
.column-1{ width:230px;}
.column-2{ width:230px;}
.column-3{ width:230px;}

/* two cols total 740px */
.column-12{ width:350px; float: left;}
.column-22{ width:350px; float: right;}

/* one col total 760px*/
.column-13{	width:760px; }
