html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url("images_site/mf_fon.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	background: White;
}

img{
margin:0px;
padding:0px;
border-width:0px;
}

#main {
	border-width: 1px;
	background-color: #0099cc;
	font-family: Arial, sans-serif;
	font-size: 1EM;
	font color: #ffffff;
	width: 1000px;
   height: 100%;
	margin: 0 auto;
	border: 1px solid White;
	font-style: normal;
	font-weight: bold;
	font: Arial;
	vertical-align: top;	
}

#menu{
	color: White;
	font-size: 18px;
	background-color: #0099cc;
}

#menu A:link{
	color: White;
	text-decoration: none;
}

#menu A:visited{
	color: White;
	text-decoration: none;
}

#menu A:hover{
	color: Blue;
}

#menu A:active{
	color: White;
	text-decoration: none;
}


#content{
	text-align: left;
	color: #000000;
	padding: 5px 5px 5px 5px;
	background-color: #cccccc;
	font-weight: normal;
   vertical-align: top;
}

#content A:link{
	font-weight: bold;
	color: Blue;
}

#content A:visited{
	font-weight: bold;
	color: Blue;
}

#content A:hover{
	font-weight: bold;
	color: Blue;
}

#content A:active{
	font-weight: bold;
	color: Blue;
}


#top {
	font-family: "Arial Black";
	font-size: 46px;
	font-weight: bold;
	color: White;
	text-align: center;
}