/* MacDon Exhibition and Training Centre CSS Document */body#homepage {background:#e5e5e5 url(../i/bg.gif) repeat-x;}body#aboutpage,body#guidepage,body#findpage,body#bookpage {background:#e5e5e5 url(../i/bg2.gif) repeat-x;}body {	margin:0;	padding:0;	text-align:center;	font-family:Arial, Helvetica, sans-serif;	color:#000;	font-size:12px;}.bold {	font-weight:bold;}.inset {	float:right;	padding:0 0 15px 15px;	border:0;	margin:0;}p {	line-height:1.75em;}h1,h2,h3,h4,h5,h6 {font-weight:700;}h1 {font-size:150%;}h2 {font-size:130%;}h3 {font-size:115%;}h4 {font-size:105%;}/* GLOBAL LINK STYLES */#footer a:link,#footer a:visited,#footer a:active {color:#999;}#footer a:hover {color:#999; text-decoration:none;}a:link {color:#900;}a:visited {color:#900;}a:hover {color:#900; text-decoration:none;}a:active {color:#900;}div#container {	width:700px;	margin-left:auto;	margin-right:auto;	text-align:left;}div#menu {	width:700px;	height:119px;}div#content {}div#leftcolumn {	width:177px;	float:left;}div#leftcolumn p {	text-align:right;	padding-right:17px;	line-height:normal;}div#centercolumn {	/*width:411px;*/	width:361px;	padding:25px;	background-color:#ccc;	float:left;}div#rightcolumn {	width:112px;	float:left;}#footer {		clear:both;	padding-top:15px;	margin-left:177px;	text-align:left;	color:#999;}ul#nav {	width:700px;	height:119px;	position:relative;	margin:0;	padding:0;}ul#nav li {	list-style: none;	position:absolute;	top:0;}ul#nav li a {	text-indent: -9999px;	text-decoration:none;}ul#nav li, ul#nav a {	height:119px;	display:block;}/* TOP NAVIGATION BAR */#home {left:0; width:177px;}#about {left:177px; width:130px;}#guide {left:307px; width:165px;}#find {left:472px; width:116px;}#book {left:588px; width:112px;}#about a:hover,#guide a:hover,#find a:hover,#book a:hover {background-color:#4C4C4C;}#home a {background:transparent url(../i/macdonlogo.gif);}#about a {background:transparent url(../i/about.gif);}#guide a {background:transparent url(../i/guide.gif);}#find a {background:transparent url(../i/findus.gif);}#book a {background:transparent url(../i/booking.gif);}/* TOP NAV BAR - YOU ARE HERE EFFECT */body#aboutpage #about a,body#guidepage #guide a,body#findpage #find a,body#bookpage #book a {background-color:#4C4C4C;}/* TABLES */table {	line-height:normal;	background-color:#e5e5e5;	border-collapse:collapse;	border-left:1px solid #fff;	border-top:1px solid #fff;}caption {	text-align:left;	padding:3px;	background-color:#333;	color:#fff;	font-size:115%;	font-weight:bold;}td {	margin:0;	padding:4px;	text-align:left;	vertical-align:top;	border-bottom:1px solid #fff;	border-right:1px solid #fff;}