@import url("layout_config.css");

/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
body {
	min-width: 980px;
	margin-bottom: 10px;
}
#wrapper {
	width: 980px; /* this can fixed (px) or fluid (%) */
}
#centerpad {
	margin: 5px 20px 16px 221px; /* right/left values need to be right/left width plus any padding required */
}
#right {
	width:0px;
	display: none; 
}
#left {
	width: 201px;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	/*background: url(../images/layout/leftbg.png) repeat-y 0 0;*/
	background-color: #fff;
}
#contentfloatholder { /* right col background */
	background: url(../images/layout/rightbg.jpg) repeat-y 100% 0;
}
#superheader {
	background: #ddd url(../images/layout/superheaderbg.jpg) no-repeat 0 0px;
	background-color: #292d3a;
	height:40px;
}
#header {
	background: #ddd url(../images/layout/headerbg.jpg) no-repeat 0 0px;
	background-color: #292d3a;
	height:150px;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
}
#subheader {
	background: #ddd url(../images/layout/subheaderbg.jpg) no-repeat 0 0px;
	background-color: #292d3a;
	height:40px;
}
#footer {
	background: #ddd url(../images/layout/footerbg.jpg) no-repeat 0 0px;
	background-color: #292d3a;
	height: 12px;
	height:40px;
}
#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;
}
