﻿#container
{
	background: #910f04; 
}

.callout
{
	border: 2px solid #ccc;
	background: #fff;	
}

.column468
{
	border: 2px solid #ccc;
	background: #fff;
}

.column695
{
	border: 2px solid #ccc;
	background: #fff;
}

a.linkButton { 
  background: transparent url(../images/btn_red_right.gif) right no-repeat; 
}
a.linkButton span { 
  background: transparent url(../images/btn_red_left.gif) left no-repeat;
  color:#fff; 
}
a.linkButton:hover {
	background: transparent url(../images/btn_red_right_hover.gif) right no-repeat; 
}
a.linkButton:hover span {
	background: transparent url(../images/btn_red_left_hover.gif) left no-repeat; 
}

