#wrapper {
  position: relative;
  width: 100%;
	height: 100%;
	background: #dcdcdc;
  /* background: #c0c0c0 url(backgrounds/abgrnd1.jpg) no-repeat fixed; color: black; */
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 2em;
	text-align: center;
	background-color: gray;
	border-bottom-color: red;
	border-bottom-style: hidden;
	color: red;
	background: transparent;
	z-index: 3;
	height: 70px;
	width: 100%;	
}
#rheader {
  height: 118px;
	width: 17%;
	position: relative;
	margin-top: -70px;
	float: right;
}
#body {
  height: 5000px;
	width: 100%;
	border: 2px hidden #330033;
	margin: -21px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
  background: transparent none center left no-repeat;	
	z-index: 1;
}
#content {
  height: 5000px;
	width: 75%;
	border: 2px hidden #330033;
	margin: -21px 2% 5px;
	padding: 7px 0px 20px 9px;
	background-color: white;
	color: navy;
	position: relative;
	font-size: 1.3em;
	/* font-weight: bold; */
	line-height: 1.4;
  background: transparent none center left no-repeat;	
	z-index: 1;
}
#p {
	padding-left: 5px;
}
#rside {
  height: 5000px;
	position: relative;
	padding-left: 5px;
	margin-bottom: 0px;
	text-align: center;
	/* color: black;  */
	background-color: white;
	padding-right: 5px;
	float: right;
	width: 16%;
	z-index: 2;
	margin-top: 50px;
  background: transparent none center left no-repeat;	
/*	
	background-image: transparent); */
}
#pside {
  height: 5000px;
	position: relative;
	padding-left: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: black;
	background-color: white;
	padding-right: 5px;
	float: right;
	width: 17%;
	z-index: 50;
	margin-top: 10px;
  background: transparent none center left no-repeat;	
/*	
	background-image: transparent); */
}
#navbar {
  text-align: center;
	border-style: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	position:relative;
  left:50%;top:0;
  margin-left:-425px;
	
/*	position: relative;
	height: 50px;
*/
	width: 850px;	
	color: gray;
	background: transparent;
	z-index: 2;
}
