/*
-----------------------------------------------

Client:	Couchman | Harrington Associates
Title:  Site structure
Description: Defining the structure of the two column pages

----------------------------------------------- */

/* COLUMN LAYOUT
----------------------------------------------- */

#col1, #col2{
	padding: 0;
	float: left;
	padding-bottom: 10px;
	
}

#col1, #col1-team{
	float: left;
	width: 380px;
	margin: 20px 0 20px 0;
	padding:0 10px 0 12px;
	height:100%;
	text-align: left;
	background: url("/images/bkg/bkg_dotted.gif") #fff repeat-y top right;
}

#col1-team{
	padding-left:0;
}

#col2{
	width: 180px;
	margin: 20px 0 0 10px;
	background: #fff;
}