div#logo {
	position:absolute;
	left:48px;
	width:164px;
	height:270px;
	}
	
img#tagline {
	top:154px;
	left:1px;
	}
	
div#mainphoto{
	position:absolute;
	right:0px;
	width:500px;
	height:270px;
	}
	
div#mainphoto img, div#logo img {
	position:absolute;
	width: 151px;
	height: 87px;
	}
	
div#topholder {
	position:relative;
	width:100%;
	height:270px;
	}
	
table#theMenu {
	position:absolute;
	bottom:5px;
	width:100%;
	}
	
table#theMenu tr td {
	position:relative;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	}
	
	table#theMenu tr td a {
		color:#fff;
		font-weight:bold;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
		}
		
div#rollover {
	position:absolute;
	z-index:2;
	width:250px;
	height:auto;
	left:50%;
	margin-left:-125px;
	background-color:transparent;
	bottom:40px;
	text-align:center;
	}
	
div#rollover  span{
	position:relative;
	display:none;
	color:#fff;
	font-weight:bold;
	font-family:arial,verdana;
	font-size:12px;
	}
	
table#contacts tr td {
	width:25%;
	padding-right:5px;
	padding-left:5px;
	}
	
table#contacts tr td a {
	color:blue;
	text-decoration:none;
	}
	

