@charset "utf-8";

/* --------------------------------- */
/*   Scoping Study CSS file          */
/*   Prepared: July 2009             */
/* --------------------------------- */


/* ---------------------
     Two column layout
   --------------------- */

	#column2-1 {
		position: relative;
		float: left;
		width: 326px;
		margin-left: 20px;
		}
	#column2-2 {
		position: relative;
		float: left;
		width: 654px;
			}


/* -------------------------
     Cover page components
   ------------------------- */

	#column2-1 {
		height: 540px;
		background: #84080b url('/assets/images/scopingstudy/report_title.jpg') 15px 15px no-repeat;
		}
	#column2-1 ul {
	position: relative;
	top: 350px;
	left: 15px;
		}
	#column2-2 {
		height: 540px;
		background: url('/assets/images/scopingstudy/report_cover.jpg') top left no-repeat;
		}
	#column2-2 #introduction {
		position: relative;
		top: 250px;
		left: 15px;
		width: 232px;
		}
	#clearing {
		clear: both;
		height: 4px;
		margin: 0;
		background: url('/assets/images/content_bg.gif') repeat-x;
		margin: 0 20px;
		}


/* End of file */

