#WRAPPER {
	text-align: left;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#langMenu {
	margin-left: 376px;
}
#story {
	padding: 12px;
	background-color: #CCCCFF;
	display: none;
}
#mcMenu {
	margin-left: 134px;
}
.shipBox {
	background-color: #003A7C;
	text-align: right;
}
.shipTitle {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #003A7C;
	font-weight: bold;
	display: inline;
	margin-right: 12px;
}
.shipData {
	padding-left: 12px;
	padding-top: 24px;
	font-size: 11px;
}
/* ============================================================= */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #003A7C;
	text-align: center;
	font-size: 12px;
}
img {
	border: 0;
}
div, p, a, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FFCC00;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 180%;
	font-weight: bold;
}
h3 {
	font-size: 150%;
	font-weight: bold;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
}
