/* CSS Document */

body {
	background-color: #2B294D;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}.stretch {
	background-image: url(images/stretch.jpg);
	background-repeat: repeat-y;
}
.content {
	background-image: url(images/main_payne_05.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b294d;
}
a:link {
	color: #2b294d;
}
a:visited {
	color: #2b294d;
}.contentDolphin {

	background-image: url(images/dolphinBG_05.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b294d;
}
