html, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    }
#globalnav {
	width: 850px;
	background-color: ;
	height: 28px;
	margin-top: 25px;
	}
#footer {
	width: 850px;
	height: 28px;
	text-align: center;
	}
.oneColFixCtrHome {
	background-image: url(../images/RPI_home_bg.png);
	background-color: #fbfbfb;
	background-repeat: repeat-x;
	}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: ;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.oneColFixCtrHome #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
	}
.oneColFixCtrCompany {
	background-image: url(../images/RPI_company_bg.png);
	background-color: #39dadc;
	background-repeat: repeat-x;
	}
.oneColFixCtrCompany #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
	background-color: #ffcccc;
	border: 5px solid #FFFFFF;
	}
.oneColFixCtrProducts {
	background-image: url(../images/RPI_products_bg.png);
	background-color: #dadbdc;
	background-repeat: repeat-x;
	}
.oneColFixCtrProducts #mainContent {
	padding-top: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 25px,0,0,0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 850px;
	background-color: #eaeaeb;
	border: 5px solid #FFFFFF;
	}
.oneColFixCtrContact {
	background-image: url(../images/RPI_contact_bg.png);
	background-color: #e0b4d6;
	background-repeat: repeat-x;
	}
.oneColFixCtrContact #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
	background-color: #e6cce6;
	border: 5px solid #FFFFFF;
	}
.oneColFixCtrNews {
	background-image: url(../images/RPI_news_bg.jpg);
	background-color: #094523;
	background-repeat: repeat-x;
	}
.oneColFixCtrNews #mainContent {
	padding: 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 800px;
	border: 5px solid #FFFFFF;
	background-image: url(../images/RPI_news_fade.png);
	background-repeat: repeat;
	}
.rightpad {
	padding-right: 25px;
	}
.tab4 {
	background-image: url(../images/rpi-book_9_bg.png);
	background-repeat: repeat-y;
	}