* {
	margin: 0px;
	padding: 0px;
}

body {
    background-color: #ffffff;
	background-image: url("/images/horiz_background.jpg");	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment:fixed;
	background-repeat: repeat-x;
}

body, p, td, th, li {
	font-family:Veranda, Arial, Helvetica, sans-serif;
	font-size:.959em;
	line-height:1.3em;
	color:#000000;
}

img {
	border: none;
	overflow: hidden;
}

/*  Image Preloader - Dummy DIV element to preload images */
#preload { display: none; }

/* Outter Container */

#outter {
	margin: 0px auto;
	width: 800px;
    background-repeat: no-repeat;
	text-align: left;
	float: left;
}

#logo_top {
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  /*  background-color: #f9f9ff; */
}

#rnr_banner_top {
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#main_footer {
	margin: 0px 0px 0px 0px;
  width: 500px;
	height: 25px;
	padding: 2px;
	/**background-image: url("/images/Pipe2-45x25.gif");	
	background-repeat: repeat-x; **/
	float: right;
	clear: both;
  font-family:Georgia, "Times Roman", serif; 
	font-size:0.7em;
	font-weight: bold;
  line-height:1.0em;
	text-align: right;
	vertical-align: bottom;
}
