body {
    background-color: #5e1211;
}

#Logo {
    margin-top:50px;
    margin-bottom: -140px;
    margin-right: 500px;
	position: absolute;
}

#MainPic {
    margin-left: 600px;
    width:720px;
    height:1000px;
    float: left;
	position: absolute;
}

#pizza {
    margin-top: 150px;
	margin-left: 1000px;
    width:900px;
    height:768px;
	position: absolute;
}

#Links{
    background-color: #D8C6B8;
    width: 600px;
    height: 650px; 
    list-style-type: none;
    margin-top: 200px;
    float: left; 
    text-align: left;
    font-family: Goudy old style;
    font-size: 300%;
	position: absolute;
}

#Quotes {
    background-color: #D8C6B8; 
    margin-bottom: 500px; 
    margin-top: 200px;
    margin-left: 1320px; 
    width: 570px;
    height: 650px;
    float: right;
    text-align: center; 
    font-family: Goudy old style;
    font-size: 300%;
	position: absolute;
}

#SiteMapLinks {
    background-color: #D8C6B8;
    list-style-type: none;
	width: 99vw;
    margin-top: 150px;
    text-align: Center;
    font-family: Goudy old style;
    font-size: 300%;
    line-height: 250%;
	position: absolute;
}

#Mission {
    background-color: #D8C6B8;
    width: 800px;
    list-style-type: none;
    margin-top: 150px;
    text-align: left;
    font-family: Goudy old style;
    font-size: 300%;
	position: absolute;
}

#Vision {
    background-color: #D8C6B8;
    width: 800px;
	margin-top: 500px;
    list-style-type: none;
    text-align: Center;
    font-family: Goudy old style;
    font-size: 100%;
	position: absolute;
}

#Location {
    background-color: #D8C6B8;
    width: 800px;
    margin-top: 150px;
    text-align: left;
    font-family: Goudy old style;
    font-size: 300%;
	position: absolute;
}

#Menu {
    background-color: #D8C6B8;
    width:1000px;
    list-style-type: none;
    margin-top: 150px;
    text-align: Center;
    font-family: Goudy old style;
    font-size: 200%;
    line-height: 300%;
	position: absolute;
}

#BotNav {
    background-color: #D8C6B8;
    list-style-type: none;
	width: 99vw;
	margin-top: 1000px;
    text-align: Center;
    font-family: Goudy old style;
    font-size: 100%;
	position: absolute;

}

.vertical-menu a {
    background-color: #D8C6B8; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
    background-color: #ccc; /* Dark grey background on mouse-over */
}

.vertical-menu a.active {
    background-color: #4CAF50; /* Add a green color to the "active/current" link */
}