html{background-color: #ffe07e;}

body {
font-family: "Bpmf Iansui", cursive;
margin:0;
padding:0;
}

a{color:#ee6a7c;}

.Destaque1{
    color:#ee6a7c;
    font-weight: bold;
}

#container {
    position:relative;
    width:1250px;
    margin:auto;
}

#mainContentBox {
    padding-bottom:5px;
    margin-left:160px;
    margin-right:142px;
    background-color:#ffe7d6;
    border: 1px solid;
    border-color:#73464c;
    
}

#mainContent {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#73464c;
}

#menu1 {
    position: absolute;
    top:0;
    left:0;
    width:145px;
    background-color:#ffe7d6;
    border: 1px solid;
    border-color:#73464c;
    color:#73464c;
}

#m1text {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

#menu2 {
    position:absolute;
    top:0;
    right:0;
    width:125px;
    background-color:#ffe7d6;
    border: 1px solid;
    border-color:#73464c;
    color:#73464c;
}

#m2text {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

#header{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 1em;
    color: #ab5675;
    text-align: center;
    font-weight: bold;
}

#foot {
    padding-top:3em;
    margin-left:16px;
    margin-right:100px;
    color: #ab5675;
}

.center-image {
  margin-left: 95pt;
  margin-right: 95pt;
}