	* {
	margin: 0;
	padding: 0px;
		font-family: "ITC Fenice", Fenice, Palatino, times, serif;

	}
	
	body {
	background-color: #fff;
	/* or 262755 */
	font-size: 90%;
	}


#history #navig {
position: absolute;
top: 100px;
right: 0px;
width: 100px;
border: 1px solid black;
}

#history #navig ul{
list-style: none;
}

#history #content01 {
position: relative;
top: 400px;
left: 15px;
width: 300px;
border: 1px solid #ada395;
}

#history #content02 {
position: absolute;
top: 400px;
left: 350px;
width: 430px;
border: 1px solid black;
}

#navig00 {
position: absolute;
top: 50px;
right: -120px;
width: 120px;
}

#navig00 ul {
margin:0px;
padding: 0px;
}

#navig00 li {
margin:0px 0 8px;;
padding: 0px;
list-style: none;
background-image: url(80percentbrown.png);
font-weight: bold;
text-align: right;
}

#navig00 li a{
margin:0px;
padding: 9px;
list-style: none;
color: white;
display: block;
text-decoration: none;
}

#navig00 li a.current{
color: #75410C;
/* if we want lighter it is color: #E7D7C6;*/
}

#yearBox {
width: 100px;
height: 30px;
background-image: url(80percentbrown.png);
position: relative;
top: 12px;
left: 50%;
margin-left: -80px;
}


/* The contact ID is the footer line, the contact class is the address on the index page */

#history #contact {
position: absolute;
bottom: -30px;
right: 0px;
width: 440px;
border: 0px solid black;
color: black;
text-align: right;

}


#history #contact a{
color: black;
padding-bottom: 10px;
}