@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align:middle;

	background-image: url(images/backmizzi.jpg);
	background-repeat: repeat-x;
	background-color: #F4E5D0;
}


#main
{
width:980px;
height:587px;
background:url(images/backmain.png);

}

#header
{
width:100%;
height:100px;


}
.innerheaderleft
{
float:left;
width:240px;
height:46px;
margin-top:42px;
text-align:right;


}

.innerheaderright
{
text-align:right;
float: right;
width:321px;
height:28px;

margin-right:14px;
margin-top:20px;


}

  html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 980px;
   }
/*footer*/
#footer { height:25px; color:#621800; font-size:10px; line-height:1.17em}
#footer a {text-decoration:underline; color:#621800}
#footer a:hover {text-decoration:none}
#footer .indent {
	padding:0px 0px 0px 0px
}


	


#central
{
height:40px;
margin-left:25px;
margin-right:25px;
margin-top:14px;
}
#menu
{
height:40px;

}

#content
{
height:411px;
width:931px;
border:none;
padding:0;
margin:0;
}

#topic
{
width:25%;
float:left;
margin:5px;
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}

