#map {
        width: 500px;
        height: 400px;
}
table, th, td {
    border: solid #afaf6e 1px;
}
td.red{
	background-color: #e0e0e0;
	border-color: ButtonShadow;
	border-width: thin;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	color: red;
	}
	
body.white{
	color:white;
	background-image: url(images/background.jpg);
	margin-top: 0px; margin-top: 0px;
}
.rented{
	color: red;
	font-weight: bold;
	font-size: 12px;
}
td.footer{
	text-transform: capitalize;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border-top: thin;
	border-top-style: solid;
	margin-top: 15px;
	font-size: 12px;
	color: white;
	}

td.details{
	text-transform: capitalize;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	border-top: thin;
	border-top-style: solid;
	padding:9px;
   font-size: 16px;
	color: white;
	}
   
   td.photo{
	text-transform: capitalize;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border-top: thin;
	border-top-style: solid;
	padding:9px;
   font-size: 16px;
	color: white;
	}
   
h3.search{
	color: black;
	font-style: oblique;
	font-family: sans-serif;
	text-shadow: Black;
	text-decoration: underline;
	margin-top: 15px;
}
.title{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: Maroon;
 }
.item{
	font-family: sans-serif; 
	display: inline;
	font-weight: bold;
	font-size: 14px;
   color: Black;
}
p.info{
text-align: justify;
	width: 80%;
	font: Arial;
	font-style: oblique;
}
img.border{
	border-style: groove;
	border-color: black;
	border-width:3px;
	margin-bottom: 1px;
      }
		
img.borderSmall{
	border-style: solid;
	border-color: black;
	border-width:3px;
	margin-bottom: 1px;
      }

td.header{
	background-color: #e0e0e0;
	border-color: ButtonShadow;
	border-width: thin;
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	}
	
table.border{
border-style: solid;
border-width: thin;
border-color: Silver; 
margin: 15px;
}	

a {
	font-family: serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
color: white; text-decoration:none;}

a.blue {
	font-family: serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
color: blue; text-decoration:none;}

a.red {
	font-family: serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
color: red; text-decoration: underline;}

a.normal{
text-decoration:none;
color: blue;
font-size: 100%;
	}
}
a:hover { text-decoration: underline;}
h5.heading{
	font-family: serif; font-weight: 100; font-family: Times New Roman; color: white;
 font-size: 14px;	
	}

td.area{
	border: ridge; border-width: thin; border-color: Silver;
}

body.side{
	background-image: url(images/side_nav.jpg);
	background-repeat: no-repeat;

}


	body{
	min-height: 100%;
		height: 600px;
	}