/*** main ***/
html
{
	background-color: black;
}
body
{
	background-color: black;
	color: black;
	font-family: "trebuchet ms";
	font-size: 83%;
	line-height: 150%;
	text-align: center;
	padding-top: 10px;
}

#doc
{
	background-color: #d0d9c3;
}

.para
{
	padding: 0 20px 1em 20px;
	text-align: justify;
}

a
{
	color: black;
	text-decoration: underline;
}
a:link
{
	color: black;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.centerall
{
	text-align: center;
}

.text-heading
{
	padding-left: 20px;
	margin-bottom: .2em;
}

.clear
{
	clear: both;
}
/*** end main ***/


/*** cabins ***/
.cabin-block
{
	margin: 10px 20px;
}
.cabin-preview
{
	color: white;
	background-color: black;
}
.cabin-preview-header
{
	background: black url(/images/mini-logo.png) no-repeat top right;
	border: 0px solid black;
	border-width: 0 1px;
}
.cabin-preview strong
{
	font-size: larger;
}
.cabin-preview a img
{
	padding: 3px;
}
.cabin-preview-logo
{
	height:20px;width:124px;
	position:relative;
	top:-35px;
	left:600px;
	margin-bottom:-20px;
}
.cabin-text
{
	border: 0px solid black;
	border-width: 0 1px;
	padding-top: 1em;
}
.extra-pic
{
	display: none;
}

.small-anchor
{
	font-size: smaller;
}
/*** end cabins ***/


/*** rates ***/
#rates-table
{
	margin: 10px 20px;
}
#rates-table table
{
	width: 100%;
}
/*** end rates ***/


/***logo area***/
#corner-tl,#corner-tr
{
	height: 20px;
	width: 20px;
	z-index:100;
}
#corner-tl
{
	float:left;
}
#logo
{
	margin-left: 20px;
}
#corner-tr
{
	float:right;
}
.clear
{
	clear: both;
}
/*** ***/


/*** details area ***/
#details-text
{
	float:left;
	width: 400px;
}
#details-pics
{
	float:right;
}
/*** ***/


/* customize YUI */
#ft
{
	padding: 1em;
	text-align: center;
	color: silver;
	background-color: black;
}
#ft a
{
	color: silver;
}
#ft a:hover
{
	text-decoration: none;
}
/*** end customize yui ***/