BODY
{
	background-color: #c0d0e0;
margin-top: 0px;
}




#main
{
	width: 740px;
	padding: 0px;
	margin: auto;
	padding-left: 50px;
	background-color: #f0f0f0;
	border-left: 160px solid #c0d0e0;
	border-right: 12px solid #c0d0e0;
	border-top: 102px solid #c0d0e0;
}

#madapic
{
	position: absolute;
	margin-left: -210px;
	margin-top: -90px;
	width: 160px;
	transform:rotate(4deg);
	-webkit-transform:rotate(4deg);
	box-shadow: 4px 4px 8px #444;
}


#top
{

height: 147px;


}


.time
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 120px;
	text-align: left;
	
}

.time B
{
	float: left;
	margin-left: -120px;

}

.time BR
{
line-height: 8px;
	
}

.time I
{

	float: left;
	margin-left: -100px;
	font-style: normal;

}

.time P
{
	margin-top: 10px;
	margin-bottom: 10px;
}


#menu
{

	width: 140px;
	margin-left: -200px;
	position: absolute;
	text-align: center;
	color: #fff;
}

#menu B
{
	display: block;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 18px;

}

.mnu
{
	display: block;
		border: 1px solid #444;
	color: #000;
	margin-bottom: 12px;
	text-decoration: none;
	text-align: center;
	padding: 4px;	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
		background-color: #a0b0c0;
}

.mnu:hover
{
	background-color: #888;
	color: #000;
}


.mnu2
{
	display: block;
	border: 1px solid #444;
	color: #fff;
	margin-bottom: 12px;
	text-decoration: none;
	text-align: center;
	padding: 4px;	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
	background-color: #90a0b0;
}

.mnu2:hover
{
	background-color: #888;
	color: #000;
}



#menu img
{
	border: 0;
	padding-top: 12px;
	margin-bottom: -12px;

}

.fpimg
{
	width: 380px;
	display: block;
	margin: auto;
	border: 1px solid #222;
	box-shadow: 2px 2px 4px #555;
	margin-bottom: 10px;

}

#content
{ 
	
	margin-top: -115px;
	text-align: justify;
	padding-right: 40px;
	font-size: 17px;
		min-height: 900px;
}

#content h1
{
	margin: 0px;
	font-variant: small-caps;
	font-size: 24px;
	text-align: center;
	margin-bottom: 14px;
}
#content h2
{
	margin: 0px;
	font-variant: small-caps;
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
		margin-top: 25px;
}

#content h3
{
	margin: 0px;
	font-variant: small-caps;
	font-size: 20px;
	text-align: left;
	margin-bottom: 15px;
		margin-top: 35px;
	text-decoration: underline;
	
}


#content h4
{
	margin: 0px;
	font-variant: small-caps;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
		margin-top: 25px;
}


.clearer
{
	clear: both;
}

.speaker
{

	float: left;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	padding-top: 4px;

}



#rightimages
{
	
	float: right;
	margin-left: 20px;

	
	
}

#leftimages
{
	float: left;
	margin-right: 20px;
}


#rightimages img, #leftimages img
{
	display: block;

	margin-bottom: 40px;
	

	 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */  

}

#bottompics
{
	margin-right: -40px;
	padding-top: 20px;
	text-align: center;
}

#bottompics img
{


	margin-bottom: 40px;
	margin-right: 42px;

	 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */  

}



.flip
{
		-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
transform: rotate(-3deg);
}

.flip2
{
		-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
transform: rotate(3deg);
}

.flip3
{
		-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
transform: rotate(-1deg);
}


.fplink
{
	display: block;
	margin-top: 7px;
	font-size: 15px;
	color: #032800;

}




.fplink:hover
{
	color: #167100;

}

.fppics
{
	padding: 10px;
	text-align: center;
}

.fpdrop
{
	 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */  
 margin-right: 10px;
 margin-left: 10px;
}

.footer
{
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	margin-bottom: -10px;
}

#crystaldays
{
margin-top: 40px;
margin-left: 45px;
}

#gallery DIV {
   float: left;
   
}

.gala
{
		display: table-cell;
		width: 222px;
		height: 222px;
		text-align: center;
		vertical-align: middle;
		
}


#gallery IMG
{

		border: 0;
		vertical-align: middle;
			 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */  
}

.nicetable, .nicetable2
{
	border-collapse: collapse;

		border-right: 1px solid #167100;
	border-top: 1px solid #167100;
}

.nicetable TH
{
	text-align: left;
	background-color: #36a130;	border-left: 1px solid #167100;
	border-bottom: 1px solid #167100;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	padding-top: 3px;
	vertical-align: top;
}

.nicetable2
{
	width: 700px;
}


.nicetable Td
{
	text-align: left;
	border-left: 1px solid #167100;
	border-bottom: 1px solid #167100;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	vertical-align: top;
}

.nicetable2 TH
{
	text-align: left;
	background-color: #36a130;	border-left: 1px solid #167100;
	border-bottom: 1px solid #167100;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;

	vertical-align: top;
}


.nicetable2 Td
{
	text-align: left;
	border-left: 1px solid #167100;
	border-bottom: 1px solid #167100;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	vertical-align: top;
}


.smallprint
{
		font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
#regtable
{
margin-left: -200px;
background-color: #fff;
}


.clear {
   clear: both;
} 

#indexphoto
{
	width: 640px;
	height: 400px;
	background-color: #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
}
#indexphoto2
{
	width: 640px;
	height: 640px;
	background-color: #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
}


#moroccooptions
{
bordeR: 1px solid #000;
margin-top: 10px;
border-collapse: collapse;
margin-bottom: 10px;
}


#moroccooptions Th
{
vertical-align: top;

font-size: 25px;
padding: 8px;
border-bottom: 1px solid #000;
}



#moroccooptions TD
{
padding: 8px;
border-bottom: 1px solid #000;
}

.moa
{
border: 1px solid #000;
margin: 3px;
padding-left: 3px;
padding-right: 3px;
background-color: #ffc;
}
.mob
{
border: 1px solid #000;
margin: 3px;
padding-left: 3px;
padding-right: 3px;
background-color: #fcf;
}
.moc
{
border: 1px solid #000;
margin: 3px;
padding-left: 3px;
padding-right: 3px;
background-color: #cff;
}
#moroccopackages
{
border: 1px solid #000;
margin-top: 10px;
border-collapse: collapse;
margin-bottom: 10px;
}

#moroccopackages TD
{
padding: 8px;
border-bottom: 1px solid #000;
}

#moroccopackages TH
{
padding: 8px;
border-bottom: 1px solid #000;
background-color: #ddd;
}

.signupbutton
{
border: 1px solid #000;
text-decoration: none;
padding: 4px;
border-radius: 7px;
background-color: #ff8;
color: #000;
font-weight: bold;
}

.signupbutton:hover
{
text-decoration: none;
background-color: #fff;
color: #00f;
}

.quote
{
margin: 15px;
margin-top: 25px;
font-style: italic;

}

.spectable
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	min-width: 95%;
}

.spectable TD, .spectable TH
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;

}


.spectable th
{
	background-color: #edf4fc;
}

.controls
{
	font-size: 14pt;
	padding: 4px 8px;
	background-color: #8cf;
	border-radius: 5px;
	border: 1px solid #02c;
	cursor: pointer;

}
.controls:hover
{
	background-color: #fc8;
	border: 1px solid #f00;
}

#title
{
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24pt;
	position: absolute;
	margin-top: -80px;
	margin-left: 35px;
}

.photos
{
	border: 1px solid #ccc;
	padding: 3px;
}

.photos DIV
{
	float: left;
	background-color: #888;
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #000;
	margin-right: 2px;
	margin-bottom: 2px;
}

.photos IMG
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 145px;
	max-height: 145px;
}

.miniphoto IMG
{
	width: 100px;
}