@charset "utf-8";
/* CSS Document */

div#mn-main {
	height: 283px;
	overflow: hidden;
	}

div#mn-content {
	display: none;
	}
	
div#mn-sidelinks {
	display: none;
	}	

div#mn-graphic {
	display: block;
	}	
	
	
div#mn-footer {
	background: #555;
	border: 1px solid #C6C6C6;
	color: #999;
	line-height: 20px;
	margin-top: 2px;
	}
	#mn-footer p {
		}
	#mn-footer ul {
		padding: 0;
		margin: 5px 0 0 0 ;
		}
		#mn-footer li {
			list-style-type: none;
			display: inline;
			padding-right: 5px;
			}
	#mn-footer a {
		color: #FEFEFE;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
div#mn-bottomlinks {
	display: block;
	}	
	
		