﻿body{
  margin: 0;
  padding: 0;
}
#banner{
  background-image: url('../images/skyline/tile_blue.gif');background-repeat: repeat-x;
}

.HighLight {
	color:204449;
	font-weight:bold;
}
table#header{
  background-repeat: repeat-x;
  background-image: url('../images/Skyline/tile_blue.gif');
}
table#header td{
  padding-right:20px;
  background-image: url('../images/Skyline/restaurants.jpg');
  background-repeat: no-repeat;
}
table#content{
  padding-left:10px;
  padding-top:30px;
}

MainBody td{
	FONT-SIZE: 12px;
	font-family:Arial, Helvetica, sans-serif;
}