@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 20px 0 20px; /* right/left values need to be right/left width plus any padding required */
}

/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	background: url(../images/backgr.jpg) repeat-y 0 0;
	z-index: 98;
}
#contentfloatholder { /* right col background */
	z-index: 0;
}
#subheader * {
	z-index: 99;
}
#header {
}
#subheader {
	background-color: #a8c595;
	background-image: url(../images/layout/menu.jpg);
	background-repeat: no-repeat;
	height:32px;
}
#footer {
	height: 9px;
	overflow: hidden;
}
#subfooter {
}

/*************** ADJUST ALIGNMENTS HERE ***************/
#superheader {
	text-align: center;
}
#header {
	text-align: center;
}
#subheader {
	text-align: left;
}
#footer {
	text-align: left;
}
#subfooter {
	text-align: center;
}