*
#column1 
{
	float: left;
	width: 23%;
}

#column2 
{
	float: left;
	width: 73%;
}

.inside
{
   padding: 10px;
}

#syllabusmenu
{
   padding: 18px 8px;
}

.mC 
{
   width:100px; 
   padding:10px 5px;
   float:left;
}

.mH 

{
   cursor:pointer;
}

.mL 
{
   display:none; 
   margin-bottom:10px; 
}

.mO 
{
   margin-left:5px; 
   display:block;
}

#syllabus
{
   background: url(../images/yellowbox.png) no-repeat top center;
   text-align: justify;
   font: 12px Tahoma;
   min-height: 1000px;
   margin-top: 0px;
   padding: 18px 15px;
}

#parkourdefenition
{
   overflow: hidden;
   max-height: 470px;
   padding: 30px 15px;
}

   #parkourdefenition p
   {
      font: 12px Tahoma;
      text-align: center;
      margin-top: 15px;
   }

#frdefenition
{
   overflow: hidden;
   max-height: 470px;
   padding: 30px 15px;
}

   #frdefenition p
   {
      font: 12px Tahoma;
      text-align: center;
      margin-top: 15px;
   }

#philosophies
{
   overflow: hidden;
   max-height: 470px;
   padding: 30px 15px;
}

#syllabus p
{
   overflow: auto;
   max-height: 470px;
   padding: 0px 10px;
}

.center
{
   text-align: center;
}
   
.spacesmall
{
   height: 40px;
}

.spacebig
{
   height: 200px;
}