/* Oboe Camp Curriculum (schedule) */
table.curriculum {
   width: 560px;
   border: 1px solid #000;
   font-size: 70%;
   background-color: #ffffff;
}

th.curriculum, td.curriculum {
   border: 1px solid #000;
}

div.curriculummaincontent {
   width: 800px;
   height: 400px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
}

div.curriculumcontent {
   width: 560px;
   padding: 10px 10px;
   background-color: #ffffff;
   float: right;
   text-align: justify;
}
