
/* Main container all content */
#dvContainer {width:877px;background-color:white;margin:0;padding:0;}

/*top pic, needs div to set right bg*/
#dvTop {
	clear:both;width:877px;height:112px;
	padding:0;
	background-image:url(../images/common/rightBg.gif);
	background-position:top right;
	background-repeat:repeat-y;	
}
#dvTop img {float:left;}

/*menu holder, must use for bg*/
#dvTopMenu {
	clear:both;
	width:873px;
	height:30px;
	padding:0;
	margin:0;
	background-image:url(../images/common/menuBg.gif);
	background-position:top left;
	background-repeat:repeat-x;	
}

/* main container, ink page padding. float:left for FF auto-height*/
#dvMainWindow {
	float:left;
	padding:50px 44px 22px 44px;margin:0;
	width:789px;
	/*min-height:568px;
	height:auto !important;
	height:568px;*/
	background-color:white;
	background-image:url(../images/common/rightBg.gif);
	background-position:top right;
	background-repeat:repeat-y;
}/* MAIN WINDOW, all content here */
#dvMainWindowContent {
	clear:both;
	height:auto;
}
#dvMainBottom {
	clear:both;margin:0;padding:0;
	width:875px;height:4px;
	background-image:url(../images/common/bottomBg.gif);
	background-repeat:repeat-x;
}

/*left content*/
#dvMainWindowContentLeft {float:left;width:470px;}

/*right content*/
#dvMainWindowContentRight {float:right;width:auto;}
#dvMainWindowContentRight img {display:block;margin:0;}
#dvMainWindowContentRight p {clear:both;width:auto;margin:0;padding:0;}