
.nav {
  position: absolute;
  top: 2%;
  left: 11%;
  
  }



#left {
	position: absolute;
	top: 10%;
	left: 10%;
	bottom: 85%;
	right: 60%;
	font-family:"lucida grande", verdana, arial, sans-serif;
}

#right {
	
	position: absolute;
	top: 10%;
	right: 10%;
	bottom: 0%
	left: 90%;
	background-color: green;
		
}

#bottom {

position: absolute;
bottom: 10%;
left: 0%;
right: 0%;

}

#imagelinks {
	
	position: absolute;
	left: 42%;
	top: 15%;
	right: 10%;
	bottom: 10%;	
}

img
{  border-style: none;
}

A:link {color: #046380;}
A:visited {color: #046380;}
A:active {color: #046380;}
A:hover {color: #A7A37E;}
A {text-decoration: none;}

h1 { color: #046380;}
h4 { color: #046380;}
h3 {color: #046380;}

p { color: #002F2F;
	text-align: justify;
	font-size: 0.8em;
}

.centerimage {
text-align: center;
display: block;
margin: auto;
}


.centerimagejoin {

position: absolute;
top: 20%;
left: 20%;
right: 20%;	
text-align: center;

}
	
