/*************************************************************************
*   
*   Default Stylesheet
*
*   Copyright 2004-2009, HWebSystems
*   www.hwebsystems.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B1A279;
	text-align: center;
	background: #F2EEE5;
	padding: 0;
	margin: 0;
	cursor: default;
}
a, a:link, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

.container {
	width: 100%;
	background: url(../../graphics/common/top.gif) repeat-x top;
	padding: 12px 0 0 0;
	margin: 54px 0 0 0;
}
.wrapper {
	width: 100%;
	background: url(../../graphics/common/bottom.gif) repeat-x bottom;
	padding: 0 0 12px 0;
}
.clear {
	clear: both;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/

.header {
	width: 100%;
	height: 206px;
	background: #FFF;
	overflow: hidden;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.content {
	width: 100%;
	text-align: left;
	background: #FFF;
	padding: 50px 0 0 0;
}
.content .logo {
	width: 600px;
	height: 55px;
	text-align: right;
	background: url(../../graphics/common/seashellsresort-logo.gif) no-repeat left;
	margin: 0 0 0 43px;
}
.content .logo img {
	margin: 21px 0 0 0;
}
.content .text {
	width: 600px;
	text-align: justify;
	margin: 36px 0 0 50px;
	float: left;
}
.content .details {
	width: 600px;
	margin: 36px 0 17px 50px;
	float: left;
}
.content .details span {
	color: #C4B699;	
	font-size: 14px;
	margin: 0 5px 0 5px;
}
