body {
margin:0px 0px; 
	padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	width:100%;
	height: 100%;
	font-size: 62.5%;
	background-image: url(../images/tile_bg_2.png);
	background-position: 49.5% 0;
	background-repeat: repeat-y;
}
#flashcontent {
position: absolute;
top: 150px;
left: 360px;
width: 218px;
height: 252px;
}

#loginButton {
position: absolute;
top: 75px;
left: 505px;
width: 190px;
height: 25px;
text-indent: -5000px;
}

#flashcontent2 {
position: absolute;
top: 205px;
left: 690px;
}


#container {
  background-image: url(../images/container_2.png);
  background-repeat: no-repeat;
  width: 780px;
  height: 437px;
  position: relative;
  margin: 100px auto 0 auto;
  font-size: 1em;
  
}

#content {
position: absolute;
top: 0px;
left: 0px;
margin-top: 140px;
padding: 1px 30px;
width: 280px;
height: 260px;
overflow: auto;
font-size: 1.2em;
}

#mainLogo h1{
display: none;
}

#mainLogo {
position: absolute;
left: 15px;
top: 15px;
}

.contactinfo {
position: absolute;
left: 235px;
top: 0px;
margin-top: 35px;
font-size: 12.5px;
line-height: 18px;
width: 180px;
height: 100px;
overflow: auto;
font-weight: normal;
}

#frontPageMenu {
position: relative;
width: 725px;
height: 16px;
margin-left: 30px;
top: 120px;
background: transparent url(../images/menubar_2.gif) no-repeat;
}

#frontPageMenu span {
display: none;
}

#frontPageMenu li {
	list-style-type: none;
	display: inline;
	top: 0px;
  position: absolute;
}

#frontPageMenu li, #frontPageMenu a {
height: 16px;
display: block;
}

#home {
left: 0px; width: 77px;
}

#home a:hover,  #home.current {
background: transparent url(../images/menubar_2.gif) 0 -15px no-repeat;
}

#shipreg {
left: 78px; width: 223px;

}
#shipreg a:hover {
background: transparent url(../images/menubar_2.gif) -78px -15px no-repeat;
}

#locations {
left: 302px; width: 124px;

}
#locations a:hover {
background: transparent url(../images/menubar_2.gif) -301px -15px no-repeat;
}

#links {
left: 427px; width: 79px;

}
#links a:hover {
background: transparent url(../images/menubar_2.gif) -426px -15px no-repeat;
}

#contact {
left: 589px; width: 135px;
}
#contact a:hover {
background: transparent url(../images/menubar_2.gif) -589px -15px no-repeat;
}

#news {
left: 507px; width: 81px;

}
#news a:hover {
background: transparent url(../images/menubar_2.gif) -507px -15px no-repeat;
}



a {
text-decoration: none;
}

img { 
border: 0;
}

/*
 	var images = new FlashObject("assets/imageflip.swf", "homepage", "218", "252", "6", "#000000");
	images.addParam("wmode", "transparent");
	images.addParam("menu", "false");
  images.write("flashcontent");
  */
