﻿/* full width layout... used if no columns are needed.  */

/* ================================== structure ================================== */
#faux {
	background: #fff url("/images/faux-bg-2col.gif") repeat-y 0 0;
	overflow: auto;
	width: 100%;
}

#header {
	background: #00355e url("/images/header-bg.jpg") no-repeat 0% 0%;
	height:	144px;
	position: relative;
}

#leftcol {
	display: inline;
	float: left;
	margin: 0 10px;
	width: 190px;
}

#centercol {
	display: inline;
	position: relative;
	float: left;
	margin: 0 10px 0 15px;
	width: 680px;
}
/* ================================== /structure ================================== */



/* ================================== content caps ================================== */
#bodytop {
	background: #00355e url("/images/bodytop-2col.gif") no-repeat 0% 0%;
	height: 10px;
	overflow: hidden;
}

#bodybottom {
	background: #00355e url("/images/bodybottom-2col.gif") no-repeat 0% 0%;
	height: 10px;
}
/* ================================== /content caps ================================== */
