body {
  font-family: Verdana;
  background: #D0D0D0 url(images/mmbag2b.jpg) repeat scroll 50% 0%;
}

td {
  font-family: Verdana;
	font-size:12px;
}

th {
  font-family: Verdana;
}

a {
  font-family: Verdana;
  color: #FF6600;
}

a:visited {
  font-family: Verdana;
  color: #FF8000;
}

a:hover {
  font-family: Verdana;
  color: #C03300;
	text-decoration: none;
	font-weight:bold;
}

#logo {
	display: block;
	float: left;
	position: absolute;
	left: 16px;
	top: 16px;
}

#menu {
	font-size: 12px;
	display: block;
	float: left;
	position: absolute;
	left: 16px;
	top: 80px;
	width: 120px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #202020;
	background-color: #F0F0F0;
}
#under-menu {
	font-size: 12px;
	display: block;
	float: left;
	position: absolute; 
	left: 16px; 
	top: 350px; 
}
#main {
	display: block;
	float: left;
	position: absolute;
	width: 760px;
	left: 200px;
	top: 32px;
	font-weight: 400;
	font-size: 12px;
}

#gallery #box {
	font-size: 10px;
	border: 1px solid #000000;
	padding: 4px 4px 4px 4px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 4px;
	background-color: #F0F0F0;
	font-weight: 100;
}
#gallery a {
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
}
#gallery a:hover {
	font-size: 10px;
	font-weight: 100;
	text-decoration: underline;
}
#gallery #thumb {
	float: left;
	width: 33%;
	padding: 8px 0px 8px 0px;
}
#gallery #thumb img {
	position: relative;
	top: 50%;
}
#gallery #thumb #underscript {
	font-size: 9px;
	font-weight: 100;
}

