body {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
	background-color : #E2E2E2;
    color : #000;
    font-family : arial, helvetica;
	font-size:12px;
	text-align:center;
  }

A, A:hover {
	font-size:12px;
	color: #436BA8;
	font-weight:bold;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

td {
	font-size:12px;
}
  
ul {
	margin-top:6px;
	margin-bottom:6px;
}

h1 {
	margin-bottom : 14px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 10px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    color : #436BA8;
    font-family : arial, helvetica;
	font-weight:bold;
	font-size:16px;
}

#content {
 	position:relative;
	text-align:left;
	width:800px;
	margin: auto;
	margin-top:0px;
}

#navi {
	position:absolute;
	top:77px;
	left:0px;
	padding:0px;
	margin:0px;
	float:left;
	width: 319px;
	height: 522px;
	background-color:#fff;
	background-image:url(../img/navi_bg.gif);
	background-repeat:no-repeat;
	z-index:1;
}

#inner_content {
	position:absolute;
	top:77px;
	left:319px;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#fff;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-x;
	width: 481px;
	height: 522px;
	overflow:hidden;
	z-index:1;
}

#text {
	position:absolute;
	top:50px;
	left:0px;
	width:400px;
	z-index:1;
}

#ships {
	position:absolute;
	top:120px;
	left:75px;
	width:400px;
	z-index:1;
}

#ship_pic {
	position:absolute;
	top:170px;
	left:10px;
	z-index:1;
}

#positionListHeader {
	position:absolute;
	top:103px;
	left:15px;
	width:466px;
	z-index:1;
}

#positionList {
	position:absolute;
	top:132px;
	left:15px;
	width:466px;
	z-index:1;
	height:375px;
	background-color:#fff;
	overflow:auto;
}

#footer {
	position:absolute;
	top:340px;
	left:19px;
	width:400px;
	color : #206EAC;
    font-family : arial, helvetica;
	font-weight:bold;
	font-size:18px;
}
