@charset "utf-8";

/*	------------------------------------------------------------	*/
/*	General Class													*/
/*	------------------------------------------------------------	*/

html, body {
	overflow-x: hidden;
}

body {
	background-color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
}

/* Clear floats */
.clearFloats {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.hideThis {
	height: 0;
	left: -5000px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

/*	------------------------------------------------------------	*/
/*	Site Structure													*/
/*	------------------------------------------------------------	*/
#wrapper {
	margin: 0 auto;
	width: 750px;
}

#navigation {
	background: url(../images/nav.gif);
	color: #FFFFFF;
	font-size: 1.3em;
	height: 40px;
	overflow: hidden;
	padding: 6px 0 0 0;
	text-align: center;
	width: 750px;
	word-spacing: 25px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 0;
}
#navigation a:hover { color: #663300; }

#mainContent {
	background: url(../images/back.gif);
	font-size: 1.2em;
	line-height: 1.6em;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding: 10px 30px 30px;
}
#mainContent p { padding-bottom: 10px; }
#mainContent h2 { 
	font-size: 1.2em;
	padding: 0 0 10px; 
}

#mainContent .generalData {
	width: 700px;
}
#mainContent .generalData .leftData {
	float: left;
	width: 420px;
}
#mainContent .generalData .rightData {
	float: left;
	text-align: center;
	width: 270px;
}
#mainContent table.gallery td img {
	padding: 10px;
}
#mainContent table.contact td,
#mainContent table.cruisesData td { padding: 4px; }
#mainContent a {
	color: #660000;
	text-decoration: underline;
}
#mainContent a:hover { text-decoration: none; }

#footer {
	background: url(../images/footer.gif);
	color: #EEE;
	padding: 10px;
	text-align: center;
}
#footer h3 {
	padding-bottom: 3px;
}
#footer a {
	color: #EEE;
	text-decoration: none;
}
