@import url("layout_config.css");

/*************************************************************/
/*************************************************************/
/*************** ADJUST LAYOUT DIMENSIONS HERE ***************/
body {
	min-width: 980px;
	background: url(../images/layout/bg.png) #fff left top repeat-x;
}

#wrapper {
	width: 960px; /* this can fixed (px) or fluid (%) */
}
#subheader { 
	position: relative;
	height: 300px; 
	margin: 1px 0px 3px 0px;
}
#centerpad {
	margin: 0px 190px 0 0; /* right/left values need to be right/left width plus any padding required */
}
#contentwrapper, #contentwrapper * {
	z-index: 1;
}
#header, #header * {
	z-index: 10;
}
#right {
	width:244px;
	margin-top: 107px;
}
#footer .inner { width: 960px; margin: 0 auto; }
#subfooter {
	width: 960px;
	margin: 0px auto;
	padding: 5px 0px;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	background-color: #fff;
}
#contentfloatholder { /* right col background */
	background: none;
}
#header {
	position: relative;
	/*background: transparent url(../images/layout/head-nav-bg.png) left top no-repeat;*/
	height: 38px;
}
#subheader {

}

#footer {
	background: #f6f7f9 url(../images/layout/foot-bg.png) center top repeat-x;
	text-align: left;
	float: left;
}
#subfooter {
}
