@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #F93;
}#menu {
	background-color: #930;
	position: relative;
	height: 260px;
}
#fo {
	background-position: 95% 20px;
	padding: 40px;
}
.lista {
	list-style-type: square;
	list-style-position: inside;
}

h1 {
	font-size: 36px;
	text-decoration: underline;
	letter-spacing: 3px;
	font-weight: bolder;
}

body {
	font-family: "Brush Script MT";
	font-size: 34px;
	color: #930;
}

p { margin-top: 1em; }
#menu_menu {
	position: absolute;
	top: 10px;
	width: 928px;
	height: 40px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
