/*
Skin Name: Trevor Curran Mortgage
Skin URI: http://www.tcurranmortgage.com
Description: Three column - T Curran
Author: Gary J. Weiner
Author URI: http://www.arribus.com/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css'); 
div#container {

}
div#content {
	margin-left: 225px;
	margin-right:225px;
	margin-top: 8px;
	padding-top: 10px;
	padding-bottom:50px;
	
}
div.sidebar {
	background:#fff;
	border:1px solid #000;
	width: 190px;
	overflow: hidden;
	padding-bottom:50px;
}

div#primary {
		position: absolute;
		left:10px;
		top:120px;
		
}


div#secondary {
		position: absolute;
		right:10px;
		top: 120px;
		

}
div#footer { 
	clear: left;
	width: 100%;
}
