#wrap {
	width: 900px;
	margin: 0 auto;
	}
	
/* changed width: 750px; */

#hd {
	width: 900px;
	margin-bottom: 10px;
	}
/* changed width: 750px; */

#top {
	width: 900px;
	display: block;
	margin: 10px 0;
	}
/* changed width: 750px; */
/* changed margin: 5px 0; */

#bd {
	width: 900px;
	margin-bottom: 10px;
	}
/* changed width: 750px; */

#main {
	width: 67%;
	margin: 0 242px 0 0;
	}
	
/* changed width: 504px; */


#rcolumn {
	float: right;
	clear: none;
	width: 33%;
	margin: 0 0 0 0;
	min-height: 200px;
	}
/* removed background: url('images/righttop.jpg') no-repeat top left */
/* changed width: 240px; */
/* changed min-height: 250px; */
	
#rcolumn2 {
	float: right;
	clear: none;
	width: 33%;
	margin: 0 0 0 0;
	min-height: 50px;
	}
	
/* removed background: url('images/righttop.jpg') no-repeat top left */
/* changed width: 240px; */

/* added this below to see if i could create a big right column for the white paper full text */

#rcolumn3 {
	float: left;
	clear: none;
	width: 75%;
	margin: 0 0 0 0;
	min-height: 100px;
	}
/* end of add */




/* added this below for a small text box on the right side */

#rcolumn4 {
	float: right;
	clear: none;
	width: 100%;
	margin: 5px 5px 5px 5px;
	min-height: 50px;
	}
/* end of add */

/* added this below for a small text box on the right side */

#rcolumn5 {
	float: left;
	clear: none;
	width: 50%;
	margin: 5px 5px 5px 5px;
	min-height: 50px;
	}
/* end of add */

/* added this below for a signup box on the right side */

#rcolumn6 {
	float: left;
	clear: none;
	margin: 0 0 0 0;
	min-width: 25px;
	}
/* end of add */



#footer {
	width: 900px;
	float:right;
	clear: both;
	changed margin: 10px 0 10px 0;
	font-size: 0.7em;
	}

/* changed margin: 30px 0 30px 0; */
/* changed width: 750px; */

