/* CSS from tutorials of www.alsacreations.com/articles */


div.menu
{
   width:140px;
   height:195px;
   position: absolute;
   left:0px;
   top:120px;
   z-index:1;
   padding-top: 4px;
   padding-left: 4px;
   border-top: 0px solid #cecece;
   border-bottom: 0px solid #4a4a4a;
   border-left: 0px solid #cecece;
   border-right: 0px solid #4a4a4a;
   z-index:2;
}

div.wheel
{
   position:absolute;
   width:140px;   
   left:24px;
   top:5px;
   z-index:1;
   border: 0px solid #cecece;
}

div.header
{
   width:644px;
   height:50px;
   position:absolute;
   left:178px;
   top:60px;
   text-align: center;
   z-index:3;
}

div.main
{
	position:absolute;
	margin-right: 50px;
	left:180px;
	top:120px;
	text-align: justify;
	border: 0px solid #cecece;
	padding-bottom: 20px;
	z-index:4;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div.indexmain
{
   position:absolute;
   margin-right: 50px;
   left:205px;
   top:25px;
   text-align: center;
   border: 0px solid #cecece;
   z-index:4;
}

div.mainpicture
{
   position:absolute;
   margin-right: 0px;
   text-align: center;
   border: 1px solid #cecece;
   z-index: 4;
}


.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu a {
  display: block;
  width: 150px;
  height: 15px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 2px 0;
}

.menu a:link, .menu a:visited{
  border-top: 1px groove;
  border-bottom: 2px groove;
  border-left: 1px groove;
  border-right: 2px groove;
  color: black;
  BACKGROUND-IMAGE: url(images/bamboo-a.jpg);
}

li.selected
{
  display: block;
  width: 150px;
  height: 15px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border-top: 1px ridge;
  border-bottom: 2px ridge;
  border-left: 1px ridge;
  border-right: 2px ridge;
  color: navy;
  cursor: auto;
  BACKGROUND-IMAGE: url(images/bamboo.jpg);
}

.menu a:hover {
  display: block;
  width: 150px;
  height: 15px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 2px 0;
  border-top: 1px ridge;
  border-bottom: 2px ridge;
  border-left: 1px ridge;
  border-right: 2px ridge;
  color: navy;
  BACKGROUND-IMAGE: url(images/bamboo.jpg);
}

a:link, a:visited{
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

