
body{
	padding: 0px;
	margin: 0px;
	background-color: #C5B489;
}
.title{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.sub_title{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	/*font-weight: bolder;*/
}

p{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 18px;
	
}

.text_blue{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text_blue_b{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bolder;*/
}
.text_white{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text_big{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*font-weight: bolder;*/
}

.text_mediun{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bolder;*/
}


.footer{
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a:hover.footer {
	text-decoration: underline;
}
.footer_web{
	font-weight: bolder;
	color: #400080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
/******* MENU *******/
#version{
	width: 131px;
	height: 192px;
}

ul#menu{
	width: 131px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
	ul#menu li{
		/*float: left;*/
		margin: 0px;
		padding: 0px;
		list-style-type:none;
	}
ul#menu li a { 
border:0; 
text-decoration:none; 
text-indent: -9999px;
display:block; 
background:transparent url(../images/btns1.gif) no-repeat; 
} 

	
li#home a {  
margin-top: 0px;
width: 131px; 
height: 18px;

}
li#contact_us a{
width: 131px; 
height: 20px;
} 

li#view_vacation_rentals a {  
width: 131px; 
height: 20px;
} 
li#availability_schedule a {  
width: 131px; 
height: 20px;
} 
li#local_weather a {  
width: 131px; 
height: 20px;
} 
li#travel_guides a {  
width: 131px; 
height: 20px;
} 
li#add_to_favorites a {  
width: 131px; 
height: 20px;
} 


li#home a:link, li#home a:visited { 
background-position: 0px 0px; 
} 
li#home a:hover, li#home a:focus { 
background-position: -131px  0px; 
} 

li#contact_us a:link, li#contact_us a:visited { 
background-position: 0px -18px; 
} 
li#contact_us a:hover, li#contact_us a:focus { 
background-position: -131px  -18px;
} 

li#view_vacation_rentals a:link, li#view_vacation_rentals a:visited { 
background-position: 0px -36px; 
} 
li#view_vacation_rentals a:hover, li#view_vacation_rentals a:focus { 
background-position: -131px  -36px;
} 

li#availability_schedule a:link, li#availability_schedule a:visited { 
background-position: 0px -54px; 
} 
li#availability_schedule a:hover, li#availability_schedule a:focus { 
background-position: -131px  -54px;
} 

li#local_weather a:link, li#local_weather a:visited { 
background-position: 0px -72px;
} 
li#local_weather a:hover, li#local_weather a:focus { 
background-position: -131px  -72px;
} 

li#travel_guides a:link, li#travel_guides a:visited { 
background-position: 0px -90px; 
} 
li#travel_guides a:hover, li#travel_guides a:focus { 
background-position: -131px  -90px;
} 

li#add_to_favorites a:link, li#add_to_favorites a:visited { 
background-position: 0px -108px;
} 
li#add_to_favorites a:hover, li#add_to_favorites a:focus { 
background-position: -131px  -108px;
} 

.clearline{
	clear: both;
}
.border_w{
	width: 200px;
	height: 129px;
	border: solid 1px white;
}

/*.description{
	width: 287px;
	height: 254px;
	background-color: White;
	border: solid 1px #3E3E3E;
}

.title_description{
	/*float: left;
	width: 285px;
	height: 28px;
	background-color: #D4D4D4;
	background-image: url(../images/img_description.gif);
	background-repeat: no-repeat;
	background-position: 8 9;
	margin: 1px;
	
}*/

.leo{
	position: relative;
}