#leftbox{
 float: left;
 margin-top: 10px;
 width: 550px;
 height: auto;
 border: solid 0px;
 border-color: red;
}
.title{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 545px;
	height: 20px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 18px;
}
#rightbox{
	float: right;
 margin-top: 51px;
 width: 230px;
 height: 540px;
 border: solid 0px;
 border-color: red;
 font-size: 12px;
 color: black;
 text-align: justify;
}
.text{
	float: left;
	margin-top: 8px;
	width: 545px;
	height: auto;
	border: solid 0px;
	 border-color: red;
	 color:black;
	 font-size: 12px;
	text-align: justify;
}

.textright{
	float: right;
	margin-top: 0px;
	width: 230px;
	height: auto;
	border: solid 0px;
	 border-color: red;
	 color:black;
	 font-size: 12px;
	text-align: justify;
}

.titleright{
float: left;
 margin-top: 16px;
 margin-bottom: 5px;
 width: 230px;
 height: 20px;
 border: solid 0px;
 border-color: red;
 color:#7B3F00;
	 font-size: 18px;

}
.links{
	
	display: block;
	margin-top: 2px;
	width: 230px;
	height: auto;
	border: 0px solid blue;
	text-align: left;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 0px;

}
.linkbox{
	float: right;
	width: 230;
	height: auto;
	border: 0px solid green;
	font-size: 12px;

}


#titlecenter{
	
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	width: 545px;
	height: 30px;
	border: solid 0px;
	 border-color: red;
	 color:#7B3F00;
	 font-size: 20px;
}
.dolphine a{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	
	width: 210px;
	height: 173px;
	border: solid 1px;
	border-color: gray;
	background: url(images/dolphine.jpg);
	background-position: center;
	background-repeat: no-repeat;

}
.dolphine a:hover {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 210px;
	height: 173px;

	border: solid 1px;
	border-color: black;
	background: url(images/dolphine.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
