html, body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #00A5B5 url('img/topwhite.png') top left repeat-x;
	font-size: 13px;
	color: white;
}

a:focus {
	outline: none;
}

a {
	color: #00EFF3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00EFF3;
	text-decoration: none;
	font-weight: bold;
}

a.white {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

img {
	border-color: #ffffff;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

p, ul {
	font-size: 13px;
}



.wrapper {
	width: 100%;
	height: 100%;
}

.inner {
	width: 1015px;
}

.head {
	width: 334px;
	height: 128px;
	background: transparent url('img/mzf_head.png') top left no-repeat;
}
.menuspace {
	display: inline;
}
div.menu a{
	float: left;
	padding: 5px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A5B5;
	text-decoration: none;
}


div.menu a:hover {
	color: white;
	background-color: #00A5B5;
	text-decoration: none;
}
div.menu span{
	float: left;
	padding: 5px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #00A5B5;
	text-decoration: none;
}


.leftside {
	width: 334px;
	height: 370px;
	background: transparent url('img/lefts.png') top left no-repeat;
}

.rightside {
	padding-top: 10px;
	padding-left: 6px;
}