@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(mm_bg_red.gif);
	height:100%;
}

#footer {
	clear:both;
	width:1180px;
	background-color:#00C;
}

a {
	outline:none;
}

#wrapper{
	/*position:relative;*/
	margin: 0 auto;
	width: 1180px;
	/*text-align:left;*/
	background-color:#000;
	/*min-height:100%;*/
	/*height:100%;*/
} 

#header {
	width:1180px;
	height:190px;
	float:left;
}


#nav {
	float:left;
	width:160px;
	background-color:#000;
	/*height:100%;*/
}

#main {
	float:left;
	width:975px;
	background-color:#000;
	padding-top:15px;
	padding-left:45px;
}

#nav td {
	border-bottom: 1px solid #FF9900
	}

a.navleft {
	font:12px Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
a.navleft:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	}
	
.selected_nav {
	font:12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	}
	
#album_thumb {
	width:170px;
	float:left;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	text-align:center;
	height:170px;
}

#gallery_thumb {
	width:170px;
	float:left;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	text-align:center;
	height:170px;
}

/******* GALLERY ********/
.thumbnail {
	float:left; 
	padding-right:20px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
	width:142px;
	height:170px;
}

.thumbnail img {
	margin: 1px;
	border: 5px solid #ff9900; 
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

.thumbnail a:hover img {
	border: 5px solid #fe010a; /* determines thin outer border */
}

.viewpic img {
	margin: 1px;
	margin-left:-5px;
	border: 5px solid #666; /* determines thin outer border */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

