@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 45px 0 45px; /* right/left values need to be right/left width plus any padding required */
	background-image:url(../images/layout/watermark.gif);
}

/*************** ADJUST BACKGROUNDS HERE ***************/
#wrapper {
}
#contentwrapper { /* left col background */
	background: url(../images/layout/backgr.jpg) repeat-y 0 0;
}
#contentfloatholder { /* right col background */
	padding-bottom:8px;       /**/
	background: url(../images/layout/footer.jpg) no-repeat;
	background-position:bottom;
}
#header {
	background: #fff url(../images/layout/header.jpg) no-repeat 0 0px;
	height:219px;
}

/*************** ADJUST ALIGNMENTS HERE ***************/
#superheader {
	text-align: center;
	font-family: Trebuchet MT, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#818181;
}
#header {
	text-align: right;
}
#subheader {
	text-align: left;
}
#footer {
	text-align: left;
}