* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#doc {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#leftframe {
	float: left;
	width: 300px;
}
#top {
	padding-bottom: 25px;
	width: 100%;
}
#top h1 {
	display: block;
	text-align: center;
}
#top h1 a {
	display: block;
	width: 300px;
	height: 150px;
	background-image: url(MCEntertainment.jpg);
	background-repeat: no-repeat;
}
#top h1 a span {
	display: none;
}
#top h2 {
	display: none;
}
#nav {
	float: left;
	width: 250px;
	padding-bottom: 50px;
}
#nav ul {
	float: left;
	width: 100%;
	/*border-top: solid 1px #666;*/
}
#nav ul li {
	display: block;
	width: 100%;
	list-style: none;
}
#nav ul li a {
	display: block;
	width: 100%;
	color: #666;
	padding: 8px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	/*
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	background-image: url(graphics/nav.gif);
	*/
	border: solid 1px #fff;
}
#nav ul li a:hover {
	/*background-image: url(graphics/navover.gif);*/
	background-color: #e4e3e3;
	border: solid 1px #ccc;
	color: #000;
}
#nav ul li a span {
	visibility: hidden;
}
#nav ul li a:hover span  {
	visibility: visible;
	font-size: 12px;
	font-weight: normal;
}
#rightframe {
	float: left;
	width: 55%;
	padding-top: 41px;
	padding-left: 20px;
}

#footer {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	border-top: solid 1px #999;
	padding-top: 10px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#footer a {
	text-decoration: none;
	border-bottom: dotted 1px #666;
	color: #333;
	font-weight: bold;
}