/***************************************************************
Style Sheet for AskGramps.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#content {
	
}

#columnWrapper {
	background: url('images-layout/column-background.gif') bottom left repeat-y;
}

.column1 {
	margin:0 180px;
	border:0px solid red;
}

.column2 {
	position:absolute;
	top:0;
	left:0;
		
	width:180px;
	border:0px solid red;
}

.column3 {
	position:absolute;
	top:0;
	right:0;
		
	width:225px;
	border:0px solid red;
}
