body {
margin: 0;
background-color: #ffffff; 
background-image: url('images/ginbg2.jpg');
background-repeat:repeat-x;

color: black;
text-align: center;
}

p{
	font-family: tahoma, arial, sans serif;
	text-align:left;
}

h3{
	font-family: tahoma, helvetica, sans serif;
	color:black;
	font-weight:bold;

}


A {
        color: #180082;
        text-decoration: underline;
}

A:HOVER {
        color: red;
        text-decoration: underline;
}



#footer{
	margin:0px auto;
	border-top: 1px dashed #abcdd1;
	padding-top:20px;
	padding-bottom:8px;
	background-color: white;
	text-align:center;
	background-image:url('/greenislands/images/ftrbg.jpg');
	background-repeat:repeat-x;
}

.credit{
	font-family:arial,helvetica,sans serif;
	color:#323666;
	font-size: 0.6em;

}
.footer_logo {
	margin: 10px 12px;
	b/order: 1px solid #f0f0f0;
	margin-bottom: 0px;
}