@import url("layout_config.css");

/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
body {
	min-width: 1000px;
}
#wrapper {
	width: 1000px; /* this can fixed (px) or fluid (%) */
}
#centerpad {
	padding: 0 0px 0 0px; /* right/left values need to be right/left width plus any padding required */
}
#right {
	width:0px;
	display: none;
}
#left {
	width:0px;
	display: none;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper {
	background: transparent url(../images/layout/contentbg.png) repeat-y 0 0;
	_background: transparent url(../images/layout/contentbgIE6.png) repeat-y 0 0;
}
#contentfloatholder {
	background: transparent url(../images/layout/subpagetopbg.png) no-repeat 0 0;
	_background: transparent url(../images/layout/subpagetopbg.gif) no-repeat 0 0;
	min-height: 62px;
	height: auto !important;
	height: 62px;
	padding: 10px 120px 0px 120px;
	width: 760px;
}
#superheader {
	background: transparent url(../images/layout/menu-back.png) no-repeat 0 0;
	_background: transparent url(../images/layout/menu-back.gif) no-repeat 0 0;
	height: 30px;
}
#header {
	background: transparent url(../images/layout/header.jpg) no-repeat 0 0;
	height: 266px;
}
#subheader {
	display:none;
}
#superfooter {
	background: transparent url(../images/layout/subpagebotbg.png) no-repeat 0 0;
	_background: transparent url(../images/layout/subpagebotbg.gif) no-repeat 0 0;
	height: 10px;
	overflow:hidden;
}
#footer {
	background: transparent url(../images/layout/footer.png) no-repeat 0 0;
	_background: transparent url(../images/layout/footer.gif) no-repeat 0 0;
	background: transparent url(../images/layout/footer-cream.png) no-repeat 0 0;
	_background: transparent url(../images/layout/footer-cream.gif) no-repeat 0 0;
	height: 297px;
	position: relative;
}
#footerBox {
	position: absolute;
	top: 165px;
	left: 575px;
	width: 350px;
	height: 60px;
}
#subfooter {
	width: 850px;
	margin: 0 75px;
	position: absolute;
	bottom:0px;
}

/*************** ADJUST ALIGNMENTS HERE ***************/
#superheader {
	text-align: center;
}
#header {
	text-align: left;
}
#subheader {
	text-align: left;
}
#footer {
	text-align: left;
}
#subfooter {
	text-align: center;
}