/*****************************/
/*** html setup stuff ***/
/*****************************/

/* total width 1004 */
#header{
	position:relative;
	background-image:url('../../images/green/header_bg.gif');
	background-repeat:no-repeat;
	height:260px;
	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;
	width:960px; padding-left:22px; padding-right:22px; padding-top:23px; padding-bottom:28px
}

/* total width 1004 */
#footer{
	width:1004px;
	height:100%;
	background-color:#ffffff;
/*	background-image:url('../../images/green/footer_bg.gif');*/
	background-repeat:repeat-x;
	color:#000;
/*	font-family:Verdana, Geneva, sans-serif;*/
	font-size:9px;
	font-weight:normal;
	text-align:center
}
