body {
	background: transparent url(images/mm_bg.jpg) repeat;
}

#divHorizon{
	text-align: center;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 5%;
	left: 0;
	padding: 0;
	margin: 0;
	visibility: visible;
	overflow: visible;
	
}
#divWrapper{
text-align: left;
width: 800px;
height: 600px;
position: absolute;
top: 10px;
left: 50%;
padding: 0;
margin: 0 0 0 -400px;
visibility: visible;
}  

#divContent{
	position:absolute;
	top: 20px;
	padding-top: 20px;
	font-color: #003300;
	padding-left: 15px;
	padding-right: 10px;
	width: 300;
	left: 480;
	z-index: 2;
} 

.welcomeTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #003300;
}

.topNav {
	position:absolute;
	left:15px;
	top:15px;
	width:837px;
	height:26px;
	z-index:16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#indexTopNav {
	position:absolute;
	right:0px;
	top:5px;
	width:800;
	z-index:16;
}


#indexTopNav a {
	color: #fff;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

a:link.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #fcfcfc;
    font-size: 13px;
	padding-right: 30px;
	text-decoration: none;
}
a:visited.mainNav {
	font-family: Arial, Helvetica, sans-serif;	
	color: #fcfcfc;
	font-size: 13px;
	text-decoration: none;
}
a:hover.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fcfcfc;
	font-size: 13px;
	text-decoration: underline;
}
a:active.mainNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #fcfcfc;
	font-size: 13px;
	text-decoration: none;
}

#picsNav {
	font-family: verdana;
	text-decoration: none;
	color: #999999;
}

#indexBg01 {
	position:absolute;
	left:0px;
	z-index:2;
	top:0;
}

#indexBg02 {
	position:absolute;
	left:0px;
	top:179px;
	z-index:2;
	visibility:visible;
}

#indexBg03 {
	position:absolute;
	left:0px;
	top:330px;
	z-index:2;
	width: 800px;
}

#indexBg04 {
	position:absolute;
	left:0px;
	top:140px;
	z-index:2;
	width:800;
	height:509;
	background: #fcfcfc;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	padding-top: 0px;
}

td h2 {
	padding-top: 3;
	padding-bottom: 0;
}

td img {
	height: 35px;
	width: 50px;
}

h2 {
	padding-top: 8px;
}

h4 {padding-top: 0px; 
	padding-bottom: 0px; 
	font-family: verdana;
	font-size: 150%;
	text-decoration: none;
	color: #999999;
	}

#footer {
	position:absolute; 
	font-size: 11px; 
	color: #fcfcfc; 
	align: right; 
	top: 526px; 
	right: 337;
	height:19px; 
	z-index:6;
	
}

#footer a {
	color: #fcfcfc;
	text-decoration: underline;
}


#random {
 	position:absolute; 
	left:0px; 
	top:30px; 
	width:64px; 
	height:56px; 
	z-index:3;
}

ul {color: #000000;}

.gallerycontainer h4 {font-size: 80%; color: #000000;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
padding-left: 10px;
background: #fcfcfc;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000000;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-align: center;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
height: 269;
width: 400;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -295;
left: 2px; /*position where enlarged image should offset horizontally */
z-index: 50;
height: 269;
width: 400;
}



