/* CSS Document */

body {
	background-color: #2D2D2D;
	background-image: url(images/Pictogram.jpg);
}

.center_page {
	text-align: center;
}

.header	{
	background-image:url(images/ocean_header.jpg);
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:center;
	font-weight: bold;
}

.text_1	{
	background-image:url(images/ocean_text_01.jpg);
	width:727px;
	height:514;
	color:#DD0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:left;
	font-weight: normal;
	line-height: 1.75em;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #2D2D2D;
	background-repeat: no-repeat;
}


.text_2	{
	color:#DD0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align:left;
	font-weight: normal;
	line-height: 1.75em;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-color: #2D2D2D;
}


.blank_1	{
	background-color: #2D2D2D;
	vertical-align: bottom;
}


.blank_2	{
	background-color: #2D2D2D;
	vertical-align: top;
}