html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
}

body {
	background-image: url(/images/tumblr_4d95c6771fc26de6339c44d2c3e6aec9_cbf79004_1280.jpg);
	background-size: auto;
}

p {
	font-family: W95font;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
   float: left;
}

li a {
	display: block;
	padding-left: 30px;
	margin-top: -8px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: mediumorchid;
  text-decoration: underline;
	cursor:url("/images/ui/cursor-hover.png"), auto;}

#spacer {
	width: auto;
	height: 20px;
}

#web-space {
	width: 950px;
	height: 690px;
	margin: auto;
	overflow: hidden;
}

#navbar {
	height: 40px;
	width: 700px;
    position: relative;
	font-family: W95font;
	font-size: 18px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-top: -5px;
}

#textbox {
	background-color: #c3c3c3;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	font-family: W95font;
	font-size: 20px;
	padding: 9px;
		<--/* borders */-->
		<--/* top border */-->	
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #7C7C7C;
		<--/* right border */-->
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #e3e3e3;
		<--/* bottom border */-->	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #e3e3e3;
	    <--/* left border */-->
	    border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #7C7C7C;
}

.listhead {
	margin-bottom: 0.3em;
}

.list {
	margin-left: 1em;
	padding-top: 0.35em;
}

#line {
	border-left-width: 2.5px;
	border-color: #c3c3c3;
	border-left-style: dotted;
	width: 10px;
	height: 137px;
	position: absolute;
	margin-top: -7em;
	margin-left: 0.5em;
	
}

#line-horiz {
	
}