body  { 
background-image: url("home_images/grey_bkgd.jpg"); 
background-repeat: repeat-x }

#top_nav {
background-color: #DD2B21;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: white;
text-align: center;
font-size: 13px;}

#top_nav a:link, #top_nav a{
color: white;
text-decoration: none;}

 #top_nav a:hover{
color: #FFB800;
text-decoration: underline;}

#top_nav a:visited{
color: white;}

.separator{
color: #FFB800;
font-size: 13px;
font-weight: bold;
padding: 0px 2px 0px 7px;}

#btm_nav {
background-color: #DD2B21;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: white;
text-align: center;
font-size: 13px;}

#btm_nav a:link, #btm_nav a{
color: white;
text-decoration: none;}

#btm_nav a:hover{
color: #FFB800;
text-decoration: underline;}

#btm_nav a:visited{
color: white;}

span {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #DD2B21;
text-align: center;
font-size: 14px;
font-weight: bold}

#closeouts {
background-image: url(home_images/closeouts.jpg);
background-repeat: no-repeat;
width: 339px;
height: 205px;}

.closeout_txt {
position: relative;
top: 40px; 
left: 160px;
text-align: center;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: black;
font-size: 13px;
width: 150px}

.closeout_txt a:link, .closeout_txt a, .closeout_txt a:visited {
color: #405c7b; }

#cycling {
background-image: url(home_images/westhill_cycling.jpg);
background-repeat: no-repeat;
width: 621px;
height: 205px;}

.blu_hdr {
position: relative;
top: -30px; 
left: 249px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #405c7b;
font-size: 24px;}

.cycling_txt {
position: relative;
top: -40px; 
left: 249px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: black;
font-size: 11px;
width: 370px}



/* news scroller */

#news  { 
background-image: url("home_images/news.jpg"); 
background-repeat: no-repeat; }

.Container {
position: relative;
top: 35px; 
left: 30px;
width: 325px;
height: 170px;}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;  top: 0px; left: 0px;
  width: 325px;
  height: 170px;}

#Scroller-1 p {
  margin: 0; padding: 0px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: black;}
  
.Scroller-Container {
  width: 295px; height: 160px; overflow: auto; padding: 5px}
  
  
  /* position: relative;
  top: 0px; left: 0px;}
  

.Scrollbar-Track {
  width: 10px; height: 100px;
  position: relative;
  top: -80px; left: 25px;
  background-color: #FFFFFF;}
  
.Scrollbar-Handle {
  position: relative;
  top: 0px; left: 0px;
  width: 10px; height: 20px;
  background-color: #999999;}
  */

