﻿.infocontainer{ background: transparent url('../images/swimflags.png') no-repeat scroll 0 0;
height:300px; padding:20px 0px;
}

#first{float:left; margin:70px 20px 20px 40px; width:150px; padding:0px; background:#FF7755; color:#FF7755;
	
}

#second{float:left; width:150px; margin:70px 20px 20px 20px; padding:0px; background:#99CCFF; color:#99CCFF

	
}

#third{float:left; width:150px; margin:70px 20px 20px 20px; padding:0px; background:#F8D201; color:#F8D201;


	
}

#fourth{float:left; width:150px; margin:70px 40px 20px 20px; padding:0px; background:#00CC00; cursor:pointer; color:#00CC00;

}

.cursorpointer{
	cursor:pointer;
}

a.linkone{
	color:#FF7755;
}

a.linktwo{
	color:#99CCFF

}

a.linkthree{
	color:#F8D201;
}

a.linkfour{
	color:#00CC00;
}
.picture{
	height:150px; width:150px; position:relative; top:7px; left:8px;
}

.description{
	background:black; text-align:center; font-weight:bold;
}

.heading{
	text-align:center; font-size:x-large;
}


.clearboth{
	clear:both;
}

