﻿DIV .lineSelection
{
	float: left; 
	height: 260px; 
}

DIV .lineSelection A
{
	color: #000066;
	display: block;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
	width: 160px;
}

DIV .lineSelection A:hover
{
	color: #ff9900;
}

DIV .lineContents
{
	float: right; 
	height: 260px; 
	width: 260px;
	overflow: hidden;
}
