* {
	margin: 0px;
	padding: 0px;
}
	  

body {
	background: #CEE8F6;
	background-image: url(sun.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font: 14px/22px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

h1 { font-size: 26px; color: #000000; font-weight: normal;  margin: 0px 0px 30px 0px;}
h2 { font-size: 22px; color: #000000; font-weight: normal; margin: 0px 0px 10px 0px;}
h3 { font-size: 20px; color: #000000; font-weight: normal; margin: 0px 0px 5px 0px;}


ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

li {
	padding-left: 16px;
	background-image: url(http://www.wildwood.com/images/bullet_pink.png);
	background-repeat: no-repeat;
}

a {
	
	color: #336699;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}


#top {
	width: 780px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
}



/* Picture */
#picture {
	width: 780px;
	height: 270px;
	margin: 0 auto;
	padding: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


/* Header */
#header {
	width: 780px;
	height: 270px;
	margin: 0 auto;
	padding: 0px;
	background: url(beach.jpg);
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header .logo {
	height: 200px;
	margin: 0px;
	padding: 0px;
}


#menu{
	width: 780px;
	height: 46px;
	margin: 20px auto 0px auto;
	padding: 0px;
}
#menu ul{
	list-style-type: none;
	float: right;
	height: 40px;
	width: 100%;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	float: left;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000000;
	padding: 0px;
	background-image: none;
}
#menu a{ 
	color: #FFFFFF; 
	display: block; 
	padding: 0px 12px;
	font-size: 16px;
	text-decoration: none;
	background-color: #BF1495;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #940269;
	text-decoration: underline;
}



/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#left {
	float: left;
	width: 520px;
	padding: 0px;
	background: #FFFFFF;
}

#left .container {
	padding: 10px 20px 20px 20px;
	background: #FFFFFF;
}

#right {
	float: right;
	width: 200px;
	padding: 0px;
	background: #FFFFFF;
}

#right .container {
	padding: 10px 10px 0px 10px;
	background: #FFFFFF;
	line-height: 16px;
	border-left: 1px solid #CCCCCC;
}

#main {
	margin: 0px;
	padding: 20px 20px 30px 20px;
	background: #FFFFFF;
}



/**************************************************
* Banner.
**************************************************/

#banner {
	margin: 0px;
	padding: 6px 6px 0px 6px;
}




/**************************************************
* Navigation.
**************************************************/

#navigation {
	position: relative;
	text-align: left;
	width: 100%;
	padding: 20px 0px;
	
}
#navigation .first {
	position: relative;
	float: left;
	width: 160px;
	margin: 0px;
	padding-right: 20px;
}
#navigation .all {
	position: relative;
	float: left;
	width: 180px;
	margin: 0px;
}



/**************************************************
* Thumbs.
**************************************************/

#thumbs {
	position: relative;
	text-align: left;
	border-top: 1px solid #8E0059;
	width: 100%;
	padding: 20px 0px 0px 0px;
}

#thumbs a {
	text-decoration: underline; 
}
#thumbs a:hover { 
	text-decoration: none;
}

#thumbs .single {
	position: relative;
	float: left;
	width: 165px;
	text-align: center;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

#thumbs .single img {
	margin-bottom: 0px;
}



/**************************************************
* Rates Table.
**************************************************/

.rates {
	padding: 20px 0px 10px 0px;
	width: 100%;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
table.rates, table.rates td { border: 1px solid #666666; border-collapse: collapse; font-size: 10px;} 
tr.red_border td { border-bottom: 2px solid #BB6666; background: #FFDDDD;}



/**************************************************
* Container Page.
**************************************************/

#container { text-align: left; width: 780px; margin: 10px auto; padding: 0px;}
ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0px 0px 10px 0px; }
ul#tabs li { display: inline; padding: 0px; background-image: none;}
ul#tabs li a { color: #000000; background-color: #FFCCFF; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 22px; font-weight: bold; border: 1px solid #666666; border-bottom: none; padding: 10px 20px 11px 20px; text-decoration: none; }
ul#tabs li a:hover { background-color: #FFFFFF; }
ul#tabs li a.selected { color: #000; background-color: #FFFFFF; padding: 20px 20px 12px 20px; }
div.tabContent { border: 1px solid #666666; padding: 0.5em; background-color: #FFFFFF; }
div.tabContent.hide { display: none;}



/**************************************************
* Footer.
**************************************************/	

#footer {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
	padding: 10px 0px;
	clear: both;
	color: #000000;
}
#footer a {
	line-height: 18px;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}