@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 190px 0 185px; /* right/left values need to be right/left width plus any padding required */
}
#right {
	width:175px;
	/*display: none*/
}
#left {
	width: 150px;
	background-color:#f4f6f7;
}
/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	background: #fff url(../images/layout/leftbg.gif) repeat-y 100% 0;
}
#contentfloatholder { /* right col background */
}
#superheader {
	display:  none;
}
#header {
	background: #f4f6f7 url(../images/layout/logo.png) no-repeat center right;
	height:50px;
}
#subheader {
	background: #28a5ab url(../images/layout/subheaderbg.jpg) no-repeat 0 0px;
	height:29px;
	padding:120px 10px 0 0;
	width: 950px;
}
#footer {
	background-color: #fff;
}
#subfooter {
	display: none;
}
#center-bottom {
	background-color: #f4f6f7;
}
#center-middle {
	font-size: 12px;
}
/*************** ADJUST ALIGNMENTS HERE ***************/
#superheader {
	text-align: center;
}
#header {
	text-align: right;
}
#subheader {
	text-align: right;
}
#footer {
	text-align: left;
}
#subfooter {
	text-align: center;
}