* {
	margin: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
}
#wrapper {
	width: 926px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	background-color: #cccccc;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -42px;
	margin-left: auto;
}
#nav {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	height: 66px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}
#nav li {
	display: inline;
	font-size: 0.9em;
	line-height: 66px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	color: #666666;
}
#nav a.current {
	color: #666666;
}
#header {
	height: 209px;
}
#header h1 {
	display: none;
}
#logo {
	background-image: url(images/text-logo.jpg);
	background-repeat: no-repeat;
	height: 67px;
}
#image {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 237px;
	padding-left: 40px;
}
#map {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 526px;
	padding-left: 40px;
}
#content {
	background-image: url(images/wb-logo.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 600px;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center center;
	height: 310px;
}
#content h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000080;
}
#contact {
	float: right;
	padding-right: 60px;
	padding-left: 20px;
	height: 310px;
}
#contact h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000080;
}
.push {
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	height: 42px; /* .push must be the same height as .footer */
}
.footer{
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	height: 42px; /* .push must be the same height as .footer */
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
}
