@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font:  100% "Times New Roman", Times, serif;
	text-align: center;
	color: #000000;
	background-color:#3399CC;
	background-image: url(http://www.mikemitch.com/mmc/img/artwork/tile.gif);
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
.mmcdiv #container {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 625px;
	background-color:#CCCC99
}
.mmcdiv #header {
	margin: 0;
	padding: 0;
	height: 60px;
	width: 750px;
	background-color:#FFFFCC;
	background-image: url(http://www.mikemitch.com/mmc/img/menu/head.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.mmcdiv #menu {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 750px;
	background-color:#CCCC99;
}
.mmcdiv #mainContent {
	margin: 0;
	padding: 0;
	height: 500px;
	width: 750px;
	background-image: url(http://www.mikemitch.com/mmc/img/gallery/main.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.mmcdiv #footer {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 750px;
	background-color:#333333;
	background-image: url(http://www.mikemitch.com/mmc/img/menu/foot.gif);
	background-position: center;
	background-repeat: no-repeat;
}