.col-1, .col-2{ float:left}
/*======= width =======*/
.main{margin:0 auto; text-align:left; width:980px; }

/*======= header =======*/
#header {height:155px;  background:url(images/top.gif) repeat-x top}

/*======= index.html =======*/
#page1 #content .col-1
{
	width:282px;
	margin-right:0px;
	margin-left:0px;
}
#page1 #content .col-2
{
	width:282px;
	margin-right:0px;
	margin-left:67px;
}

/*======= index-2.html =======*/
#page3 #content .col-1{ width:285px; margin-right:32px}
#page3 #content .col-2{ width:265px}
/*======= index-4.html =======*/
#page5 #content .col-1{ width:285px; margin-right:32px}
#page5 #content .col-2{ width:265px}

/*======= footer =======*/
#footer { height:70px; }




/*======= led marquee ========*/
.digit {
  float: left;
  width: 14px;
  height: 26px;
  margin-right: 2px;
  background: #000 url(ledmarquee.gif) 0px 0px;
}

#ledmarquee {
  height: 26px;
  visibility: hidden;
  background-color: #000;
}

