/* Layout Styles */

html {
	background-color: #273a6c;
}

body {
	background-color: #ffffff;
}

#out {
	/*min-height: 100%;*/
	min-width: 990px; /*1035*/
	background-color: #ffffff;
	position: relative;
}
* html #out { /* ie6 fix */
	/*height: 100%;*/
}

.empty-header { height: 179px; background: #273a6c url(../img/bg-head-01.jpg) repeat-x; }
#header {
	background: #273a6c url(../img/bg-head-01.jpg) repeat-x;
	height: 179px;
	width: 100%;
	min-width: 990px;
	position: absolute;
	z-index: 1;
	top: 0px;
}

.content-out { float: left; width: 100%; }
	#content { margin: 0 20px 1em 340px; font-size: 1.1em; }

.left-col-out { float: left; margin: 0 0 1em -100%; }
	#left-col { width: 320px; font-size: 1.1em; }

/*
#footer {
	position: relative;
	margin: 0px auto 0 auto;
	min-width: 990px;
}
*/