/*------------------------------------------------------------------------
# Network Acupuncture
# ------------------------------------------------------------------------
# Copyright (C) 2008-2010 KREEER All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: KREEER Web Development - Breanna Ford
# Website: http://www.kreeer.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/


#leftcol {
	float: left;
	width: 250px;
	padding-top: 50px;
}

#maincol {
	float: left;
	padding-top: 50px;
	width: 500px;
}

#rightcol {
	float: right;
	background-image: url(../images/home-rcol.png);
	background-repeat: no-repeat;
	width: 196px;
	height: 557px;
}

