/**
 * @package LiquidCommerce
 * @version 1.0a
 * @copyright Copyright &copy; 2004, Liquid Light Digital Ltd.
 * @author Patrick Heath <info@liquidlight.co.uk>
 * @license Site Software Licence.  See http://www.liquidlight.co.uk/licence-site.php for more information.
 * @created 2004-05-10
 */


#banner {
	float: left;
	width:100%;
}
#main {
	clear:both;
	width:100%;
	border: 1px red solid;
}
.leftcontent {
	width:165px;
	vertical-align: top;
	background: #DEE2DD;
	border-right: 1px solid #808E7B;
}

.centercontent {
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
	vertical-align: top;
}

.rightcontent {
	width:165px;
	vertical-align: top;
	background: #DEE2DD;
	border-left: 1px solid #808E7B;
}

#footer {
	float: left;
	width:100%;
}
