@charset "utf-8";
body {
	background: #FFBFAA;
	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;/*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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

.zut{
	font-size: 200%;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 2ex;
	padding-top: 50px;
	display: block;
	text-align: center;
}

.zot{
	margin-top: 1em;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
}
/*
.menu #navcontainer{
	font-family: "Times New Roman", Times, serif;
	background: #FFBFAA;
	font-weight: bolder;
	height: 49px;
}


#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	padding: 10px;
}

#navcontainer ul li {
	display: inline;
	margin-left: 20px;
	padding-top: 10px;
	
}

#navcontainer ul li a
{
	text-decoration: none;
	background-color: #FFBFAA;
	color: #CCC;
	border-top-width: 0px;
	border-right-width: 10%;
	border-bottom-width: 0px;
	border-left-width: 10%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFBFAA;
	border-right-color: #FFBFAA;
	border-bottom-color: #FFBFAA;
	border-left-color: #FFBFAA;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #369;
}
*/
