/*Primary Background coloring and shape*/
body{
	background-color: #a0c0f0;
	width:800px;
	margin:auto;
	margin-top: 20px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/*Styling for the title block atop each page*/
#title{
	background-color: #d0e0f0;
	width:750px;
	margin:auto;
	height:150px;
	border: 1px solid grey;
}
#title-img-left{
	float:left;
}
#title-img-right{
	float:right;
}
#title-text-top{
	float:left;
	height: 20px;
	margin-left:5px;
}
#title-text-bottom{
	float:right;
	height: 20px;
	margin-right: 5px;
}
#title-text-bottom-2{
	float:right;
	margin-right: 5px;
}

/*Styling for the Navagation Bar*/
#nav{
	background-color: #5080d0;
	width:750px;
	margin:auto;
	border: 2px solid black;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #5080d0;
}
li {
    float: left;
}
li a {
    display: block;
    color: d0e0f0;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #a0c0f0;
}

/*Primary Page Coloring*/
#main{
	background-color: #d0e0f0;
	width:750px;
	margin:auto;
	border: 1px solid grey;	
}
#main-text{
	margin:5px;
}

/*Styling for Footer */
#footer{
	background-color: #5080d0;
	width:750px;
	height: 20px;
	margin:auto;
	border: 2px solid black;
}
#footText{
	width: 400px;
	float:left;
	margin-left: 5px;
	color:#d0e0f0;
}
#footText2{
	text-align: right;
	width: 250px;
	float:right;
	margin-right:5px;
	color:#d0e0f0;

}
/*Styling for Index/Home Page*/
#map-container{
	height: 300px;
}
#map-right{
	width: 350px;
	float: right;
	text-align: center;
	padding-right: 20px;
}
#map-left{
	width: 350px;
	float: left;
	text-align: center;
	padding-left: 20px;
}

/*Styling for Owner Page, with alternating photos and Bios*/
#owner-container{
	width: 730px;
	height: 300px;
}
#owner-pic-left{
	float: left;
	border: 2px solid black;

}
#owner-text-right{
	float: right;
	width: 400px;
	padding: 20px 0px;
}
#owner-pic-right{
	float: right;
	border: 2px solid black;
}
#owner-text-left{
	float: left;
	width: 400px;
	padding: 20px 0px;
}


#contact-form{
	width: 400px;
	float: left;
}