
h1,h2 {
    text-align:center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-variant: small-caps;
}
h1 { font-size: 3em; }
h2 { font-size: 2em; color: white; font-weight: bold;}
p { font-size: 1.2em; text-align: center; font-style: oblique;}
a { text-decoration: none; color:white;}

div{ background-repeat: no-repeat !important; background-size:cover !important; }

.container {
  width: 100%;
  max-width: 960px;
  background: #ddd;
  margin: auto;
  padding: 10px;
}

.head {
    width:100%;
    height: 40px;
}
.head a { color: #038;}

.left {
  height: 200px;
  float: left;
  margin-bottom:0;
  margin-top:2%;
  padding: 2%;
}


.all {
    height: 200px;
    width:99%;
    margin:0%;
}


.right {
  margin-top:2%;
  margin-bottom:0;
  height: 200px;
  padding: 2%;
}

.right.minor { margin-left:65%;   }
.right.major { margin-left:35%;   }

.minor {
    background: #EC802C;
    width: 30%;
}

.major {
    width: 60%;
    background: #027dc1;
}
    

