/* ==== CSS Low Resolution Main Pages ==== */

h1 {padding:4px;font-family:arial,helvetica,sans-serif;font-size:16px;color:#fff;font-weight:bold;text-align:left;display:block;background:#069;margin-top:-0px;}
h2 {padding:2px;font-family:arial,helvetica,sans-serif;font-size:14px;color:#069;font-weight:bold;text-align:left;}
p {text-align:justify; margin:0px 4px 0px 4px;}

body {
	background: url('images/main_pix.jpg') repeat;
	font-family:verdana,geneva,sans-serif;
	font-size:10px;
	overflow:auto;
	text-align:center;
	line-height:15px;
	font-weight:normal;
	color:#000;
	}
	
#vessels ul {
	list-style:none;
	margin:0;
	margin-left:12;
	padding:0;
	}

#vessels li a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
	}

#vessels a:hover {
	color: #c30;
	text-decoration: none;
	}
	
tr {
	font-size:11px;
	}

#back{
	position:relative;
	top:10px;left:10px;width:75%;
	background:#eee;
	border:1px solid #069;
	z-index:1;
	display:block;
	}
	
#h2 {
	color:#069;
	font-weight:bold;text-align:justify;
	font-size:10px;margin:0px 4px 0px 4px;
	}

#aboutus_bk {
	position:relative;
	width:100%;
	background: url('images/intro_bkg.gif') no-repeat fixed bottom right;
	display:block;
	text-align:justify;
	}
	
#contact_bk {
	position:relative;
	width:100%;
	background: url('images/phone2.gif') no-repeat fixed bottom right;
	display:block;
	text-align:justify;
	z-index:1;
	}

#services_bk {
	position:relative;
	width:100%;
	background: url('images/shipwheel_bkg.gif') no-repeat fixed bottom right;
	display:block;
	text-align:justify;
	z-index:1;
	}

/* ==== LINKS ==== */
a:link, a:visited {
	color: #c30;
	font-weight:bold;
	text-decoration: none;
	}

a:hover {
	color: #09f;
	text-decoration: none;
	}