body
{
  background: 			url("./images/pink flowers.jpg");
  background-repeat: 	repeat;
  background-color:     #FFCCCC;
}

.width_lg
{
  width: 				1000px;
}

.width_sm
{
  width: 				940px;
}

.font 
{
  font-size: 		17px;
  font-family: 		Palatino Linotype, Comic Sans MS, Sans-serif;
}

.logo
{
  font-style:  		italic; 
  color:       		#FF0099;
  font-size:   		30px;
  text-align:  		right;
  font-family: 		Palatino Linotype, Comic Sans MS, Sans-serif;
}

.wed
{
  width:				190px;
  height:				150px;
  border:   			0;
}

.gallery button 
{
  width:				240px;
  height:				180px;
}

/* Highlight is used on index anchor */
.highlight img
{
  border:   4px solid #FF66CC;
  width:	200px;
  height:	150px;
}

.highlight:hover img
{
  border: 4px solid #00CCFF;
}

.highlight:hover
{
  color: blue;  /* Corrects IE bug */
}

td.packages
{
  vertical-align: 		top;
  text-align: 			center;
  font-style:			normal;
  font-size: 			18px;
  font-family: 			Palatino Linotype, Comic Sans MS, Sans-serif;
  color:				#000000;
  width:				230px;
  background:			#E3E4FA;
}
 
/* BEGIN - Drop Down CSS */ 
#dropMenu, #dropMenu ul 
{
  padding: 		0;
  margin: 		0;
  list-style: 	none;
  line-height: 	1;
}

#dropMenu a 
{
  font-style:		italic;
  color:			#FFFFFF;
  font-size: 		15px;
  font-family: 		sans-serif;
  text-decoration: 	none;
  display: 			block;
}

#dropMenu a:hover 
{
  font-style:		normal;
  color:			#000000;
  font-size: 		15px;
  font-family: 		sans-serif;
  text-decoration: 	none;
  background-color: #FF66CC;
}

#dropMenu li 
{
  float: left;
  width: 110;
}

#dropMenu li ul 
{
  position: 	absolute;
  width: 		110;
  left: 		-999em;
}

#dropMenu li:hover ul, #dropMenu li.IEhover ul 
{
  left: auto;
}

#content 
{
  clear: left;
  color: #ccc;
}

/* Drop Down Menu */
#menu a
{
  background: 			#FF0099;
  color:            	#FFFFFF;
  width: 				104;
  border:				1px inset black;
  padding-bottom:		1;
  padding-top:			1;
  padding-right:		3;
  padding-left:			3;
}
/* END - Drop Down CSS */

.header
{
  color:          	#000000;
  font-size:      	15px;
  vertical-align: 	top;
  font-family: 		Palatino Linotype, Comic Sans MS, Sans-serif;
  text-align:  		left;
}

td.footer
{
  text-align: 			center;
  font-style:			normal;
  font-size: 			12px;
  font-family: 			Palatino Linotype, Comic Sans MS, Sans-serif;
  color:				#000000;
  width:				1050px;  
  border-top: 		    solid;
  border-top-width: 	1;
  border-color:         #000000;  
}