<!--

html, body {
	margin: 0;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ccc;
	font-family: helvetica, arial, trebuchet ms, verdana;
	height: 100%;
}

#container {
	width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	background-image:url(images/content-bg.gif);
}

#padding {
	padding: 0 0 24px 0;
}

#header {
	background-image:url(images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 208px;
}

.freespace {
	height: 15px;
	background-image:url(images/content-bg-free.gif);
}

#mainarea {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

#mainarea a {
	color: #03c;
	text-decoration: none;
}

#mainarea a:hover {
	color: #f60;
}

#mainarea a img {
	border-color: #999;
}

#content {
	float: right;
	width: 735px;
	padding: 0 20px;
	margin-right: 10px;
}

#left {
	display: block;
	float: left;
	width: 182px;
	margin-left: 10px;
	padding-top: 10px;
	text-align: center;
}

#footer {
	background: #999;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin: -39px auto 0 auto;
	height: 39px;
	width: 980px;
	line-height: 24px;
}

#footer a {
	color: #fff;
	padding: 0 3px;
	line-height: 18px;
}


h1 {
	font-size: 20px;
	color: #f93;
	margin-bottom: 18px;
}

h2 {
	font-size: 15px;
	color: #555;
	padding-bottom: 3px;
	border-bottom: dotted 1px #555;
}

h3 {
	font-size: 14px;
	color: #555;
	margin-top: 12px;
}

h4 {
	margin: 3px 0;
}

.clear {
	clear: both;
}

.floatr {
	float: right;
	margin: 3px 0 3px 12px;
	text-align: center;
}

.floatl {
	float: left;
	margin: 3px 12px 3px 0;
	text-align: center;
}

.floatr img {
	padding: 5px;
	background: #eee;
	border: solid 1px #999;
}

.floatl img {
	padding: 5px;
	background: #eee;
	border: solid 1px #999;
}

#header #title {
	padding-top: 18px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

#header #title2 {
	float: left;
	margin: 7px 0 0 32px;
}

#header #title2 img {
	border: solid 1px #999;
}

#oceanpics {
	margin: 32px 0 0 230px;
	font-size: 30px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #06f;
}

#livingworld {
	margin: 40px 25px 0 0;
	text-align: right;
	font-size: 30px;
	letter-spacing: 12px;
	text-transform: uppercase;
	color: #f93;
}

#random-images-row {
	margin: 21px auto;
	text-align: center;
	font-size: 11px;
}

.random-images-thumbnail {
	float: left;
	margin: 0 15px;
}

.random-images-thumbnail img {
	background-color: #eee;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 5px;
}

.random-images-caption {
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0;
}

#copyright {
	font-size: 11px;
	line-height: 17px;
}

.flag {
	margin: 24px 0;
}

.box1 {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin-top: 24px;
}

.box1 img {
	margin: 3px 12px 3px 0;
	padding: 5px;
	background: #eee;
	border: solid 1px #999;
}

.box2 {
	float: left;
	width: 243px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin: 12px 0;
	height: 310px;
	background: #f5f5f5;
	margin-right: 1px;
	padding: 3px 0;
	position: relative;
}

.box2 img {
	margin-bottom: 3px;
	padding: 5px;
	background: #eee;
	border: solid 1px #999;
	text-align: center;
}

.box2 .txt {
	text-align: justify;
	margin: 3px 10px;
	font-size: 11px;
	line-height: 15px;
}

.box2 h3 {
	margin: 3px 0;
}

.box2 .txt-uw {
	font-size: 11px;
	font-style: italic;
	color: #666;
	position: absolute;
	top: 297px;
	left: 70px;	
}

.small {
	font-size: 11px;
	line-height: 17px;
}

.nexttrips {
	float: right;
	margin: 5px 0 5px 18px;
	width: 250px;
	border: solid 1px #999;
	background: #f0f0f0;
	padding: 5px;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}

.nexttrips h2 {
	font-size: 14px;
	text-align: center;
	margin: 0 0 9px;
	border: none;
}

.nexttrips h3 {
	margin: 0;
	font-size: 12px;
}

.right {
	text-align: right;
}



#left ul {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	height: auto;
	border-bottom: dotted 1px #999;
}

#left li a {
	line-height: 27px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-top: dotted 1px #999;
	padding: 0 0 0 3px;
}


#left li a:hover {
	background-color: #03c;
	color: #fff;
}

-->