html,body {
  font-family: Arial;
  width: 100%;
  text-align: justify;
  height: 600px;
  background-image: url("i/background.jpg");
  background-repeat: no-repeat;
  background-color: #EFEFEF;
  margin: 0;
  padding-left: 10px;
}

ul {
  list-style: none;
  margin-left: 50px;
  padding: 0;
  font-size: 18px;
}

li {
  padding: 10px;	
  margin-right: 5px;
}

img {
  border: none;
}

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(dottedangle.gif) scroll no-repeat left top;
}


A:link {color: #0000FF; text-decoration: none;}
A:visited {color: #0000FF; text-decoration: none;}
A:hover {color: #0000FF;
		text-decoration: none; 
		padding-right: 3px;
		border-right:2px solid #50697b;}
A:active {color: #0000FF; text-decoration: none;}

#nav {
  width: 100%;
  margin: 5px;
  text-align: justify;
}

#image {
  text-align: center;
}

#content {
  position: absolute;
  left: 275px;
  top: 50px;
}

#title {
	margin-top:10px;
	font-size:1.45em;
}

