@import url("global_styles.css");
/* only tweak the background images for tags here */
/*html {
background-color: #987aa8;
background-repeat:repeat-y;
background-position:top left;
}*/

/*body {
background-image:url(../images/inside_bg.gif);
background-position:center top;
background-repeat:repeat-x;
}*/

.insidebg {
background-image:url(../images/inside_bg.gif);
background-position:center top;
background-repeat:repeat-x;
}

#Wrapper {
	text-align: left;
	width: 912px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/if_topheader.jpg) no-repeat;
	background-position: center top;
	padding: 5px 5px 5px 5px;
/*	background-color: #fff;*/
	position: relative;
	z-index: 1;
/*	border: 5px #104883 solid;
	border-bottom-width: 35px;*/
}
#WrapperInside {
	position: relative;
	text-align: left;
	width: 912px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/if_insideheader.gif) no-repeat;
	background-position: center top;
	padding: 5px 5px 5px 5px;
	
}