html, body { height: 100%; width:100%; }
html {
	overflow: -moz-scrollbars-vertical;
	
}
p {margin:0; padding:0;}
body {
	margin: 0px auto 0 auto;
	padding: 0px;
	background-color:#494353; /*#4A4A52;*/
	text-align:center;
	background-image:url(images/Site_RP.jpg);
	background-repeat:repeat-y;
	background-position:center; 
}

#Wrapper {
	border: none;
	margin: 0px;
	padding: 0px;
	height:100%;
	min-height:600px;
	min-width:698px;
	text-align:left;
/*	background-image:url(images/Site_BG.jpg);
	background-position:center top;
	background-repeat:no-repeat;

	background-image:url(images/BG_Repeat.jpg);
	background-repeat:repeat-y;
	background-position:top;*/
}

#TopBG {
	border: none;
	margin: 0px;
	padding: 0px;
	/*background-image:url(images/BG_Top.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	height:100%;
	width:auto;
}

#Nav {
	margin:0 auto 0 auto;
	border: none;
	padding: 0px;
	height:183px;
	width:698px;
	text-align:center;
	vertical-align:bottom;
}

#ContentWrapper {
	/*background-color:#0033CC;  blue 
	border:#009966 solid 1px;*/
	margin: 0 auto 0 auto;
	padding: 0px;
	/*padding-top:10px;
	padding-bottom:20px;
	background-image:url(images/BG_Repeat.jpg);
	background-repeat:repeat-y;
	background-position:top;
*/
	height:auto; width:100%;
	min-height:458px;
	text-align:center;
}

#Content{
	/*background-color:#33FF00;  green */
	border: none;
	margin: 0 auto 0 auto;
	padding:0;
	height:auto; width:auto;
	text-align:center;
}

#Footer {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9px; 
	text-align:center;
	color:#ffffff;
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
	height:46px;
	width:744px;
	/*background-image:url(images/BG_Bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;*/
	vertical-align:bottom;
}

#Footer a {
	color:#336699;
}

p { margin:0;  }

.info a { text-decoration:none; color:#FF6600;}
.info a:hover { text-decoration:underline; color:#535353;}
#Filler { background-color:#00CC66; height:auto; width:auto; }