/*==============================================================

	BC DIY WIZARD GRID LAYOUT: bc-grid-1col.css
	
	Description: 960px fixed width 1 column and 2 halves

	Author:   Business Catalyst | http://businesscatalyst.com

	Version:  2007.04

==============================================================*/

/* @group GRID */

body {
	text-align: center
}

div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	height: 108px; /* divisible by 18 for baseline grid */
	position: relative;
}

div#branding-logo {
	position: absolute;
	height: 72px;
	width: 300px;
	top: 18px;
	left: 20px;
}

div#branding-tagline {
	width: 300px;
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: right;
}

div#branding-image {
	height: 216px; /* divisible by 18 for baseline grid */
	background: #000;
}

div#nav-main {
	height: 36px; /* divisible by 18 for baseline grid */
	background: #ccc;
	line-height: 36px;
}

div#content-x {
}

div#footer {
	clear: both;
	width: 100%;
}

.inner {
	padding: 18px;
}

/* @end */

/* @group GRID - SIDE MENU */

div#nav-side {
	float: left;
	font-size: 14px;
	line-height: 26px;
	width: 200px;
}

div#wrapper-side {
	float: right;
	width: 540px;
}


/* @end */

