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

/*** html setup stuff ***/

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



/* total width 1004 */

#header{

	position:relative;

	background-image:url(../../images/blue/header_bg.jpg);

	background-repeat:no-repeat;

	height:189px;

	width:1004px;

}



/* total width 1004 */

#wrapper{

	/background-image:url(../../images/blue/body_bg.jpg);

	background-repeat:repeat-y;

	width:1004px;

	margin:0 auto;

}



/* total width 1004 */

#main-content{

	background-image:url(../../images/blue/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:#CFDEEF;

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

	background-repeat:repeat-x;

	color:#000;

	font-family:Verdana, Geneva, sans-serif;

	font-size:9px;

	font-weight:normal;

	text-align:center;

}



