*
#column1 
{
	float: left;
	width: 63%;
}

   #column1a
   {
     	float: left;
	width: 30%; 
   }

   #column1b
   {
     	float: left;
	width: 65%; 
   }

#column2 
{
   float: right;
   width: 33%;
}

.inside
{
   padding: 10px;
}

#thetour
{
   padding: 0px 5px;
}

#thetour p
{
   font: 12px Tahoma;
   color: #000000;
   text-indent: 10px;
   text-align: justify;
   margin-top: 5px;
}

#photos
{
   padding: 10px 5px;
}

.albums
{
   margin-top: 5px;
}

#videos
{
   padding: 0px 5px;
}

#selectedvideo
{
   padding: 15px 25px;
}

#selectedvideo p
{
   font: 12px Tahoma;
   margin: 10px 0px;
}

#core
{
   background: url(../images/corebg.gif) no-repeat top center;
   margin-top: 0px;
   min-height: 430px;
}

#core p
{
   font: 12px Tahoma;
   color: #ffffff;
   text-indent: 10px;
   text-align: justify;
   margin: 0px 20px;
}

.images
{
   padding: 20px 25px;
}

#featured
{
   min-height: 460px;
   padding: 0px 10px;
}

#featured p
{
   font: 12px Tahoma;
   color: #000000;
   text-indent: 10px;
   margin-top: 5px;
}

.spacesmall
{
   height: 40px;
}

.spacebig
{
   height: 200px;
}