/* CSS Document */

Body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	background-color: #B63636;
	}
	
div#container	{
position: relative;
	width: 700px;
	height: 500px;
	margin: 0px auto -1px auto;
	background-image: url(../images/bg_costa_rica_hotel.jpg);
	}
	
div#header	{
position: relative;
	height: 155px;
	top: 0px;
	}
	
div#title	{
position: relative;
	height: 60px;
	width: 450px;
	top: 0px;
	left: 175px;
	}
	
div#body	{
position: relative;
float: left;
	width: 700px;
	top: 20px;
	background-image: url(../images/bg_costa_rica_hotel.jpg);
	background-repeat: repeat;
		}
div#navigation	{
position: relative;
float:	left;
	width: 150px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 50px;
	padding-right: 23px;
	}
				A.navigation:link		{ color: #ffffff; text-decoration: none;  font-weight: bold;} 
				A.navigation:visited	{ color: #ffffff; text-decoration: none; font-weight: bold; } 
				A.navigation:active		{ color: #ffcc99; font-weight: bold;  } 
				A.navigation:hover		{ color: #ffcc99; font-weight: bold;  } 
				
			div#navigation li {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 9px;
				line-height: 25px;
				color: #ffffff;
				text-transform: uppercase;
				text-align: right;
				list-style-type: none;
				text-decoration: none;
			}

div#text	{
position: relative;
float: left;
	width: 400px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 50px;
	text-align: justify;
	}

div#footer	{
position: relative;
	height: 57px;
	width: 700px;
	top: 0px;
	text-align: center;
	margin: 0px auto -1px auto;
	}
	
div#ywdLINK	{
position: relative;
	height: auto;
	width: 700px;
	background-color: #AE3335;
	text-align: center;
	margin: 0px auto -1px auto;
	color: #ffffff;	}
div#ywdLINK a	{
	color: #ffcc99;	
	font-weight: bold;
	}
	
		
.footer	{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}
a.footer {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}


				A:link		{ color: #cc6600; text-decoration: none;  font-weight: bold;} 
				A:visited	{ color: #cc6600; text-decoration: none; font-weight: bold; } 
				A:active	{ color: #ffcc99; font-weight: bold;  } 
				A:hover		{ color: #ffcc99; font-weight: bold;  } 

.br	{
	clear: both;
	}
