#column-left,
#column-right,
#features
{
	background-color: #2b2a27;
}
#column-left,
#column-right
{
	float: left;
	height: 445px;
}
#column-left
{
	width: 275px;
	margin-right: 12px;
	background: #2B2A27 url('../images/bg_left_column.gif') repeat-x 0 0;
}
	#column-left h1
	{
		margin: 4px 0 24px 4px;
		width: 268px;
		background: transparent url('../images/bg_h1.gif') no-repeat 0 0;
		font: normal 2.4em/75px 'Times New Roman', Times, serif;
		text-align: center;
	}
	#column-left p
	{
		margin-bottom: 20px;
		font-size: 1em;
		line-height: 24px;
		padding: 0 19px;
	}
	#column-left a { color: #fff; }
#column-right
{
	width: 664px;
	height: 437px;
	padding: 8px 0 0 9px;
}
#hours
{
	position: absolute;
	left: -14px;
	top: 490px;
	width: 988px;
	height: 51px;
	background: transparent url('../images/bg_hours2.gif') repeat-x 0 0;
}
	#hours h2
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 197px;
		height: 51px;
		background: transparent url('../images/bg_hours.gif') no-repeat 0 0;
		text-align: center;
		font: normal 2em/51px 'Times New Roman', Times, serif;
	}
	#hours ul
	{
		position: absolute;
		left: 197px;
		top: 0;
	}
	#hours li
	{
		float: left;
		list-style-type: none;
		padding: 11px 47px 0 46px;
		height: 40px;
		background: transparent url('../images/bg_hours_sep.gif') no-repeat top right;
		font-weight: bold;
		text-align: center;
		font-size: 1em;
	}
	#hours li strong
	{
		font-weight: normal;
		text-transform: uppercase;
	}
#features
{
	float: left;
	clear: both;
	position: relative;
	margin-top: 12px;
	width: 100%;
	height: 106px;
	font-size: .9em;
}
	#features strong { text-transform: uppercase; }
	#features li { list-style-type: none; }
	#features a
	{
		position: absolute;
		top: 10px;
		width: 219px;
		height: 33px;
		color: #b6ae96;
		background-color: #2b2a27;
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-top: 56px;
	}
	#features a:hover { color: #fff; }
		#features-1
		{
			left: 21px;
			background-image: url('../images/features_1.jpg'); 
		}
		#features-2
		{
			left: 254px;
			background-image: url('../images/features_2.jpg');
		}
		#features-3
		{
			right: 254px;
			background-image: url('../images/features_3.jpg');
		}
		#features-4
		{
			right: 21px;
			background-image: url('../images/features_4.jpg');
		}
#hours li.end
{
	background: none;
}
