@import url("layout_config.css");

/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
body {
	min-width: 960px;
}
#wrapper {
	width: 960px; /* this can fixed (px) or fluid (%) */
}
#superheader {
	height: 20px;
}
#header {
	height: 177px;
}
#centerpad {
	margin: 0 0px 0 118px; /* right/left values need to be right/left width plus any padding required */
}
#right {
	/*width: 120px;*/
	
	width:0px;
	display: none;
}
#left {
	width: 118px;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
	/*background-color: #14306f;*/
}
#contentwrapper { /* left col background */
	background: #fff url(../images/layout/pagebg.gif) repeat-y 0 0;
}
#contentfloatholder {
	background: url(../images/layout/leftbg.png) no-repeat 0 0;
	min-height: 873px;
	height: auto !important;
	height: 873px;
}
#center-middle {
	margin: 8px 16px;
	min-height: 670px;
	height: auto !important;
	height: 670px;
}
#center-bottom {
	padding: 0px 18px 0px 15px;
}
#superheader {
}
#header {
	background: url(../images/layout/header.png) no-repeat 0 0px;
}
#footer {
	height: 12px;
	display:none;
}
#subfooter {
	padding: 8px 0px;
}

/*************** ADJUST ALIGNMENTS HERE ***************/
#superheader {
	text-align: center;
}
#header {
	text-align: center;
}
#subheader {
	text-align: left;
}
#footer {
	text-align: left;
}
#subfooter {
	text-align: center;
}