body {
	font-family: Trebuchet MS, Georgia, Verdana, Comic Sans MS;
	font-size: 13px;
	color: #666;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	}
	
h1 {
	text-align: left;
	font-size: 22px;
	}

h2 {
	text-align: left;
	font-size: 18px;
	}


#menu {
	position: absolute;
	top: 150px;
	left: 20px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 10px 0px 10px 0px;
	}
	
#content {
	position: absolute;
	top: 150px;
	left: 250px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	padding: 0px 10px 0px 10px;
	width: auto;
	margin-right: 10px;
	}
	
a {
	color:#8080FF;
	text-decoration:underline;
	font-weight:600;
	font-family: verdana, arial, helvetica, sans-serif;
	}
a:link {text-decoration: underline; font-weight: bold; color: #8080FF}
a:visited {text-decoration: underline; font-weight: bold; color: #8080FF}
a:hover {text-decoration: underline; font-weight: bold; color: #00C000}