﻿body 
{
	background-color:white;
}


.header
{
	text-align:left;
	background-position:bottom;
	background-image: url('/images/headbg.jpg');
	background-repeat:no-repeat;
	width:1200px;
	height:176px;
}

.headerOverlay
{
	position:relative;
	top:99px;
	left:27px;
}

.menulist
{
	text-align:left;
	position:relative;
	top:136px;
	left:250px;
	z-index:99999;
	width:940px;
}

.menulink
{
	color:White;
	font-family:Sans-Serif;
	font-size:12px;
	text-decoration:none;
	z-index:99999;
}

.menulinkBottom
{
	color:Blue;
	font-family:Sans-Serif;
	font-size:12px;
	text-decoration:none;
	z-index:99999;
}

.menulink:hover
{
	color:Yellow;
	z-index:99999;
}

.homebg
{
	background-image:url('/images/queenmaryhome.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	height:509px;
	width:100%;
}

.hometxtcontainer
{
	background-image:url('/images/copybox.png');
	background-repeat:no-repeat;
	background-position:left top;
	width:333px;
	height:467px;
}
.hometxt
{
	font-family:Sans-Serif;
	font-size:18px;
	color:#081061;
	text-align:center;
	line-height:1.3em;
	font-weight:bold;
	 
}

.homefooter
{
	color:Red;
	width:100%;
	height:133px;
	background-color:#ffe31f;
	vertical-align:top;
	text-align:left;
	font-size:72px;
	font-family:Sans-Serif;
}