@charset "UTF-8";
body {
	background:#449 url(images/mtotop.jpg) no-repeat center top;
	margin:0;
	padding:0;
	font: normal 62.5%/normal Arial, Helvetica, sans-serif;
	color: #222;
}
#page {
	background:#fff url(images/logo.gif) no-repeat center top;
	position:relative;
	top:184px;
	left:0;
	width:900px;
	height:auto;
	margin:0 auto;
}
#menu {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1.6em;
	background-color:#ddd;
	color:#449;
	font-style:italic;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding:.4em 0 0 0;
	margin:0;
	border-bottom:3px #449 double;
}
#menu a {
	color:#449;
	padding:.2em;
	margin:0;
	text-decoration:none;
}
#menu a:hover {
	/*	background-color:#55a; */
	color:#000;
}
#meat {
	width:820px;
	margin:0;
	padding:3em 40px 0 40px;
}
#foot, #copy {
	text-align:center;
	color:#449;
}
#foot p {
	line-height:normal;
}
#copy {
	padding:2px 0;
	background-color:#ddd;
	border-top:3px #449 double;
	font-size:1.2em;
}
#copy a {
	color:#449;
	text-decoration:none;
}
#copy a:hover {
	color:#700;
	text-decoration:underline;
}
a {
	color:#700;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#449;
}
h1 {
	text-align:center;
	font-size:2.0em;
}
h1 sup {
	font-size:.8em;
	font-weight:normal;
}
p {
	font-size:1.4em;
	line-height:1.5em;
	margin:1em 0;
}

