#header {
	background-color:#f1e8c1;
	visibility:visible;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	}
html{text-align:center}
body{font-family:Garamond, Times New Roman, serif; 
color:#8e7f54; 
background:#f1e8c1;}
h2, h3, h4{color:#8e7f54;}
h2{font-size:1.5em; text-align:left; border-bottom:4px solid #8e7f54;}
h3{font-size:1.5em; text-align:right; border-bottom:4px solid #8e7f54;}
hr{background-color:#8e7f54;color:#8e7f54; width:60%; margin:0 auto;}

a{color:#8e7f54;}
a:hover{color:#373;}
a:vlink{color:#373;}

p{line-height:150%;}

#navigation, .favnav, .box{text-align:left;}

/*Content*/
#content{position:absolute; top:205px; left:22%; right:22%; text-align:left;}


/*side boxes*/
#boxes{width:20%;position:absolute; top:205px; left:0%;}

.box{margin:10px; padding:0px; }


/*Side navigation*/
#navigation{position:absolute; top:215px; right:1%; width:20%;}
#navigation ul, #boxes ul{list-style: circle; text-align:left;}
#navigation ul li:hover{text-align:left;}
#navigation ul{padding-top:0px;}