/**
 * Style Sheet for Roadwise.com
 *
 * Contains styling information specific to the Roadwise.com overview template.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Roadwise, All Rights Reserved
 * @version    1.0
 */

#content {
	padding-top: 3px;
}

#columnWrapper {
	padding-bottom: 32px;
	width: 960px;
}

.column1 {
	display:inline;
	float:right;
	width:780px;
}

.column2 {
	display:inline;
	float:left;
	width:180px;
}

.column3 {
	display:inline;
	float:right;
	padding-left:20px;
	width:250px;
}
