DIV {
	margin: 0;
	padding: 0;
}

BODY {
	background-image: url("images/pokingyourchickenbg.gif");
	font-family: "Arial";
	font-size: 10pt;
}

:link {
	color: #DDDDDD;
}

:visited {
	color: #DDDDDD;
}

DIV.dmain {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

DIV.dmainheader {
	background-image: url("images/blkheaderbg.gif");
	background-repeat: no-repeat;
	height: 15px;
}

DIV.dmainheaderbottom {
	background: black;
	height: 45px;
}

DIV.dheader {
	background-image: url("images/headerbg.gif");
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 12pt;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

DIV.ddata {
	background: black;
	color: white;
	height: 100%;
	padding: 10px 20px 10px 20px;
}

DIV.ddataspan {
	display: block;
	margin-bottom: 15px;
}

DIV.tdest {
	padding-bottom: 5px;
	width: 100%;
}

IMG.prmap {
	float: right;
}

IMG.arecibo {
	width: 100%; 
}

IMG.flag {
	margin-right: 10px;
	vertical-align: middle;
}

IMG.scuba {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

DIV.dfooter {
	background-image: url("images/blkfooterbg.gif");
	background-repeat: no-repeat;
	position: relative;
	height: 20px;
	width: 100%;
}

DIV.dpagefooter {
	color: white;
	width: 100%;
	text-align: center;
}

