/**
* layout.css for Culinary Theme - http://csftw.com
* All rights reserved.
*
*/

.col-1 { width: 814px; }

.col-1 .col-1 { width: 254px; }

.col-1 .col-2 { width: 254px; }

.col-1, .col-2, .col-3 { float: left; }

.col-2 { 
	width: 6px;
}

.container {
	width: 100%;
	overflow: hidden;
}

.container2 { width: 100%; }

#footer {
	height: 51px;
	padding: 36px 0 0 65px;
}

#header {
	height: 365px;
	background: url(images/header-bg.jpg) top repeat-x;
}

#header .col-1 { width: 443px !important; }

#header .col-2 { width: 420px !important; }

#main {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}