body {
	position: relative;
	padding: 1px 3em 2em 18em;
	margin: 1em 0 0 0;
}
#menu, #contact {
	position:  absolute;
	width: 14em;
	margin: 0 1.5em;
}
#menu {
	top: 0;
	left: 0;
	list-style: none;
	padding: 180px 0 0 0;
	background: white url(images/ship.jpg) no-repeat top right;
	border-width: 1px;
	border-style: solid;
}
#menu li {
	margin: 0;
}
#menu a {
	display: block;
	height: 1%; /* IE fix */
	padding: 0.5em 1em;
}
#menu .current {
	border-style: solid;
	border-width: 1px 0;
	margin: -1px 0;
}
#menu a:hover {
	text-decoration: none;
}
#contact {
	top: 25em;
	left: 0;
	margin: 0 2em;
}

