/* PRIMARY STYLESHEET */

body {
	background-color: #543019;
	background-image: url(../images/mmbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 8px; margin-top: 105px;
}

/********************************
 TEXT STYLES
 ********************************/
.default {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF0099;
}

.fouteen {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/********************************
 TABLE, TD, TR, DIV STYLES
 ********************************/
.mainphoto {
	background-image: url(../images/mainphoto.jpg);
	background-repeat: no-repeat;
}

.tablebg {
	background-color: #f6b5e8; /* Prev Color #FFCBF4 */
}

.opacity {
	filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; filter:alpha(opacity=80);
	background-color: #CCCC99;
	border: 1px solid #996600;
}

.opacity2 {
	filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50; filter:alpha(opacity=50);
	background-color: #000099;
	border: 1px solid #00CCFF;
}

.table {
	border: 1px solid #000000;
}

.topbg {
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
}

.photo {
	background-image: url(../images/photomnmee.jpg);
	background-repeat: no-repeat;
}


/********************************
 URL STYLES
 ********************************/
a:link {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF00CC;
	text-decoration: none;
	border-bottom: 1px dotted #FF0099;
}
a:visited {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF00CC;
	text-decoration: none;
	border-bottom: 1px dotted #FF0099;
}
a:hover {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF00CC;
	text-decoration: none;
	border-bottom: 1px dotted #FF0099;
}

/* Credit URL */

.credit a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.credit a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.credit a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
.credit a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}









/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: #000000;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
