

body
{
text-align:center; 
color:red;
background-color: White;
}

.weather
{float:center;
border:2px red;
}

p
{
color:red; font size:20px;
text-align:center;
} 
#map {
  width: 1000px;
  height: 440px;
}
.container
{
width:1000px;
height: 540px;
margin-left:auto;
margin-right:auto;
background:#ffffff;
text-align: center;
border: 1px solid black;
}

#main-content p img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #666;
	padding: 2px;
	}

#slides
{
margin:0 auto;
text-align:center; 
width:600px;
}

ul
{
display: none;
}

.caption
{
position:absolute;
z-index:200;
background:black;
border:2px solid black;
bottom:-300px;
}

#footer 
{
width:100%;
height:150px;
background-color: grey;
}

#navbar-container
{
background:#C8C8C8; 
height: 20px;
border: 1px solid black;
}
 
 
