.page-wrapper {
	margin: auto;
	width: 700px;
	text-align: center;
	color: #000000;
	font-family: sans-serif;
	line-height: 1.5em;
}
.style1 {color: #666666}

#menu {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	padding:10px 10px 10px;
	background:#eee;
}

a:link {
	text-decoration:none;
	padding:5px 10px;
	background-color:#EEE;
	color:#666666;
	margin: 10px 10px 0px;
}
a:visited {text-decoration:none; padding:5px 10px; background-color:#EEE; color:#333333; margin: 10px 10px 0px;}
a:hover {text-decoration:none; padding:5px 10px; background-color:#CCC; color:#FFFFFF; margin: 10px 10px 0px; }
a:active {}


hr {
color: #222;
background-color: #333;
height: 5px;
}
