@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
margin-left:auto;
margin-right:auto;

background-image:url(../images/banner.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#fbfbd5;
font-family:Georgia, "Times New Roman", Times, serif;
color:#b69b54;
}

#page-wrap{
margin-left:auto;
margin-right:auto;
width:700px;

}
#nav{
margin-left:180px;
margin-bottom:60px;
}
#nav ul{
margin:0;
padding:0;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}

#nav ul a {
padding-right: 10px;
padding-left: 10px;
display: inline;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #ac7e18;
}

#nav ul a:hover{
color: #e6b95a;
text-decoration:none;
}
#nav ul a:active{
text-decoration:underline;
}

#page-wrap{
margin-top:160px;
}

h1{
color:#895e05;
text-align:center;
font-weight:normal;
font-size:22px;
}

h2{
color:#895e05;
text-align:center;
font-weight:normal;
font-size:35px;
margin-bottom:10px;
}

#splash{
margin-top:20px;
margin-bottom:20px;
text-align:center;
}

p{
font-size:18px;
margin-bottom:10px;
}

.subhead{
font-size:20px;
color:#895e05;
margin-bottom:2px;
font-weight:bold;

}

#expect .subhead{
margin-top:25px;
}
#about .subhead{
margin-top:25px;
}

.email{
margin-left:40px;
list-style:none;

}
.email li{
margin-bottom:10px;
}

#googlemap{
margin-top:30px;

}

#footer{
background-image:url(../images/footer.jpg);
background-position:center top;
background-repeat:no-repeat;
width:100%;
height:231px;
margin-top:100px;
}

#footertext{
padding-top:190px;

}

#footer p{
color:#FFFFFF;
font-size:12px;
text-align:center;
margin-bottom:5px;
}

#footer a{

}

#footer a:hover{
color:#fafa9d;
}
