LI{
  list-style-type : square;
  list-style-image : url(image/listmark.gif);
}
BODY{
  padding: 0px;
  color : white;
  background-color : #b09d82;
  
}
A:LINK{
  color : black;
}
A:VISITED{
  color : black;
}
H1{
  padding: 8px;
  color : white;
  background-color : #7a6a52;
}
H2
{
  color : #ccc1b0;
  background-color : #7a6a52;
}
H3
{
  color : #443322;
  background-color : #c5b59a;
}

DIV2{
  margin-top : 4px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 4px;
  border-width : medium;border-style : solid;
}

DIV{
margin-top : 4px;
margin-bottom : 4px;
padding: 6px;  
}

.maintext{
  border-color: #7a6a52; 
  border-width : medium;border-style : solid;
  text-align : justify;
}
.diarydiv{
  position : normal;
  visibility : visible;
}
.lablediv{
  vertical-align : middle;
  text-align : justify;
  float : none;
  position : normal;
  visibility : visible;
}


TABLE{
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;border-width : thin thin thin thin;border-style : solid solid solid solid;border-color : black black black black;}
TD{
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
border-color : black black black black;
}


.container{
 text-align : center;
  width : 790px;
  position : normal;
  top : 0px;
  left : 0px;
}

.menu{
position : absolute;
top : 120px;
left:0;
 width : 270px;
 text-align : center;
}

.diary{
position : static;
top : 0px;
margin-left : 280px;
width : 500px;
text-align : center;

}


.footer{
position : absolute;
border-color: #7a6a52; 
  border-width : medium;border-style : solid;
  text-align : center; 
  left: 100px;
  right: 100px;
  width : auto;
}

.date{
	text-align: right;
}