html, body {
	margin:0px;
	padding:0px;
	font-family: verdana;
}

div#frame {
	position: relative;
	margin:0px;
	padding: 150px 400px 10px 100px;
}

div#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
	background-color: #4a4a4a;
	z-index:20;
}

div#title {
	position: absolute;
	bottom: -11px;
	left: 40px;
	color: white;
	font-size: 50px;
	font-family: verdana;
}

img#logo {
	position: absolute;
	top: 26px;
	right: 78px;
}

div#menu {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 200px;
	background-color: #e5e5d6;
	z-index:10;
	padding: 140px 10px 10px 10px;
	color: #4a4a4a;
}

h1,h2,h3 {
	font-weight: normal;
}

div#menu a {
	color: #4a4a4a;
}

div#footer {
  font-style: italic;
  font-size: 95%;
}
