@charset "UTF-8";

html, body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #1f1f1f;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid black;
}

/* for the div that needs javascript */
#container .jsenabled {
	display: none;
}

/* for the div that is shown if there is no javascript */
#container .jsdisabled {
	display: block;
}

#header {
	position: relative;
	width: 960px;
	height: 70px;
	text-align: left;
	border: 0px dashed blue;
}

#headerLogo {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	text-align: left;
	border: 0px dotted red;
}

.simple #headerLogo h1 {
	height: 70px;
	background: transparent url(../images/mmlogo_240x60.gif) no-repeat left top;
	border: 0px dashed white;
}

.simple #headerLogo h1 span {
	display: none;
}

#headerInfo {
	position: relative;
	float: right;
	width: 49%;
	text-align: right;
	vertical-align: bottom;
	border: 0px dotted cyan;
}

.simple #mozaic {
	height: 750px;
	background: transparent url(../images/mozaic-1_960x750.jpg) no-repeat left top;
	border: 0px dashed white;
}

#content {
	position: relative;
	width: 960px;
	text-align: left;
	border: 0px dashed red;
}

#aside {
	position: relative;
	width: 960px;
	height: 270px;
	text-align: left;
	border: 0px dashed white;
}

.simple .threeColumnColumn {
	float: left;
	width: 30%;
	margin: 0 10px 0 10px;
	text-align: left;
	border: 0px solid white;
}

.simple .threeColumnColumn p {
	font-size: 0.9em;
	line-height: 1.3em;
}

.simple .threeColumnColumn ul li {
	font-size: 0.8em;
	line-height: 1.3;
}

.simple .threeColumnColumn a:link, .simple .threeColumnColumn a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.simple .threeColumnColumn a:hover, .simple .threeColumnColumn a:active {
	color: #39F;
	text-decoration: none;
	border-bottom: 1px solid #39F;
}

#footer {
	position: relative;
	width: 960px;
	height: 60px;
	padding-top: 5px;
	text-align: center;
	border: 0px dotted blue;
	border-top: 1px solid white;
}

#footerCopyright {
	position: relative;
	width: 40%;
	float: left;
	clear: right;
	border: 0px dotted white;
}

.simple #footerCopyright p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
	border: 0px dashed black;
}
