/* global styles */

	p, img, ul, ol, li, a, img, div {
		margin: 0;
		padding: 0;
	}

	 body {
		margin: -1px 0px 0px 0px;
		padding: 0;
		background:url(../images/stirling-bridge-h-tile.jpg) repeat-x;
		background-color: #ede5d4;
	}



a.headernav:link {color:#FFFFFF; text-decoration:none;}
a.headernav:visited {color:#FFFFFF; text-decoration:none;}
a.headernav:hover {color:#FFFFFF; text-decoration:underline;}
a.headernav:active {color:#FFFFFF; text-decoration:none;}



.hidden {
	font-family: "Verdana", Arial;
	font-size: 1px;
	font-style: normal;
	line-height: 1px;
	font-weight: normal;
	color: #c9d18a;
}

.nav-big {
	font-family: "Times New Roman", Times;
	font-size: 17px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	vertical-align: middle;
	color: #FFFFFF;
}


/* headers */

div#mastertable {
	width: 775px;
	height: 109px;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	}
	

	div.column1of2 {
			width: 775px;
			height: 109px;
			display: block;
			position: relative;
			margin: 0px 0px 0px 0px;
			
		}
		
		div.innertabletop {
			width: 775px;
			height: 109px;
			display: block;
			position: relative;
			margin: 0px 0px 0px 0px;
		}
		
		
		
/* TOP Section */

ul#subtabletop {
			list-style: none;
			display: block;
			position: relative;
			width: 775px;
			height: 109px;
			margin: 0px 0px 0px 0px;
		}
			ul#subtabletop li {
				display: block;
				margin: 0px 0px 0px 0px;
				position: absolute;
				height: 109px;
			}
			

				ul#subtabletop li.t1 		{ left: 0px;  }
				ul#subtabletop li.t2 		{ left: 27px; }
				ul#subtabletop li.t3  		{ left: 252px; }
				ul#subtabletop li.t4		{ left: 747px; }




