body {
    background-color: #E5D19C;
}
#header h1 {
        position: relative;
        top: 25px;
        width: 147px;
        height: 142px;
        display: block;
        text-indent: -9999px;
        background: url('/static_media/mylogo1.png') no-repeat;
        float: left;
}
#header img {
    float:left;
}
#header {
    padding-bottom: 40px;
}
#content h1 {
    font-size:1.5em;
}
#container {
    margin: 0 auto;
    width: 800px;
}
#header {
    width: 900px;
    height: 175px;
}
#nav {
    float: left;
    width: 155px;
}
#nav li a {
    padding: 10px;
    border: solid 1px black;
    display: block;
    background-color: #CC7A00;
    text-decoration: none;
    color:black;
}

#nav li a:hover {
    background-color: #CC3A00
}

#content {
    width: 600px;
    padding-bottom: 80px;
    float: left;
    padding-left: 30px;
}

h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.55em;;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.25em;
	}
h6 {
	font-size: 1.1em;
	}

p {
	margin: 0 0 21px 0;
	}
#footer {
    width: 900px;
    background-color: #CC7A00;
    text-align:center;
    clear: both;
    padding:15px 0 15px 0;
    font-weight: bold;
    line-height: 120%;
}

#tours img, #featured img {
    border: solid 3px white;
}
div.tour {
    width: 165px;
    margin-right: 25px;
    margin-bottom: 30px;
    float: left;
    text-align:center;
}

#featured {
    margin: 0 auto;
    width: 400px;
    background-color: #CC7A00;
    border: 2px solid black;
    overflow: auto;/* to keep the div from collapsing */
}
#featured div.tour {
    margin: 17px;
    overflow: hidden;
}
