@charset "UTF-8";
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: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #515F6C;
	line-height: 20px;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(images/rrtop.jpg);
	height: 163px;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/rrmid.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/rrfooter.jpg);
	height: 116px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #header #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333300;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	left: 135px;
	width: 500px;
}
.oneColFixCtrHdr #container #header #menu a{
	color: #5A080A;
	margin: 0px;
	padding: 0px;
 }
.oneColFixCtrHdr #container #header #menu a:hover{
 	color: #66CC00;
  }
.oneColFixCtrHdr #container #mainContent h1 {
	margin-top: 0px;
	padding-top: 10px;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
}
.oneColFixCtrHdr #container #mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #CC0000;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #FF3300;
	background-color:#FFFFCC;
}
.rightbox {
	margin: 1px;
	padding: 1px;
	float: right;
	text-align: center;
}
.rennyform {
	margin: 1px;
	padding: 1px;
}
.shipinfo {
	background-color: #ddddeC;
	margin: 15px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.shipinfo p {
	padding: 0px;
	margin: 0px;
	line-height: 13px;
}
.rightbox2 {
	margin: 1px;
	padding: 1px;
	float: right;
	text-align: center;
	width:175px;
}
