body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin:10px;
	padding:0;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #486A97;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav {
	width: 100%;
	position: relative;
	height: 50px;
}
#home{
	position:absolute;
	height: 50px;
	width:200px;
}
#menu{
	position: absolute;
	height: 50px;
	left: 200px;
}
#nav ul {
	list-style-type:none;
	margin: 10px;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	background-color: #fee8af;
	text-decoration: none;
	color: #59513d;
	font-weight: bold;
	padding: 3px 12px;
	border-top: 2px #fff8e6 solid;
	border-left: 2px #fff8e6 solid;
	border-bottom: 2px #7f7458 solid;
	border-right: 2px #7f7458 solid;
}
#nav ul li a:hover {
	background-color: #bfaf84;
	border-top: 2px #7f7458 solid;
	border-left: 2px #7f7458 solid;
	border-bottom: 2px #fff8e6 solid;
	border-right: 2px #fff8e6 solid;
}
