/*****************************/

/*** html setup stuff ***/

/*****************************/



/* total width 1004 */

#header{

	position:relative;

	background-image:url(../../images/green/header_bg.gif);

	background-repeat:no-repeat;

	height:189px;

	width:1004px;

}



/* total width 1004 */

#wrapper{

	/background-image:url(../../images/green/body_bg.gif);

	background-repeat:repeat-y;

	width:1004px;

	margin:0 auto;

}



/* total width 1004 */

#main-content{

	background-image:url(../../images/green/middle_bg.gif);

	background-position:center top;

	background-repeat:repeat-x;

	padding:23px 22px 28px 22px;

	width:960px;

}



/* total width 1004 */

#footer{

	width:1004px;

	height:100%;

	background-color:#DDE4C5;

	background-image:url(../../images/green/footer_bg.gif);

	background-repeat:repeat-x;

	color:#000;

	font-family: "Comic Sans MS";

	font-size:9px;

	font-weight:normal;

	text-align: left;

}



