@charset "UTF-8";
/* CSS Document */


body	{
	background-color: #ffffff;
	background-image: url('images/block_island_vacation_rental_bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	font-family: verdana, arial, helvetica, sans-seriff;
	font-size: 9pt;
}

#main	{
	position: relative;
	float: center;
	display: block;
	width: 805px;
	margin: 71px auto;
	height: 100%;
	overflow: hidden;
}

#left	{
	position: relative;
	float: left;
	width: 535px;
	display: block;
}

#left_content	{
	position: relative;
	float: left;
	width: 500px;
	display: block;
	padding: 10px 50px 10px 5px;
}

#right	{
	position: relative;
	float: left;
	width: 270px;
}

#right_content	{
	position: relative;
	float: left;
	width: 250px;
	display: block;
	padding: 20px 20px 10px 0px;
	overflow: visible;
	
}

.italic	{
	font-style: italic;
}

.bolditalic	{
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.orange-italic	{
	font-style: italic;
	color: #cc6633;
}

.bodylink	{
	color: #cc9933;
	font-weight: bold;
	text-decoration: none;
}

.header	{
	font-size: 10pt;
	font-weight: bold;
	color: #5d7492;
}

.clear-both	{
	clear: both;
}

.hidden	{
	width: 500px;
  overflow: hidden;
	font-size: 2pt;
	visibility: hidden;
 }
 
 #footer	{
 	position: relative;
	float: center;
	text-align: left;
	clear: both;
 }
