@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(rg_images/rg_website_background.gif);
	background-repeat: repeat;
}
.rgnavbar {
	background-image: url(rg_images/rg_navbar_background.jpg);
	height: auto;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FCFBE2;
	padding-top: 11px;
	padding-bottom: 11px;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #904030;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	background-color: #FCFBE2;
	background-repeat: no-repeat;
	background-image: url(rg_images/rg_welcome_body_5.30.jpg);
	padding: auto;
}
.rgphotoslideshow {
	height: auto;
	width: auto;
	background-color: FCFBE2;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 95724E;
	line-height: 120%;
	background-image: url(rg_images/rg_slideshow_background.jpg);
	padding-bottom: 35px;
}
.slideshow {
	background-color: #FCFBE2;
	background-repeat: no-repeat;
	float: none;
	height: auto;
	width: 800px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
	height: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	height: auto;
	width: 800px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin: 0px;
	background-color: #FCFBE2;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #93744E;
}
.oneColFixCtrHdr #footer {
	background-color: #FCFBE2;
	height: auto;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	color: #B9A17F;
}
.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 */
}
.whatsnew {
	background-color: #FBFBE2;
	height: auto;
	width: 800px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
}
.contactanddirections {
	background-color: FCFBE2;
	background-repeat: no-repeat;
	height: auto;
	width: 800px;
	padding-right: 20px;
	padding-left: 20px;
}
