body {
	background-color : #FFFFFF;
	margin : 0px;
}

#headerImage {
	margin-top : 10px;
	display : block;
}
#footerImage {
	display : block;
}

#pageContent {
	width : 583px;
	border-style : solid; 
	border-width : 0px 1px 0px 1px; 
	border-color : #95080E;
	padding-bottom : 20px;
}
#mainContent {
	width : 100%;
}
#leftContent {
	width : 49.5%; 
	float : left;
}
#leftContentBoxHack {
	padding:0% 5% 0% 5%;
}
#rightContent {
	width : 49.5%;
	float : right;
}
#rightContentBoxHack {
	padding:0% 5% 0% 5%;
}



#pageLinksBG {
	position : relative;
	height : 50px; 
	width : 583px;
	z-index : 0;
}

.hiddenTitle {
	display : none;
}

.normalText {
	font-family : arial;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	color : #135E97;
	text-decoration: none;
}
.normalTextLink {
	font-family : arial;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	color : #135E97;
	text-decoration: underline;
}
.normalTextLink:hover {
	font-family : arial;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	color : #135E97;
	text-decoration: none;
}
.cruiseTitleText {
	font-weight : bold;
	color : #990000;
	font-size : 11pt;
}
.captionText {
	font-size : 8pt;
	margin-bottom : 20px;
}
.cruiseLabelText {
	font-weight : bold;
}

#printButton {
	margin-top : 12px;
	margin-bottom : 10px;
}
#printButton img {
  border-style : none;
}

#bookButton {
	margin-top : 12px;
	margin-bottom : 10px;
}
#bookButton img {
  border-style : none;
}

#searchButton {
	margin-top : 12px;
	margin-bottom : 10px;
}
#searchButton img {
  border-style : none;
}

#backButton {
  background-image : url(../images/button_back1.gif); 
	width : 101px; 
	height : 24px; 
	float : left;  
	margin-left : 10px;  
	margin-bottom : 20px;
}

#nextCruise {
  float : right;
}
#nextCruise a {	
	font-family : arial;
	font-style : normal;
	font-weight : bold;
	font-size : 10pt;
	color : #135E97;
	text-decoration : none;
}
#nextCruise img {
  width : 7px;
	height : 7px;
	background-image : url(../images/cruisePages/nextCruise.gif);
}
#previousCruise {
  float : left;
}
#previousCruise a {	
	font-family : arial;
	font-style : normal;
	font-weight : bold;
	font-size : 10pt;
	color : #135E97;
	text-decoration : none;
}
#previousCruise img {
  width : 7px;
	height : 7px;
	background-image : url(../images/cruisePages/previousCruise.gif);
}
.pleaseNote {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	line-height: normal;
	font-variant: normal;

}

