/*
-----------------------------------------------
Client:The National Council on Crime and Delinquency
Project:Web Site Redesign (http://www.nccd-crc.org/)

File Name: layout.css 
Version: 1.0
Notes: Rules for the different column layouts in the div#main block. These are contextual selectors based on the class value in the body element.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */
	
/* Default Layout
----------------------------------------------- */
#content {
  background:#fff url(/img/bg-content.gif) repeat-y -530px 0;
  margin-bottom:0;
	padding-bottom:25px;
	}
#main {
	float:right;
	width:755px;
	}
#pcon {
	float:none;
	padding:20px 25px;
	width:auto;
  }
#pcon div#left {
	float:left;
	width:48%
	}
#pcon div#right {
	float:right;
	width:48%
	}
#tcon {
  display:none;
  }
#scon {
	float:left;
  width:225px;
  }