* {
	margin: 0px;
	padding: 0px;
}
body {font-family: sans-serif, Helvetica, Verdana, Arial; background-color: #fcee4d; background-position: 0px 0px; background-repeat: repeat-x; background-image: url(images/bodyBgTile.jpg);}
#container {position: relative; background-position: 0px 0px; background-repeat: repeat-y; background-image: url(images/contentBgTile.jpg); margin-bottom: 50px; margin-right: auto; margin-left: auto; width: 956px;}
#masthead { background-image: url(images/masthead.jpg); height: 402px; }
#masthead * { display:none;}
ul#menu1 {top: 342px; left: 300px; position: absolute; padding: 0px; margin: 0px; height: 42px; width: 446px; list-style-type: none;}
ul#menu1 li {padding: 0px; margin: 0px; display: inline;}
ul#menu1 a:link, ul#menu1 a:visited {
text-indent:-999999px;
background-image: url(images/mm_home.gif); background-repeat: no-repeat; background-position: left top; float: left; display: block; height: 42px; width: 106px;}
ul#menu1 a:hover, ul#menu1 a:active {background-repeat: no-repeat; background-position: left bottom;}

ul#menu1 li.mmgames a:link, 
ul#menu1 li.mmgames a:visited { background-image: url(images/mm_games.gif); width:97px; }

ul#menu1 li.mmblog a:link, 
ul#menu1 li.mmblog a:visited { background-image: url(images/mm_blog.gif); width:73px; }

ul#menu1 li.mmjokes a:link, 
ul#menu1 li.mmjokes a:visited { background-image: url(images/mm_jokes.gif); width:85px; }

ul#menu1 li.mmart a:link, 
ul#menu1 li.mmart a:visited { background-image: url(images/mm_art.gif); width:85px; }

#content { margin-left: auto; margin-bottom: 15px; margin-right: auto; margin-top: 15px; width: 725px; }
#content h1 { font-size: 40px; color: #fff644; }
#gameChoices {
	width:621px;
	background-image: url(images/gameboard_bgTile.jpg);
	margin:15px auto;
}
.topCap {
	background-image: url(images/gameboard_topCap.jpg);
	height: 52px;
}
.games {
	padding-left: 47px;
}
.games a:link, .games a:visited, .games a:hover, .games a:active {
	background-image: url(images/games_tileBG.jpg);
	display: block;
	height: 116px;
	width: 172px;
	padding-top: 15px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.games img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.bottomCap {
	background-image: url(images/gameboard_bottCap.jpg);
	height: 51px;
	clear: both;
}
.games img { 
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.games img:hover { 
	opacity: 1;
	filter: alpha(opacity = 100);
}
.hideME { display:none; }
#shadow {
	position:fixed;
	clear:both;
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}
.gameFlash {
	background-color:#336699;
	clear:both;
	position:fixed;
	width:730px;
	height:471px;
	top:50px;
	left: 50%;
	margin-left:-365px;
	z-index: 100;
	border: 10px solid #FFF;
}
.closeMe {}
.closeMe a:link, .closeMe a:visited{
	display:block;
	height:15px;
	font-size:12px;
	color:#005678;
	text-align:center;
	padding:3px;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
	background-color: #FEED95;
}
.closeMe a:hover, .closeMe a:active{
	color: #00415B;
	background-color: #FDE13A;
}
#kidPosters { text-align: center; }
#kidPosters h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #AEDAEC;
	clear:both;
}
#kidPosters .kidPosterBlock {
	float: left;
	width: 165px;
	height: 200px;
	margin-left: 25px;
}
#kidPosters .kidPosterBlock img { border: 1px solid #000000; width:100%; }
#kidPosters .kidPosterBlock p {
	padding-top: 5px;
	padding-bottom: 5px;
}

form#addComment { margin-bottom: 30px; margin-top: 30px; margin-right: auto; margin-left: auto; padding: 30px; border-style: none; width: 500px;}
form#addComment table {width: 100%;}
form#addComment tr {}
form#addComment th {vertical-align:top; text-align: right; font-size: 16px; border-spacing: 0px 1px; padding: 5px;}
form#addComment td {padding: 5px;}
form#addComment input {font-size: 16px; padding: 5px; width: 95%;}
form#addComment textarea {font-size: 16px; padding: 5px; width: 95%; height: 100px;}
form#addComment input[type="submit"] {width: 150px;}
form#addComment textarea:focus, form#addComment input:focus {}
		
.kidComment {padding: 30px; background-color: #37c9f2; margin: 15px;}
.kidComment .comments {font-size: 30px;}
.kidComment .details {margin-top: 25px; padding-left: 5px; padding-bottom: 5px; padding-right: 15px; padding-top: 5px; font-size: 14px; text-align: right; background-color: #1d4c56; color: #fcee4d;}
.kidComment .details span.author {font-size: 18px;}
.kidComment .details span.date {color: #2ccbf1;}

#footer {clear: both; height: 38px; background-image: url(images/footer.jpg);}