body {
	background-color: #FFFFFF;
	background-image: url(images/clouds_on_top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#container {
	width:920px;
	margin:0 auto;
	text-align:left;
	}
#logo {
	margin:190px 0 0 0;
	width:526px;
	float:left;
	text-align:right;
	}
#units  {
	width:309px;
	float:right;
	margin:80px 0 0 0;
	}
#units img {
	margin-bottom:22px;
	}
#navigation  {
	clear:both;
	position:absolute;
	width:920px;
	bottom:10px;
	left:50%;
	margin-left:-460px;
	text-align:center;
	}
.linked {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	line-height:240%;
	border-bottom:1px solid #999999;
	}
.linked a {
	color:#666666;
	text-decoration:none;
	}
.linked a:hover {
	text-decoration:underline;
	}
.address {
	text-align:left;
	font-size:11px;
	color:#666666;
	line-height:160%;
	}