body {

width:100%;
margin:0px;
background-color:#f5f5f5;

}

object {

box-shadow:0px 3px 3px rgba(0,0,0,0.75);
background-color:#000000;

}


p {

background-color:#f0580d;
padding:5%;
border-top-style:solid;
border-top-width:1px;
border-top-color:#000000;
box-shadow:0px 3px 3px rgba(0,0,0,0.75);
border-radius:2px;

}

.navbar {
padding-top:5px;
background-color:#FFFFFF;
position:fixed;
text-align:center;
font-family:Century Gothic, sans-serif;
font-size:30px;
box-shadow:0px 3px 3px rgba(0,0,0,0.75);

}

.navbar a {
padding:0px 10px 0px 10px;
color:#000000;
text-decoration:none;
}

.navbar a:hover {
color:#FFFFFF;
background-color:#f0580d;
}

.topspacer {
background-color:#FFFFFF;
text-align:center;
font-family:Century Gothic, sans-serif;
font-size:25px;

}

.maincontent {
background-color:#f5f5f5;
font-family:Century Gothic, sans-serif;
width:90%;
padding:5%;
}

.maincontent img {
width:100%;
border-top-style:solid;
border-top-width:1px;
border-top-color:#000000;
box-shadow:0px 3px 3px rgba(0,0,0,0.75);
border-radius:2px;
}

.logo {
width:100%;
}

.logo img {
width:60%;
}

.footer {
font-family:Century Gothic, sans-serif;
color:#f0580d;
background-color:#000000;
margin:0% 5% 0% 5%;
padding:30px;
box-shadow:0px 3px 3px rgba(0,0,0,0.75);
border-top-style:solid;
border-top-width:1px;
border-top-color:#f0580d;
border-radius:2px;
}