﻿#pictures {
	width: 900px;
	height: 209px;
}
#about_us {
	width: 965px;
	height: 781px;
	float: right;
	position: absolute;
	font-family: "Arial Black";
	background-color: #FFFF66;
}
#cottage {
	width: 638px;
	height: 444px;
	position: relative;
	background-image: url('img/casita.JPG');
	background-repeat: no-repeat;
}
#left_col {
	width: 150px;
	height: 200px;
	position: absolute;
	background-color: #FFFF66;
}
#left_col ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
}
#left_col li {
	border: 2px solid #990000;
	text-align: center;
	height: 30px;
}
a:visited {
	color: #006600;
	text-decoration: none;
	display: block;
	height: 30px;
}
a:link {
	color: #006600;
	text-decoration: none;
	display: block;
	height: 30px;
}
#left_col a {
	color: #006600;
	text-decoration: none;
	display: block;
	height: 30px;
}
#left_col a:hover {
	background-color: #FFCC00;
	color: #990000;
}

#right_col ul {
	list-style-type: none;
	margin: 0px;
	width: 153px;
	height: 101px;
	border: 0px solid #FFFF00;
}
#right_col li {
	border: 2px solid #CC0000;
	text-align: center;
}
