/* Made with Joy by What Cheer */

/*********** TABLE OF CONTENTS START ***********\

1.0 Titles
2.0 Photo Menu

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1.0 Titles ////////// */

.weddings { background-image: url(/images/interface/titles/weddings.gif); }
.businessmeetings { background-image: url(/images/interface/titles/businessmeetings.gif); }
.otherevents { background-image: url(/images/interface/titles/otherevents.gif); }
.noevents {
    background-image: url(/images/interface/titles/noevents.gif);
    margin: 0px auto;
}
/* \\\\\\\\\\ 1.0 Titles \\\\\\\\\\ */

/* ////////// 2.0 Photo Menu ////////// */

.photomenu ul { margin: 0px; }

.photomenu li {
	list-style: none;
	display: block;
	width: 160px;
	float: left;
	padding: 15px;
	text-align: center;
}

.photomenu a, .photomenu a:link, .photomenu a:visited, .photomenu a:active {
	display: block;
	width: 150px;
	height: 150px;
	padding: 5px;
	background-color: #CCC;
}

/* \\\\\\\\\\ 2.0 Photo Menu \\\\\\\\\\ */

.nothing {
    text-align: center;
}
