@import url("layout_config.css");

/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
body {
	min-width: 960px;
}
#wrapper {
	width: 960px; /* this can fixed (px) or fluid (%) */
}
#centerpad {
	margin: 0 0 0 180px; /* right/left values need to be right/left width plus any padding required */
}
#right {
	width:0px;
	display: none;
}
#left {
	width: 170px;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	background-color: #fff;
}
#contentfloatholder { /* right col background */
	background: url(../images/layout/leftbg.gif) repeat-y 0 0;
}
#superheader {
	/*background: #ddd url(../images/layout/superheaderbg.gif) no-repeat 0 0px;*/
}
#header {
	background-color: #f5f4f6;
	background-image:url(../images/layout/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	height:160px;
}
#subheader {
	/*background: #ddd url(../images/layout/subheaderbg.gif) no-repeat 0 0px;*/
}
#footer {
	/*background: #ddd url(../images/layout/footerbg.gif) no-repeat 0 0px;*/
	height: 12px;
}
#subfooter {
	/*background: #ddd url(../images/layout/footerbg.gif) no-repeat 0 0px;*/
}

/*************** ADJUST ALIGNMENTS HERE ***************/
#superheader {
	text-align: center;
}
#header {
	text-align: center;
}
#subheader {
	text-align: left;
}
#footer {
	text-align: left;
}
#subfooter {
	text-align: center;
}