/* oplognosiaStyle.css */

body {
background-color: #ffeab8;
font-family: arial, sans-serif;
}

#banner {
text-align: center;
}

#search {
width: 85%;
text-align: right;
}

#bodyText {
background-color: #FFF7E4;
width: 63%;
float: left;
margin-left: 5%;
padding-left: 2.5%;
padding-right: 2.5%;

}

#advertisements {
margin-top: 2%;
margin-left: 2%;
width: 200px;
float: left;
text-align: center;
}

#footer {
clear: both;
width: 100%;
float: left;
text-align: center;
font-weight: bold;
}

#menu {
text-align: center;
width: 70%;
float: left;
margin-left: 5%;
clear: both;
margin-bottom: 1%;

}

#menu ul {
list-style-type: none;
}

#menu li {
background-color: white;
border: 1px black solid;
text-align: center;
width: 5.5em;
float: left;

}

#menu a {
text-decoration: none;
}

#design {
font-weight: normal;
}