/* Oboe Camp */
div.wrapper {
   height: 400px;
}

div.oboecampmaincontent {
   width: 800px;
   height: 250px;
   padding: 10px;
   background-color: #ffffff;
}

div.oboecampcontent {
   width: 573px;
   height: 250px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
}


div.oboecampnav {
   float: left;
   width: 220px;
   height: 250px;
}

ul.oboecampnav {
   float: left;
   margin: 0;
   padding: 10;
   list-style-type: none;
   display: block;
   line-height: 25px;
   background-color: #ffffff;
}
ul.oboecampnav a {
   padding: 1;
   display: block;
   height: 25px;
   line-height: 25px;
   color: #000;
   text-decoration: none;
}
ul.oboecampnav a:hover {
   color: #555555;
}

/* submenu */
ul.oboecampinstructors {
   margin: 0;
   padding: 10;
   display: block;
   list-style-type: none;
   /*line-height: 30px;*/
   background-color: #ffffff;
   text-indent: 30px;
}
ul.oboecampinstructors a {
   padding: 1;
   display: block;
   /*height: 40px;*/
   /*line-height: 30px;*/
   color: #000;
   text-decoration: none;
}
ul.oboecampinstructors a:hover {
   color: #555555;
}

li.instructortitle {
   line-height: 12px;
   font-size: 65%;
   display: block;
   text-indent: 50px;
}

ul.oboecampinstructors a.hasatitle {
   display: inline;
}

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

div.oboecampcontent {
   width: 560px;
   padding: 10px;
   background-color: #ffffff;
   float: right;
}


/* Instructors */
div.aboutinstructor {
   float: right;
   padding: 10px;
}

div.instructors-img-wrapper img {
  background-color:#ffffff;
  border: 1px solid #303030;
  padding: 4px;
  /*position: relative;*/
  margin-right: 15;
}

