body{
  background: #D7D7D7 url('/images/page-background.gif') repeat-y center;
  margin: 0;
  	font-family: Verdana;
  	font-size: smaller;
  	text-align: center;
  	 }
 
 #container{
  width: 744px;
  margin: 0 auto;
  text-align: left;
  background-color: #FFF;
  }	
img.url {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
  #global-navigation{
  width: 744px;
  height: 62px;
  position: absolute;
  top: 7.7em;
  }
 
 #navigation {
 background: url("global-nav-bg.gif") repeat-x 58px 0;}

  /* GLOBAL NAVIGATION */
#global-navigation {
  	background: url("global-nav-bg.gif") repeat-x 58px 0;
  	margin:0;
  	padding:0;
 	list-style:none;
}
#global-navigation dd {
  	background: url("global-nav-bg.gif") repeat-x;
  	background-position: 106px 0;
  	line-height: 1.2em;
  	float:left;
  	margin:0;
  	padding:0;
}
/*Right-most nav items background image */
#global-navigation dd#nav-business-and-partners,
#global-navigation dd#nav-corporate{
  	width: 107px;
  	background: url("global-nav-bg-dark.gif") repeat-x;
}
#global-navigation dd#nav-corporate{
  	background-position: 106px 0;
}
/* Basic global nav link style */ 
#global-navigation a{
  	color: #000;
  	text-align: center;
  	display:block;
  	width: 82px;
  	height: 27px;
  	padding: 8px 12px;
  	margin-bottom: 19px;
}
/* Adjust single-line global nav items to centre them vertically */
#nav-home a,
#nav-tickets a,
#nav-corporate a,
#nav-road-users a{
  	padding-top: 15px;
  	height: 20px;
}  
/* Selected global nav item styles */
.home #nav-home		{ background: #2F93D2 url("../images/global-nav-selected-3.gif") no-repeat; }
.home #nav-home a	{ font-weight: bold; color: #FFF }
/* All but the home page link need tweaking */
/* The selected link is one pixel wider */
/* The link to the left is one pixel narrower to compensate */
/* This is to allow the selected link to have both a left and right border */
.live-travel-news #global-navigation dd#nav-live-travel-news,
.getting-around #global-navigation dd#nav-getting-around,
.tickets #global-navigation dd#nav-tickets,
.road-users #global-navigation dd#nav-road-users,
.corporate #global-navigation dd#nav-corporate,
.business-and-partners #global-navigation dd#nav-business-and-partners{
  	background: #2F93D2 url("../images/global-nav-selected-4.gif") no-repeat;
}
.live-travel-news #global-navigation dd#nav-live-travel-news a,
.getting-around #global-navigation dd#nav-getting-around a,
.tickets #global-navigation dd#nav-tickets a,
.road-users #global-navigation dd#nav-road-users a,
.corporate #global-navigation dd#nav-corporate a,
.business-and-partners #global-navigation dd#nav-business-and-partners a{
  	width: 83px;
  	font-weight: bold;
  	color: #FFF
}   
.live-travel-news #global-navigation dd#nav-home a,
.getting-around #global-navigation dd#nav-live-travel-news a,
.tickets #global-navigation dd#nav-getting-around a,
.road-users #global-navigation dd#nav-tickets a,
.corporate #global-navigation dd#nav-road-users a
.business-and-partners #global-navigation dd#nav-corporate a{
 	width: 81px
}
.corporate #global-navigation dd#nav-road-users{
  	background-position: 107px 0;
}
.business-and-partners #global-navigation dd#nav-corporate{
  	background-position: 108px 0;
}  
#site-navigation {
background-color: blue;}

h1 {
	margin-top: 50px;
	font-family: Verdana;
	font-size: smaller;
	border-bottom: solid 1px blue;
}

img {
	border: 0;

}