@import url(Column_R.css);

body {}

#container {}

#masthead {display:none;}

#masterhead_Reverse {display:none;}

#navigation {display:none;}

#page_content {}

#column_l {display:none;}

#column_r {

/* adjust the main content of information with the following*/
      float: left;
      width: 640px;
	margin: 0;
	float:none;
	background-color: #ffffff;
	position: relative;
	right: 10px;
	padding-top: 10px;
	padding-bottom:5px;
	padding-right: 5px;
	padding-left: 50px;
}

#column_r img {display:none;}

#container_footer_space {display:none;}

#footer {display:none;}

.float_right {
	float:right;
	width: 100%;
	}