body {
	background: white url(img/header-bg.jpg) repeat-x;
	color: black;
	margin: 0;
	padding: 0;
	}
body {
	font: 70% Verdana;
	}
img {
	border: 0;
	}
p {
	margin: 0 0 1em;
	}
a {
	color: #006699;
	font-weight: bold;
	}
#header {
	background: #e9c657 url(img/header-bg.jpg) repeat-x;
	height: 135px;
	}
#header #menu {
	position: absolute;
	left: 500px;
	top: 100px;
	white-space: nowrap;
	}
#header #menu {
	font-weight: bold;
	}
#header #menu .separator {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	}
#header #menu a {
	color: #006699;
	text-decoration: none;
	}
#header #menu a:hover {
	color: white;
	}
#header #menu a.selected {
	color: white;
	}
	
#text {
	padding: 15px 0 0;
	width: 32em;
	vertical-align: top;
	height: 470px;
	}

#middle {
	width: 262px;
	}
#address .layout {
	height: 100%;
}
#address .phones {
	margin-bottom: 1em;
	}
#footer {
	background: transparent url(img/footer-bg.jpg) repeat-x;
	padding: 10px 18px;
	white-space: nowrap;
}
#footer table {
	width: 100%;
}
#footer .copyright {
	width: 50%;
}
#footer .powered {
	width: 50%;
	text-align: right;
}
