html {
    height: 100%;
}

body {
	background-color: #fff;
	color: black;
	font-family:"Times New Roman", Georgia, serif;
	background-image:url(graphics/background.gif);
	background-position: center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {
	background-color: #00a;
	color: #fff;
	border-style: solid;
	border-width: 3px;
	border-color: #05a #005 #005 #05a;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
}

#header h1 {
	font-size: 36px;
	font-family: "Times New Roman", Verdana, "Trebuchet MS", "Arial Narrow", Arial, Helvetica, serif;
	text-decoration: none;
	text-align: center;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header h1 .subtitle {
	font-size: 18px;
	font-weight: normal;
}

#menu {
	float: left;
	margin: 110px 0 0 0;
	width: 160px;
}

#content {
	color: black;
    position: absolute;
    top: 110px;
    bottom: 0;
    left: 180px;
    right: 0;
    
}

#menu a {
	display: block;
	background-color: #00a;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #05a #005 #005 #05a;
	font-family: Verdana, Arial, serif;
	margin-top: 1em;
	text-align: center;	
}

#menu a:link {
	text-decoration: none;
	color: #fff;
}

#menu a:visited {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	background-color: #00f;
	border-color: #005 #05a #05a #005;
	text-decoration: underline;
}

.center {
	text-align: center;
}

p.mapcaption {
	width: 450px;
	text-align: justify;
	margin: auto;
	background-color: #ddd;
	color: black;
	border-style: solid;
	border-width: 3px;
	border-color: #00a #05a #05a #00a;
}

p.mapcaption img {
	display: block;
	margin: auto;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	color: #00a;
}

#content a {
	color: #05a;
}

.linkout {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}
.logo {
	display: block;
	position: absolute;
	left: 2em;
	border-style: none;
}
.bft {
	color: #00a;
	font-weight: bold;
}


.staff {
	margin: auto;
}

.contactName {
	font-weight: bold;
	padding-top: 0.5em;
}

.contactTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 0em;
}

.location {
	font-weight: bold;
}

img {
	border-style: none;
}

#content iframe {
 flex-grow: 1;
 display: block;
 border: none;
}

.googlemap {
 margin-left: auto;
 margin-right: auto;
 width: 75%;
 height: 75%;
}

.cargomanager {
 width: 100%;
 height: 100%;
}


