body {
  min-width: 900px;      /* 2x LC width + RC width */
  background-color: #84D264;
  font-family: MS Georgia;
  width:%100;
  height:%100;
}
img {
border: none;
}
h1,h2,h3,h4,h5,p,ul { font-family: MS Georgia; }

.full {
  border:0; cellspacing:0; cellpadding:0; width:100%; height:100%;
}
.header {
  
  width:100%;
  padding:1% 10% 0% 0;
  text-align:center;
}


.links {
  padding: 40px 0 0 0;
  width:24%;
  vertical-align:top;
}

.events {
	width: 194px;
	height: 35px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/weddingevents.gif);
}

.events:hover {
    background-image:url(images/weddingevents.gif);
	image:url(images/smallflower.gif);
}

.main {
  color: #333300;
  width:52%;
  background-color: #84D264;
  padding:40px;
  vertical-align:bottom;
}

.right {
  width:23%;
}