@import url("layout_config.css");

/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
body {
	min-width: 978px;
}
#wrapper {
	width: 978px; /* this can fixed (px) or fluid (%) */
}
#centerpad {
	margin: 10px 30px 0 210px; /* right/left values need to be right/left width plus any padding required */
}
#right {
	/*width: 120px;*/
	width:0px;
	display: none;
}
#left {
	width: 180px;
}
#subfooter {
	height: 43px;
	margin: 0px 0px 10px 0px;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	background: url(../images/page_bg.jpg) repeat-y 0 0;
	background-color: #fff;
}
#contentfloatholder { /* right col background */
	background: none;
}
#header {
	/*background: #ddd url(../images/layout/headerbg.gif) no-repeat 0 0px;*/
	background-color: #fff;
	position: relative;
}
#footer {
	/*background: #ddd url(../images/layout/footerbg.gif) no-repeat 0 0px;*/
	background-color: #fff;
}
#subfooter {
	background: url(../images/foot_bg.gif) no-repeat 0 0;
}

/*************** ADJUST ALIGNMENTS HERE ***************/
#header {
	text-align: center;
}
#footer {
	text-align: left;
}
#subfooter {
	text-align: center;
}