    
.header {
    color: #788683;
    font-family: Garamond, Georgia, "Bitstream Charter", serif;
    font-size: 18px; 
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    }

.header-singular {
    color: #788683;
    font-family: Garamond, Georgia, "Bitstream Charter", serif;
    font-size: 44px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 20px;
    }

.header-description {
    color: #7A7A7A;
    font-family: Garamond, Georgia, "Bitstream Charter", serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
}


#mymenu {
	background: #656F6D;
        background: -moz-linear-gradient(#788683, #333333);
	background: -o-linear-gradient(#788683, #333333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#788683), to(#333333)); /* older webkit syntax */
	background: -webkit-linear-gradient(#788683, #333333);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mymenu li {
	float: left;
	font-family: myriad-pro, Arial Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
	margin: 0;
	padding: 0;
}
#mymenu a {
	background: #656F6D;
        background: -moz-linear-gradient(#788683, #333333);
	background: -o-linear-gradient(#788683, #333333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#788683), to(#333333)); /* older webkit syntax */
	background: -webkit-linear-gradient(#788683, #333333);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	color: #dfdfdf;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#mymenu a:hover {
	background: #efefef;
        background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	padding-bottom: 8px;
	}
	

