  
body {
    background-color: #f5f5f5;
}  

#fixed-box {
min-height: 65px; 
width: 100%;
top: 0;
left: 0;
opacity: 1;
background: #ffffff;
font-family: Trebuchet MS, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
box-shadow: 0px 2px 2px #959595;
z-index: 99999;
position: fixed;
text-align: center;
}

.logo {
    padding: 5px 20px 0px 5px;
    height: 5%;
    width: 5%;
}

.header-title {
color:#a3a3a3; 
width:100%;
height:50px; 
font-size:40px;
text-shadow: 2px 2px 2px #cacaca;
padding: 5px 20px 10px 15px;
}


img, object, embed, video {
    max-width: 100%;
    height: auto;
}


.image-box {
    background: url("http://maps.cambridge.ca/gis/veterans/poppy_banner.JPG") no-repeat scroll 70% 40% / cover;
    width: 100%;
    z-index: 1;
    height: 300px;
    position: relative;
}

td {
    padding-left: 25px;
	padding-right: 25px;
	font-family: Trebuchet MS, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	line-height: 200%;
	font-size: 110%;
}
